Search found 5450 matches

by airsoftsoftwair
Mon Apr 08, 2024 7:50 pm
Forum: RapaGUI
Topic: sortable depending on other attributes
Replies: 4
Views: 294

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

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

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

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

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

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: 5
Views: 365

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?
by airsoftsoftwair
Sat Mar 23, 2024 11:56 pm
Forum: Newbie questions
Topic: What ways to display a message to a user when starting a program?
Replies: 5
Views: 365

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

I'd try to work around the issue instead. Don't use Hollywood's screen requester but start with a hidden display, query the number of monitors available using GetMonitors(), if the system has more than one monitor pop up a requester that asks the user which monitor to use, then pass the selected mon...
by airsoftsoftwair
Sat Mar 23, 2024 11:52 pm
Forum: Windows IDE
Topic: Feature request
Replies: 4
Views: 770

Re: Feature request

You have lots of alternatives on Windows... you could also use the Hollywood plugins for Visual Studio Code, Notepad++ or SciTE. All those editors probably allow you to add play and compile buttons as well.
by airsoftsoftwair
Sat Mar 23, 2024 2:29 pm
Forum: Wishlist
Topic: Superscript snd subscript
Replies: 6
Views: 3649

Re: Superscript snd subscript

This is possible now with the new Pangomonium plugin, see here: https://forums.hollywood-mal.com/viewtopic.php?t=3923