Search found 5963 matches

by airsoftsoftwair
Sun May 10, 2026 6:42 pm
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 8
Views: 26423

Re: Very slow GetDirectoryEntry

I did find another thing that made a huge difference for my script. If I remove this line from the top of my script @FONT 1, "Times New Roman", 52, {Engine = #FONTENGINE_INBUILT} Then it loads about 5 seconds slower than when using GetAsset. Hmm, don't understand this one. Do you mean it ...
by airsoftsoftwair
Sun May 10, 2026 6:39 pm
Forum: Windows IDE
Topic: Cursor on long lines
Replies: 3
Views: 22090

Re: Cursor on long lines

Maybe it's a Windows 11 issue? Haven't tried on that yet...
by airsoftsoftwair
Sun May 10, 2026 6:38 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 36706

Re: Texteditor.SetColor

ilbarbax wrote: Mon May 04, 2026 3:50 pm The texteditor was readonly but at this point why only cut is effected by the readonly and not set color?
Read-only only means that the user won't be able to edit the text. Changing the text programmatically is still possible even in read-only mode.
by airsoftsoftwair
Sun May 10, 2026 6:37 pm
Forum: Hollywood bugs
Topic: Linux and the Constant problems
Replies: 2
Views: 9357

Re: Linux and the Constant problems

As already said here, you need to tell us the exact version of Linux Mint you're using. Otherwise it's impossible to help you. If the constant isn't there, then the plugin probably doesn't load at all. But it's only possible to examine this issue if you post your exact Linux Mint version.
by airsoftsoftwair
Sun May 03, 2026 11:02 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 36706

Re: Texteditor.SetColor

I think it's the only way. Maybe in the future a method for resetting style information for a part of the text can be added.
by airsoftsoftwair
Sun May 03, 2026 9:34 pm
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 8
Views: 26423

Re: Very slow GetDirectoryEntry

Thanks a lot for the detailed information and the MCVE! All the information you provided allows me to make an educated guess. I think this new feature introduced in version 2.0 of the PDF plugin is responsible for your problem: - New: The plugin can now also load PDF pages directly into brushes usin...
by airsoftsoftwair
Sat May 02, 2026 9:38 pm
Forum: Newbie questions
Topic: Is UDP Multicast fully supported?
Replies: 1
Views: 10359

Re: Is UDP Multicast fully supported?

Yes, SendUDPData() should be sufficient.
by airsoftsoftwair
Sat May 02, 2026 9:37 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 36706

Re: Texteditor.SetColor

I think that styled would apply to the whole document of the texteditor, while instead I need to reset the color in just few specific words of the document leaving the rest untouched (with colors) Hmm, if you only need to reset the color in a few specific words why not use RapaGUI.TextEditor.SetCol...
by airsoftsoftwair
Sat May 02, 2026 9:36 pm
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 8
Views: 26423

Re: Very slow GetDirectoryEntry

Very difficult to say what's going on without an example that I can test here. Have you got an MCVE?
by airsoftsoftwair
Tue Apr 28, 2026 6:32 pm
Forum: Announcements
Topic: PDF plugin 2.0 released
Replies: 2
Views: 4093

Re: PDF plugin 2.0 released

The build for Linux PPC was damaged in the old distribution archive. This has been fixed and a new archive has been uploaded so if you're on Linux PPC, please re-download.