Search found 1694 matches

by Eugene Lutsenko
Sat Nov 12, 2022 9:26 pm
Forum: eXpress++ Support
Topic: How can I programmatically save part of the image on the screen at the specified coordinates?
Replies: 2
Views: 1648

How can I programmatically save part of the image on the screen at the specified coordinates?

hi!
How can I programmatically save part of the image on the screen at the specified coordinates?
by Eugene Lutsenko
Thu Nov 10, 2022 8:39 pm
Forum: eXpress++ Support
Topic: How do I make my program take fonts from a given folder?
Replies: 8
Views: 2563

Re: How do I make my program take fonts from a given folder?

I would like to download only those fonts that are actually used in the Eidos system. There are not so many of them, they take up less space and it happens faster.
by Eugene Lutsenko
Thu Nov 10, 2022 10:05 am
Forum: eXpress++ Support
Topic: Menu that will give an error message in the function being called
Replies: 4
Views: 2369

Re: Menu that will give an error message in the function being called

hi!
The menu is not my development. I just use them in order to develop a variant that correctly responds to execution errors in functions called from the menu.
by Eugene Lutsenko
Wed Nov 09, 2022 11:54 am
Forum: eXpress++ Support
Topic: How do I make my program take fonts from a given folder?
Replies: 8
Views: 2563

Re: How do I make my program take fonts from a given folder?

I made the release of fonts during the normal logout. How do I find out the correspondence of ttf file names and font names?
by Eugene Lutsenko
Wed Nov 09, 2022 2:21 am
Forum: eXpress++ Support
Topic: How do I make my program take fonts from a given folder?
Replies: 8
Views: 2563

Re: How do I make my program take fonts from a given folder?

Thanks, I'll take it into account

But so far so:
http://lc.kubagro.ru/__AidosALL.txt

Search: "n InstallFonts()"
by Eugene Lutsenko
Mon Nov 07, 2022 9:33 pm
Forum: eXpress++ Support
Topic: How do I make my program take fonts from a given folder?
Replies: 8
Views: 2563

How do I make my program take fonts from a given folder?

hi! Users of the Eidos system not from Russia are faced with the fact that they have questions displayed on screen forms wherever Cyrillic is used. I understand that they simply do not have the necessary fonts in Windows. How do I make my program take fonts from a given folder? http://aidos.byethost...
by Eugene Lutsenko
Sat Oct 29, 2022 12:12 pm
Forum: eXpress++ Support
Topic: Menu that will give an error message in the function being called
Replies: 4
Views: 2369

Menu that will give an error message in the function being called

I'm trying to make a menu that will give an error message in the function being called. It's not working out very well yet. For some reason, nothing is displayed when an execution error occurs!!! It should display not what is in normal execution, but what is in error handling. When she's not there, ...
by Eugene Lutsenko
Sat Oct 29, 2022 10:56 am
Forum: eXpress++ Support
Topic: Correct handling of execution errors
Replies: 6
Views: 2421

Re: Correct handling of execution errors

I'm trying to make a menu that will give an error message in the function being called. It's not working out very well yet