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
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 ...
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...
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...
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...
...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...
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...
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" @...
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.
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?