Search found 14 matches
- Wed May 28, 2025 7:08 pm
- Forum: Wishlist
- Topic: Access to the STDIN of a process launched with Run()
- Replies: 2
- Views: 358
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: 30132
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: 2832
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: 4786
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: 4786
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: 2348
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...
- Tue Feb 23, 2021 1:24 pm
- Forum: Wishlist
- Topic: Running console programs managing its stdin and stdout
- Replies: 1
- Views: 2599
Running console programs managing its stdin and stdout
Programming GUI for console programs, can be very useful to access their standard input/output. Until now, I solved piping a text file in input, and redirecting program output on a text file, but this have two problems: - All input must be sent at launch of console program, I need to send command st...
- Sun Aug 30, 2020 11:25 am
- Forum: RapaGUI
- Topic: Choice gadget under AROS
- Replies: 1
- Views: 2321
Choice gadget under AROS
In a program who I'm writing I need to use of the choice gadget. I tried, without any success, to dynamically insert items into it. I have also tried updating the plugin to the latest version, but nothing changed. Instead, inserting items statically (inside the XML code that defines the GUI) I haven...
- Fri Aug 21, 2020 2:42 pm
- Forum: General programming
- Topic: Problem when retrieving characters in font
- Replies: 4
- Views: 4256
Re: Problem when retrieving characters in font
Thank you very much! 
- Mon Aug 17, 2020 12:44 am
- Forum: General programming
- Topic: Problem when retrieving characters in font
- Replies: 4
- Views: 4256
Re: Problem when retrieving characters in font
I tested now Webdings and Wingdings II. I obtained nothing with Webdings. From Windings II, only ten characters. I was thinking too about the fact that a TrueType font has more than 256 characters; my code was trying to take chars by using ASCII code with Chr(). In a next phase, I'll learn how to re...