Search found 352 matches

by amyren
Mon Oct 30, 2023 9:59 pm
Forum: Newbie questions
Topic: hURL empty file issue
Replies: 1
Views: 2286

hURL empty file issue

If I have an empty file (0 bytes) and try to send it to my ftpserver then nothing will be transfered if the hURL adapter is used.
Skip the hURL adapter and the file will be uploaded to server.
by amyren
Mon Oct 30, 2023 8:49 pm
Forum: Newbie questions
Topic: hURL questions
Replies: 3
Views: 2466

Re: hURL questions

I did some tests here uploading and downloading via my hostinger ftp account on Windows 11. In general hURL is slower in both upload and download when dealing with smaller files. (expect for one of the benchmarks for the 1.36MB downloads, where I think there must have been a network issue during tha...
by amyren
Sun Oct 29, 2023 8:38 pm
Forum: Newbie questions
Topic: How to SaveSnapshot with coordinates
Replies: 5
Views: 3302

Re: How to SaveSnapshot with coordinates

GrabDesktop does support coordinates, but that would only be usable if using a fullscreen display. Why? Can't you pass the window coordinates and offset them by the desired display coordinates to get the desired rectangle? Ah, yes. I did'nt think of that. (havent used GetAttribute so much) But even...
by amyren
Sun Oct 29, 2023 6:59 pm
Forum: Newbie questions
Topic: hURL questions
Replies: 3
Views: 2466

Re: hURL questions

and I read that some of the default timouts are as high as 300 seconds. Where? By default those commands should use the default timeout set using SetNetworkTimeout() which defaults to 10 seconds or something. In the hURL manual section 5.93 and 5.94 there is mentioned a 300 second default timeout S...
by amyren
Sun Oct 29, 2023 6:49 pm
Forum: Announcements
Topic: hURL 2.0 released
Replies: 9
Views: 3332

Re: hURL 2.0 released

I see. I guess you just forgot to update the "How to install" file in the archive then ;)
by amyren
Sun Oct 29, 2023 12:21 pm
Forum: Newbie questions
Topic: Correct Menu Nav System
Replies: 10
Views: 5893

Re: Correct Menu Nav System

I have not changed so much, but I did try to clean up a few lines not needed. Also removed the setinterval call and let the menu be handled by the eventhandler instead. @DISPLAY {width = 320, height = 240, ScaleMode = #SCALEMODE_AUTO, ScaleWidth = #NATIVE, ScaleHeight = #NATIVE} NUMBER = 3 menuvar =...
by amyren
Sat Oct 28, 2023 5:18 pm
Forum: General programming
Topic: Makedir on SD card failed
Replies: 18
Views: 14558

Re: Makedir on SD card failed

You don't know any way to query the available drives? I'm really using a lot the SDCard in all my Android devices Me too but Google has restricted access to the SDcard and it's only available with special permission which is very difficult to obtain from Google... Have you had time to look any more...
by amyren
Sat Oct 28, 2023 4:57 pm
Forum: Windows IDE
Topic: The eternal IDE bug
Replies: 19
Views: 15974

Re: The eternal IDE bug

Well, continuing with the strange bug report of the Windows IDE on Windows 7, it's funny how sometimes the functions that are displayed in the right pane disappear strangely, and I have to restart the IDE. But in the end, I think that reporting these bugs does not serve to improve a product in prof...
by amyren
Sat Oct 28, 2023 1:34 pm
Forum: Newbie questions
Topic: hURL questions
Replies: 3
Views: 2466

hURL questions

At first when using commands like uploadfile and downloadfile I did only use ftp or http so I had no need for hURL. Later I added support for ftps and https protocols by using hURL I implemented a check to determine if hURL was needed or not, and then only use hURL when ftps or https was detected. T...
by amyren
Fri Oct 27, 2023 10:14 pm
Forum: Announcements
Topic: hURL 2.0 released
Replies: 9
Views: 3332

Re: hURL 2.0 released

I notice that in the archive for android the armeabi-v7a plugin is missing