Search found 463 matches

by amyren
Fri Jun 12, 2026 11:18 am
Forum: General programming
Topic: How to saturate just one colo (R, G, B)?
Replies: 4
Views: 1308

Re: How to saturate just one colo (R, G, B)?

Just a though. Can't you make your orignal gray image in slightly different shades of gray. (difference not visible to the eye)
Then use ReplaceColor() to change a selected shade into Red, the other shade into Green, Blue etc.
Or perhaps I'm missing the point here :)
by amyren
Mon May 11, 2026 7:52 am
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 9
Views: 89913

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 amyren
Mon May 04, 2026 12:35 pm
Forum: Windows IDE
Topic: Cursor on long lines
Replies: 3
Views: 88307

Re: Cursor on long lines

Probably not easily possible. Keep in mind that the Windows IDE imposes a behaviour onto Microsoft's RichEdit control that it wasn't really made for. Can't you manually set the cursor to somewhere away from the left edge of the window to avoid that problem? I can put the cursor where I want, by cli...
by amyren
Mon May 04, 2026 1:28 am
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 9
Views: 89913

Re: Very slow GetDirectoryEntry

Thanks for your input. That does make a huge difference for this particular MCVE, so your guess was correct. I find that a bit odd though that it would use the pdf loader as default instead of the inbuilt one. But this did not solve the issue completely for my full script, because I got that delay e...
by amyren
Sun May 03, 2026 2:06 pm
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 9
Views: 89913

Re: Very slow GetDirectoryEntry

I did some troubleshooting along the way making this MCVE. It looks like a combined case of things that provoke the slowdown. First use this script on windows to create some files @DISPLAY {Title = "DirectoryEntry", ScaleMode = #SCALEMODE_AUTO, Orientation = #ORIENTATION_LANDSCAPE, FitScal...
by amyren
Wed Apr 29, 2026 2:31 pm
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 9
Views: 89913

Re: Very slow GetDirectoryEntry

...unfortunately these crap these days should be Debugged first by total disabling antivirus craps.. It has high probabilty... Nor sure if I follow you here. You suggest that the app run slow on Android because of antivirus software? I did try to set google protect to pause, but it is still is sign...
by amyren
Tue Apr 28, 2026 8:32 pm
Forum: APK Compiler
Topic: Very slow GetDirectoryEntry
Replies: 9
Views: 89913

Very slow GetDirectoryEntry

Just discovered that one of my programs after an update now used extremely long time to start up. This was the first time compiled with the new apk compiler version. First just a white screen for a minute or so, then the bcpic is loaded and then a few more minutes before the main screen is fully loa...
by amyren
Sun Apr 26, 2026 5:22 pm
Forum: Newbie questions
Topic: Multiple displays on android
Replies: 4
Views: 14124

Re: Multiple displays on android

Maybe not the smallest MCVE, but the example from https://forums.hollywood-mal.com/viewtopic.php?t=4375 will show the problem when opening that second window. @DISPLAY {Title = "HGUI test", Width = 800, Height = 600} @INCLUDE "C:/Program Files/Hollywood/HGui-main/+Includes.hws" @...
by amyren
Tue Apr 21, 2026 6:56 pm
Forum: Windows IDE
Topic: Cursor on long lines
Replies: 3
Views: 88307

Cursor on long lines

Is it possible have an option to disable the automatic sideways line scrolling when typing on long lines?
It can be a bit annoying at times when the cursor always stays at the left edge of the window when typing so you cant see what you just typed.
by amyren
Mon Apr 20, 2026 1:26 pm
Forum: Newbie questions
Topic: Multiple displays on android
Replies: 4
Views: 14124

Re: Multiple displays on android

airsoftsoftwair wrote: Sun Apr 19, 2026 9:37 pm Ok, looks like a bug. Will be fixed.
Thanks.
As you may be aware of already, when using HGUI on Android it also have similar issues when opening a window. Could it be that it is caused by the same bug?