Search found 5443 matches

by airsoftsoftwair
Sun Apr 14, 2024 11:14 am
Forum: RapaGUI
Topic: sortable depending on other attributes
Replies: 4
Views: 269

Re: sortable depending on other attributes

Ok, I'll take a look.
by airsoftsoftwair
Sun Apr 14, 2024 11:14 am
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 4
Views: 280

Re: RebelSDL screen update "problems"?

2 - sorry...how I can check that? You need to keep in mind that you're really dealing with two different buffers, e.g. if you draw like this: BeginDoubleBuffer(True) SetFillStyle(#FILLCOLOR) Box(0, 0, 640, 480, #RED) Flip Box(0, 0, 640, 480, #BLUE) Flip ; all drawing done here will go to the buffer...
by airsoftsoftwair
Mon Apr 08, 2024 7:58 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 4
Views: 280

Re: RebelSDL screen update "problems"?

1 - I've a 165Hz monitor but changing the "SetInterval(Nil, p_Scroll, 1000/x)" x value above 60 dont seems to do any difference...setting lower values slow down object velocity, but increasing above 60 dont seems to do anything...also setting up the EnableVSync TAG To "False"......
by airsoftsoftwair
Mon Apr 08, 2024 7:50 pm
Forum: RapaGUI
Topic: sortable depending on other attributes
Replies: 4
Views: 269

Re: sortable depending on other attributes

Which platform is this? With RapaGUI it's really essential to always mention the platform that shows the behaviour because RapaGUI has lots of different backends.
by airsoftsoftwair
Mon Apr 08, 2024 7:48 pm
Forum: RapaGUI
Topic: How do I pre populate the Poppath Gadget
Replies: 1
Views: 127

Re: How do I pre populate the Poppath Gadget

The fact that relative paths will appear in the Poppath gadget in case you select a relative path in the file requester is just how MUI behaves here. Of course I could change that by making Poppath always use absolute paths but this would mean fiddling with MUI classes default behaviour and I'm not ...
by airsoftsoftwair
Mon Apr 08, 2024 7:44 pm
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 7
Views: 2482

Re: Problem with HTMLview on Android

I'm afraid I don't see how this can be worked around. But in the next version it'll hopefully be fixed.
by airsoftsoftwair
Mon Apr 08, 2024 7:43 pm
Forum: RapaGUI
Topic: Input validation
Replies: 5
Views: 216

Re: Input validation

Isn't there a nicer way to hand over an object and get validation of missing required fields as a present, to avoid manually checking the attributes of an object to avoid empty/null values? Well, that's definitely something your script should handle. I don't think there's any GUI toolkit that provi...
by airsoftsoftwair
Mon Apr 08, 2024 7:42 pm
Forum: RapaGUI
Topic: Plugin for ARM macOS?
Replies: 3
Views: 204

Re: Plugin for ARM macOS?

There'll definitely be support for macOS ARM with the next RapaGUI update.
by airsoftsoftwair
Mon Apr 08, 2024 7:41 pm
Forum: Designer bugs
Topic: Designer 6 GUI error on AROS
Replies: 6
Views: 6901

Re: Designer 6 GUI error on AROS

This should be fixed for the next version:

Code: Select all

- Fix [AROS/WinUAE]: Designer didn't run in wpa mode when started from Workbench; on AROS this led to a
  "Cannot lock bitmap" error when running Designer in an AROS VM
by airsoftsoftwair
Mon Apr 08, 2024 7:41 pm
Forum: Newbie questions
Topic: What ways to display a message to a user when starting a program?
Replies: 4
Views: 207

Re: What ways to display a message to a user when starting a program?

Not sure if that is possible. How do other programs react when you have Explorer on the second monitor? Will they open on the second monitor then?