Search found 456 matches

by amyren
Sun Apr 26, 2026 5:22 pm
Forum: Newbie questions
Topic: Multiple displays on android
Replies: 4
Views: 1835

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: 1
Views: 537

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: 1835

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?
by amyren
Thu Apr 16, 2026 9:33 pm
Forum: APK Compiler
Topic: hurl requirement
Replies: 7
Views: 1798

Re: hurl requirement

Maybe But reading manual says latest version is compiled over a newer curl and libssl So maybe oits a compatibility issue with this relative old android version ?!?? Since as you sayruns ok in newer android ! The never Android device is arm v8 so it does not use that same hurl.hwp file. Since the n...
by amyren
Thu Apr 16, 2026 11:30 am
Forum: APK Compiler
Topic: hurl requirement
Replies: 7
Views: 1798

Re: hurl requirement

Just to comfirm the issue I recompiled the apk after resolving the network issues I had in my first tests. With latest hurl.hwp in the arm-android-v7a folder (2023 version - 2933kb) it will fail on startup, stating that hurl.hwp is required. Compled with the 2021 - 1477kb hurl.hwp version it works a...
by amyren
Wed Apr 15, 2026 8:52 pm
Forum: APK Compiler
Topic: hurl requirement
Replies: 7
Views: 1798

Re: hurl requirement

Got the download working now with that old hurl.hwp file.
by amyren
Wed Apr 15, 2026 8:17 pm
Forum: Newbie questions
Topic: Multiple displays on android
Replies: 4
Views: 1835

Multiple displays on android

I found when opening a second display on android I can not get the mouse coordinates to work as normal. Also the second display will not hide the titlebar This example works on both displays on windows, but on android it will only return mouse posistions as 0 when on display 2 @DISPLAY {Title = &quo...
by amyren
Wed Apr 15, 2026 6:39 pm
Forum: APK Compiler
Topic: hurl requirement
Replies: 7
Views: 1798

Re: hurl requirement

Seems its the hurl.hwp v.2.0 for android-v7 that is not recognized. Replacing the hurl.hwp with an older version and it does not come with this error message. Not sure which version that is, but its dated 2021 at 1477kb. It still does not download the file in question, but at least its past that err...
by amyren
Wed Apr 15, 2026 4:09 pm
Forum: APK Compiler
Topic: hurl requirement
Replies: 7
Views: 1798

hurl requirement

I had this apk that previously was compiled with apk compiler 4.x and had it installed on an old Galaxy 4 tablet (android 5.02), where it ran fine. Just did a minor update on the program and compiled it with 5.1. Now it complains "this program requires hurl.hwp" Running the apk on my andro...
by amyren
Tue Mar 31, 2026 9:33 pm
Forum: Newbie questions
Topic: How to properly use parts of HGui in a hollywood program?
Replies: 6
Views: 3032

Re: How to properly use parts of HGui in a hollywood program?

Looks like I have to reconsider my previous comment. On my windows machine the x/y coordnates works corretcly. After resizing the main window the inputboxes works just as they should both for the inputboxes and the main window. For Android the experience is different. Coordinates gets wrong both on ...