Search found 352 matches

by amyren
Thu Jan 11, 2024 12:37 pm
Forum: Newbie questions
Topic: Window output on remote desktop
Replies: 0
Views: 1278

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

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

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

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

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

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

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

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

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...
by amyren
Mon Nov 27, 2023 12:10 pm
Forum: Newbie questions
Topic: Understanding the typical hollywood loop
Replies: 11
Views: 7627

Re: Understanding the typical hollywood loop

Inspired by this thread I made myself a simple drawing program for use on Android. However, the ColorRequest command is a bit limited an Android. It will show a colour circle with bright colours, but there is no setting for brightness so you cant select black or dark colours. Is there another way to...