Search found 12 matches

by domenikov
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: 1513

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...
by domenikov
Sun Nov 28, 2021 7:28 pm
Forum: RapaGUI
Topic: Using multiple screens on multiple windows
Replies: 5
Views: 3225

Re: Using multiple screens on multiple windows

Your suggestion is correct, now is working. Thank you very much! :)
by domenikov
Sun Nov 28, 2021 2:58 pm
Forum: RapaGUI
Topic: Using multiple screens on multiple windows
Replies: 5
Views: 3225

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...
by domenikov
Thu Mar 25, 2021 9:50 pm
Forum: General programming
Topic: Problem with IPC and RapaGUI
Replies: 1
Views: 1604

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...
by domenikov
Tue Feb 23, 2021 1:24 pm
Forum: Wishlist
Topic: Running console programs managing its stdin and stdout
Replies: 1
Views: 1791

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...
by domenikov
Sun Aug 30, 2020 11:25 am
Forum: RapaGUI
Topic: Choice gadget under AROS
Replies: 1
Views: 1950

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...
by domenikov
Fri Aug 21, 2020 2:42 pm
Forum: General programming
Topic: Problem when retrieving characters in font
Replies: 4
Views: 3171

Re: Problem when retrieving characters in font

Thank you very much! :)
by domenikov
Mon Aug 17, 2020 12:44 am
Forum: General programming
Topic: Problem when retrieving characters in font
Replies: 4
Views: 3171

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...
by domenikov
Sun Aug 16, 2020 11:00 am
Forum: General programming
Topic: Problem when retrieving characters in font
Replies: 4
Views: 3171

Problem when retrieving characters in font

I'm writing a program that uses fonts with drawings and symbols instead of letters, so I've written the following code segment to test TrueType fonts, to have a way to pull all possible characters out of them: Function testFont(fileTTF) /* Test all chars in a font */ Picture = CreateBrush(Nil, 2480,...
by domenikov
Mon Feb 18, 2019 12:46 pm
Forum: Polybios
Topic: Polybios plugin embedded in executable but sometimes required
Replies: 6
Views: 7091

Re: Polybios plugin embedded in executable but sometimes required

Now it works. Thank you very much!!!