Search found 453 matches
- Thu Apr 16, 2026 9:33 pm
- Forum: APK Compiler
- Topic: hurl requirement
- Replies: 6
- Views: 677
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...
- Thu Apr 16, 2026 11:30 am
- Forum: APK Compiler
- Topic: hurl requirement
- Replies: 6
- Views: 677
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...
- Wed Apr 15, 2026 8:52 pm
- Forum: APK Compiler
- Topic: hurl requirement
- Replies: 6
- Views: 677
Re: hurl requirement
Got the download working now with that old hurl.hwp file.
- Wed Apr 15, 2026 8:17 pm
- Forum: Newbie questions
- Topic: Multiple displays on android
- Replies: 1
- Views: 581
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...
- Wed Apr 15, 2026 6:39 pm
- Forum: APK Compiler
- Topic: hurl requirement
- Replies: 6
- Views: 677
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...
- Wed Apr 15, 2026 4:09 pm
- Forum: APK Compiler
- Topic: hurl requirement
- Replies: 6
- Views: 677
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...
- 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: 2305
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 ...
- Mon Mar 30, 2026 9:49 pm
- Forum: Newbie questions
- Topic: How to properly use parts of HGui in a hollywood program?
- Replies: 6
- Views: 2305
Re: How to properly use parts of HGui in a hollywood program?
Excellent. Errors when resizing the window are now gone. About the mouse coordinates I think this is deliberately made like this in Hollywood. Eg. if my program is made with a 800 x 600 window in mind and I place an object at near the bottom right of the screen at position X = 700 and Y = 550 and I ...
- Mon Mar 30, 2026 9:36 am
- Forum: Newbie questions
- Topic: How to properly use parts of HGui in a hollywood program?
- Replies: 6
- Views: 2305
Re: How to properly use parts of HGui in a hollywood program?
Thank you for providing a solution as well as explaining things. That is very helpful of you. Your suggestion for the final program run well, although a minor adjustment had to be done. The BeginDoubleBuffer() line must be executed after the main_window section or it will throw an error. And I also ...
- Sat Mar 28, 2026 10:09 pm
- Forum: Newbie questions
- Topic: How to properly use parts of HGui in a hollywood program?
- Replies: 6
- Views: 2305
How to properly use parts of HGui in a hollywood program?
I am trying to use HGui to create a edit textbox within my program. I can get it to work, but it will only work once per session. What happens is that I start the program with a regular hollywood display, then I open the textbox and can edit the text as I need, then save and close the textbox and re...