Search found 5446 matches

by airsoftsoftwair
Mon Apr 08, 2024 7:42 pm
Forum: RapaGUI
Topic: Plugin for ARM macOS?
Replies: 3
Views: 331

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

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

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: 4
Views: 217

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

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

Re: Superscript snd subscript

This is possible now with the new Pangomonium plugin, see here: https://forums.hollywood-mal.com/viewtopic.php?t=3923
by airsoftsoftwair
Fri Mar 22, 2024 11:10 pm
Forum: General plugin questions
Topic: Setting up hurl correctly
Replies: 5
Views: 818

Re: Setting up hurl correctly

GMKai wrote: Tue Mar 19, 2024 8:19 am The documentation of the optional table seems to be misssing the hide-option?
It's not supported in Hollywood 10.0, it was implemented after 10.0 was released.
by airsoftsoftwair
Fri Mar 22, 2024 11:09 pm
Forum: Windows IDE
Topic: Feature request
Replies: 4
Views: 635

Re: Feature request

Sorry, won't come. The Hollywood IDE inherits the behaviour of Windows' Rich Edit Control and imposing a different cursor move behaviour on that control could cause all sorts of undesired side effects.
by airsoftsoftwair
Fri Mar 22, 2024 11:07 pm
Forum: Announcements
Topic: Emojis and more: Pangomonium 1.0 released
Replies: 3
Views: 504

Re: Emojis and more: Pangomonium 1.0 released

Looks fantastic but no chance of an AROS version? It's not possible on AROS with their current SDK. It's the same reason why Polybios and the XLSX plugin aren't available on AROS: All those plugins need a compiler capable of creating LoadSeg()able binaries which use C++17 code and exception handling.
by airsoftsoftwair
Fri Mar 22, 2024 11:04 pm
Forum: RapaGUI
Topic: Pick date
Replies: 3
Views: 165

Re: Pick date

The reason why RapaGUI doesn't offer a date picker class yet is mostly because AFAIR the OS3/OS4 MUI doesn't have one. MorphOS MUI has one and it's also easily possible on Windows/macOS/Linux but I think MUI on OS3 and OS4 doesn't have it.