Search found 5433 matches

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: 3
Views: 139

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

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

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

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

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

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

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.
by airsoftsoftwair
Fri Mar 22, 2024 11:00 pm
Forum: Newbie questions
Topic: Alt + Enter crashes on dual monitor setup
Replies: 8
Views: 4118

Re: Alt + Enter crashes on dual monitor setup

Bugala wrote: Fri Mar 22, 2024 6:15 pm Hollywood 10 still has the problem that when starting with dual monitor setup, it might happen that you have to press "Alt" + "Enter" to get anything to show.
Does this happen all the time or just sometimes?
by airsoftsoftwair
Mon Mar 18, 2024 3:18 pm
Forum: General programming
Topic: Chr(0,#ENCODING_RAW)
Replies: 3
Views: 130

Re: Chr(0,#ENCODING_RAW)

Yes, I think the behaviour is wrong. I'll check, thanks for the report!
by airsoftsoftwair
Mon Mar 18, 2024 3:17 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 1431

Re: AVCodec and Emulation...

jPV wrote: Wed Mar 13, 2024 2:25 pm Yeah, there seems to be a bug in Hollywood, I can reproduce it too.
Thanks for the tests, I'll check it out.