Search found 112 matches

by ilbarbax
Fri Mar 01, 2024 8:15 pm
Forum: Amiga IDE questions
Topic: Lost debug output on Os4 Codebench
Replies: 1
Views: 339

Lost debug output on Os4 Codebench

I do not remember as it was before, but recently, after a long period using Window system, I'm back on a project under os4 an therefore using Codebench.
The problem is that I have any debug output.
What could I have missed?

Ps same code under Windows has regular debug output.

Thanks
by ilbarbax
Tue Jan 02, 2024 1:23 pm
Forum: Showcase
Topic: EasyRapa
Replies: 14
Views: 13316

Re: EasyRapa

A new version 1.1 of EasyRapa should be on queue on Aminet. Should because I'm not familiar with ftp upload and hope to have done the right things. A lot of improvements have been done on the engine that is definitely faster on window system. Many problems have been ironed out. New features have bee...
by ilbarbax
Thu Jul 29, 2021 9:55 am
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 10940

Re: RapaGUI 2.0 released

Andreas,

no it is the .chm file with the problem, the pdf is fine.
by ilbarbax
Wed Jul 28, 2021 1:25 pm
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 10940

Re: RapaGUI 2.0 released

I downloaded the windows version and the Help is showing only the left treeview box while the detail windows is blank for any selection.
Actually I'm using the pdf manual.
by ilbarbax
Fri Jul 09, 2021 11:09 am
Forum: RapaGUI
Topic: How to retrieve customer installed RapaGui version
Replies: 2
Views: 1841

Re: How to retrieve customer installed RapaGui version

Thanks it is!

I missed completely this part of the help guide...I was searching in the Rapagui help!!
by ilbarbax
Tue Jul 06, 2021 5:30 pm
Forum: RapaGUI
Topic: How to retrieve customer installed RapaGui version
Replies: 2
Views: 1841

How to retrieve customer installed RapaGui version

How can I get the version available on the machine of rapagui? in few words should be the opposite of @require. it may be possible that my application requires rapagui 1.0 but in the machine it is available rapagui1,2 that then should works as the system checks for upward versions, but from my appli...
by ilbarbax
Tue Feb 09, 2021 6:10 pm
Forum: General programming
Topic: Manual error for FileAttributes
Replies: 1
Views: 1677

Manual error for FileAttributes

The example of the subject function is incorrect.

it states
OpenFile(1, "test.txt")
t = FileAttributes("test.txt")

when should be
OpenFile(1, "test.txt")
t = FileAttributes(1)
by ilbarbax
Mon Jan 25, 2021 9:34 am
Forum: RapaGUI
Topic: radio.title only I
Replies: 3
Views: 2325

radio.title only I

I noticed that radio title can be set only on the xml in fact moai.Set("radio1","Title",Cat_string$[2]) gives me an error But in the light of applying the catalog translations of the whole window contents this would be necessary to have a consistent form. Is this something achiev...
by ilbarbax
Mon Jan 25, 2021 9:26 am
Forum: RapaGUI
Topic: Disabled toolbar icons
Replies: 2
Views: 1945

Re: Disabled toolbar icons

Correct, thanks, there is a specific option in the Thebar.mcc preference
by ilbarbax
Wed Jan 20, 2021 5:06 pm
Forum: RapaGUI
Topic: Disabled toolbar icons
Replies: 2
Views: 1945

Disabled toolbar icons

Under Amiga Os the disabled toolbar icons appears with just the empty gray profile, while under windows they are showed in gray scale and then all the inner details are visible.
Suppose this is a MUI problem, but there is a turn around solution to avoid this? (or may be I missed something)

thanks