Search found 361 matches

by amyren
Mon Oct 30, 2023 8:49 pm
Forum: Newbie questions
Topic: hURL questions
Replies: 3
Views: 2501

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

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

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

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

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

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

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

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

Re: hURL 2.0 released

I notice that in the archive for android the armeabi-v7a plugin is missing
by amyren
Thu Oct 26, 2023 12:29 pm
Forum: Tutorials
Topic: Block- Man Script
Replies: 16
Views: 9222

Re: Block- Man Script

Removed some redundant conditions. The reason for using +12 and +28 for the conditions is the size of the boxes. Both BM an BX coordinates are the upper left corner of the box. So when collision apears at the left and top side you must consider the width/height of BM for the comparisation, for the r...