Search found 17 matches

by TearsOfMe
Sat Apr 06, 2024 5:13 pm
Forum: General programming
Topic: tile map scroller testing...
Replies: 4
Views: 218

Re: tile map scroller testing...

Hehe lol, i have only try left right and not up down.
Yes, in the middle the number goes up to 20-26. Not realy smoth.
by TearsOfMe
Sat Apr 06, 2024 12:23 pm
Forum: General programming
Topic: tile map scroller testing...
Replies: 4
Views: 218

Re: tile map scroller testing...

Hello.
I run the OS4 exe here on my X1000 and RadeonRX550. It shows in the right top corner 15 (FPS)?

sdl versions:
SDL1_2_13 1.4
libSDL2.so 0.22
by TearsOfMe
Sun Feb 11, 2024 2:43 pm
Forum: APK Compiler
Topic: Alternatives to Google Play store for publishing
Replies: 4
Views: 3917

Re: Alternatives to Google Play store for publishing

Yeah. It ist a pain in the a.. I gave up at the point were 20 App testers for 14days are required. The money for the registration is so lost. Okay maybe my failure not gain all information for the process in ahead. I gave Amazon a try, which is easy to use in comparison . But nobody in my circle of ...
by TearsOfMe
Wed Jan 03, 2024 1:14 pm
Forum: APK Compiler
Topic: apk API version
Replies: 25
Views: 32529

Re: apk API version

A generel question about api level. APK Compiler 4.4 (Home) with Electric Eel 2022.1 and SDK Platform Android PI34 is installed. When i try to upload an App to GooglePlayStore i get this error: Your app is currently targeted at API level 31, but should have a minimum API level of 33 How can i make i...
by TearsOfMe
Mon Jan 24, 2022 12:47 pm
Forum: Newbie questions
Topic: help for replace curl to hurl
Replies: 6
Views: 3422

Re: help for replace curl to hurl

Inserting

Code: Select all

e:SetOpt_NoProgress(0)
solved my problem. :D
by TearsOfMe
Mon Jan 24, 2022 11:32 am
Forum: Newbie questions
Topic: help for replace curl to hurl
Replies: 6
Views: 3422

Re: help for replace curl to hurl

Here is my actual code. the call is okay but will only be eroded once, so no showing of the busybar. How can i do this right? Function p_Progress(bytesToRecieve, currentBytesReceived, bytesToSend, currentBytesSent, meinParameter) debugprint("callprogress") moai.DoMethod("busybar"...
by TearsOfMe
Sun Jan 23, 2022 6:34 pm
Forum: Newbie questions
Topic: help for replace curl to hurl
Replies: 6
Views: 3422

Re: help for replace curl to hurl

Okay i found

Code: Select all

easy:SetOpt_ProgressFunction(progress_callback[, userdata])
that should do what i need, but now i dont understand how this work...pff
by TearsOfMe
Sun Jan 23, 2022 4:15 pm
Forum: Newbie questions
Topic: help for replace curl to hurl
Replies: 6
Views: 3422

Re: help for replace curl to hurl

Try your idea but get it not to work.
My solution works but halt the programm while download the file.
So the busybar not working/showing that i use to show that the program loads.

Is there a way to asynchron the download?
by TearsOfMe
Sun Jan 23, 2022 3:27 pm
Forum: Newbie questions
Topic: help for replace curl to hurl
Replies: 6
Views: 3422

Re: help for replace curl to hurl

Ah thank you. In the meanwhile i have come self to a solution, but will try yours also. Here is mine: Function p_WriteData(data$) WriteBytes(1, data$) EndFunction Function p_downloadpage() OpenFile(1, "ram:test.png", #MODE_WRITE) e = hurl.Easy({URL = "http://api.pdfcrowd.com/convert/2...
by TearsOfMe
Mon Jan 17, 2022 11:21 am
Forum: Newbie questions
Topic: help for replace curl to hurl
Replies: 6
Views: 3422

help for replace curl to hurl

Hello. I am not good anough to understand the docs from hurl. Is it possible to replace this curl download with the hurl plugin? fileattr$="-s -f -u \"demo:ce544b6ea52a5621fb9d55f8b542d14d\" -o \"t:Seite"..page.."-"..sub..".jpg\" -F \"output_format=j...