Search found 114 matches

by ilbarbax
Fri Apr 12, 2024 9:21 am
Forum: General programming
Topic: multiple display on fullscreen
Replies: 2
Views: 133

Re: multiple display on fullscreen

Right it's odd but it works. Thanks.

Strange I put a dimension just for testing. Casually I put a small dimension encouring the problem.
by ilbarbax
Thu Apr 11, 2024 7:28 pm
Forum: General programming
Topic: multiple display on fullscreen
Replies: 2
Views: 133

multiple display on fullscreen

I cerated a @display in fullscreen mode then i tried to create a couple of other displays on smaller size let's say 100x300. When try to open one of those displays I get an error "Unable to change display size to 100x300" it seems that Hollywood is focused on the display 0 (the one i fulls...
by ilbarbax
Fri Mar 01, 2024 8:15 pm
Forum: Amiga IDE questions
Topic: Lost debug output on Os4 Codebench
Replies: 1
Views: 509

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: 13426

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: 11071

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: 11071

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: 1860

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: 1860

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: 1702

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: 2344

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...