Search found 353 matches

by amyren
Fri Mar 29, 2024 5:05 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 0
Views: 24

Is there a way to process inputs during a dialog?

I use the RapaGUI example Dialogs as an example for my question. What I want to do is to change and update the content of one input field based on the input from another field. Eg. run the Dialogs.hws example and press the Add button. Eg. if the user enters OSLO in the field labeled City, then the Z...
by amyren
Thu Jan 11, 2024 12:37 pm
Forum: Newbie questions
Topic: Window output on remote desktop
Replies: 0
Views: 1284

Window output on remote desktop

I was about to post this as a question, but fould the answer just before posting. Just post it now as a tip in case anyone get into the same situation. I have this program that I want to run as an unattended server, and also be able to access the program remotely using Remote Desktop or TeamViewer o...
by amyren
Mon Jan 08, 2024 12:57 pm
Forum: General programming
Topic: Timeout was reached(28)
Replies: 2
Views: 3341

Re: Timeout was reached(28)

Thanks. It helped me to find where the message came from. I havent tried using the console for debugoutput before, it looks quite useful. It was a systemrequest I had forgotten to disable for the demo-mode, in the code for ftp directory listing. Function p_hurlinit() e = hurl.Easy() e:setopt_default...
by amyren
Fri Dec 22, 2023 8:24 pm
Forum: General programming
Topic: Timeout was reached(28)
Replies: 2
Views: 3341

Timeout was reached(28)

I am trying to set up a program that can run unattended as a host. And when testing the program I found that after a while this requester sometimes pops up: "Timeout was reaced(28)" I was thinking this might be a network related message, so I tried to create a minimal example to reproduce ...
by amyren
Thu Dec 21, 2023 9:02 am
Forum: APK Compiler
Topic: ColourRequest on Android
Replies: 1
Views: 2346

ColourRequest on Android

More an Android than a apk compiler question though.. I did ask this in another thread earlier, but I guess the question got hidden in another context. The ColourRequest on Android seem a bit limited compared to other platforms. You get a colour circle, but there is no way to change the darkness so ...
by amyren
Wed Dec 20, 2023 10:40 am
Forum: Windows IDE
Topic: Double click to close a tab
Replies: 2
Views: 2717

Double click to close a tab

Can the double-click on tab to close a script be disabled? I could not find anynything in the IDE settings. Reason I ask is that I had this strange behaviour that my open scripts kept closing at random when selecting the tab. Turned out the cause is my wireless mouse sometimes has a mousebutton hick...
by amyren
Sun Dec 17, 2023 11:11 am
Forum: APK Compiler
Topic: Alternatives to Google Play store for publishing
Replies: 4
Views: 3504

Re: Alternatives to Google Play store for publishing

I did go through that process at google play, so I managed to republish one of my games. As I anticipated there was even more policies than before to comply to, and the interface feels like a challenge to navigate through so is not straight forward to find all the things you need to fulfill. At some...
by amyren
Sat Dec 16, 2023 3:50 pm
Forum: General programming
Topic: iOS Hollywood Player
Replies: 13
Views: 12526

Re: iOS Hollywood Player

According to this article https://www.sportskeeda.com/gaming-tech/apple-s-ios-17-will-finally-allow-users-download-apps-outside-app-store companies have until march 24 to adapt to the law. "While the Digital Markets Act was signed into law in September 2022, companies have until March 2024 to c...
by amyren
Thu Dec 14, 2023 8:25 pm
Forum: General programming
Topic: iOS Hollywood Player
Replies: 13
Views: 12526

Re: iOS Hollywood Player

There is no Hollywood player then for iOS?

I was searching for it, since it is still is listed at the Features page:
"Android and iOS support via the freely available Hollywood Player"
by amyren
Tue Nov 28, 2023 2:40 pm
Forum: APK Compiler
Topic: Apk compiler error
Replies: 13
Views: 16496

Re: Apk compiler error

Upon rebuilding my apk compiler preferences I did not remember what gradle version I had in my old settings, but I found that I had version 5.6.2, 6.8 and 7.6 on my disk. I selected 7.6 and it seem to compile just fine. However, I went to look in the docs and there it says the compiler only works wi...