Thank you very much!
Search found 18 matches
- Mon Mar 02, 2026 6:00 pm
- Forum: Hollywood bugs
- Topic: Problem with Miniwood used in RapaGUI with an embedded brush
- Replies: 2
- Views: 60
Re: Problem with Miniwood used in RapaGUI with an embedded brush
You are right, problem solved!
Thank you very much!
Thank you very much!
- Sun Mar 01, 2026 11:30 pm
- Forum: Hollywood bugs
- Topic: Problem with Miniwood used in RapaGUI with an embedded brush
- Replies: 2
- Views: 60
Problem with Miniwood used in RapaGUI with an embedded brush
When using Miniwood, I'm having trouble with RapaGUI and a brush embedded in the program's GUI. The RapaGUI plugin isn't included in the executable; user must install it on his system. The brush is included in the program with the @BRUSH 1, "Logo.png" directive. An error "Error obtain...
- Fri Jan 30, 2026 11:06 pm
- Forum: Wishlist
- Topic: Minimum Hollywood version required writed for each plugin
- Replies: 2
- Views: 2743
Minimum Hollywood version required writed for each plugin
I think that would be useful, in the "Download" page of the Hollywood official page, to write the minimum Hollywood version required for each plugin. So, every Hollywood user can decide to download it or no.
- Mon Jan 12, 2026 9:39 am
- Forum: Announcements
- Topic: Hollywood 11: Coderise out now
- Replies: 16
- Views: 14069
Re: Hollywood 11: Coderise out now
Thank you very much, Andreas! I placed my order now. I cannot wait to see the new features shipped with this release!
- Wed May 28, 2025 7:08 pm
- Forum: Wishlist
- Topic: Access to the STDIN of a process launched with Run()
- Replies: 2
- Views: 3848
Access to the STDIN of a process launched with Run()
Would be possible to act on the Run() command so that it returns a file handler to the STDIN of the launched process? Such handler would be useful for all those console programs that receive several commands, one line at a time, not necessarily all at once when they are launched. A syntax might be: ...
- Wed Dec 11, 2024 1:34 pm
- Forum: General questions
- Topic: Utenti Italiani ? - Italian users ?
- Replies: 4
- Views: 37036
Re: Utenti Italiani ? - Italian users ?
Ciao SpawnPPC! Mi chiamo Domenico e faccio uso di Hollywood da anni con molta soddisfazione. Come mai cerchi utenti italiani?
- Fri Jan 06, 2023 11:16 am
- Forum: Wishlist
- Topic: Support for DIN A2, A1 and A0 formats in the polybios plugin
- Replies: 2
- Views: 3240
Support for DIN A2, A1 and A0 formats in the polybios plugin
I would like to ask whether other print formats could be included for the 'size' parameter of the 'page:SetSize' command. Personally, I would be interested in the DIN A2, A1 and A0 formats, but other formats, e.g. of the B series, could probably also be of interest. New formats could be defined by a...
- Sun Nov 28, 2021 7:28 pm
- Forum: RapaGUI
- Topic: Using multiple screens on multiple windows
- Replies: 5
- Views: 7356
Re: Using multiple screens on multiple windows
Your suggestion is correct, now is working. Thank you very much! 
- Sun Nov 28, 2021 2:58 pm
- Forum: RapaGUI
- Topic: Using multiple screens on multiple windows
- Replies: 5
- Views: 7356
Using multiple screens on multiple windows
I have a problem using multiple screens on multiple windows created with RapaGUI. Precisely, if I create two windows with one screen each, when I try to click the mouse on the first screen created, the event is detected correctly, while instead clicks made on the other screen are ignored. An example...
- Thu Mar 25, 2021 9:50 pm
- Forum: General programming
- Topic: Problem with IPC and RapaGUI
- Replies: 1
- Views: 2774
Problem with IPC and RapaGUI
I have a problem calling CreatePort() to create a port for interprocess communication in programs who are using RapaGUI. I get always an error "Unable to open window!". Changing in the source the position of the call to CreatePort() (before moai.CreateApp(), after moai.CreateApp() ...) doe...