Search found 361 matches

by amyren
Sun Nov 14, 2021 3:10 pm
Forum: Off topic
Topic: Downloading zip files by http
Replies: 6
Views: 5429

Re: Downloading zip files by http

Have unforced https, and try to fetch the file without hurl now. But still the file will not get updated. Here are some of the different commands I have tried (Lines uncommented one at the time for each atempt) ;DownloadFile(brett_dl$, {File = "virtbrett.zip", CustomHeaders = "Cache-C...
by amyren
Sun Nov 14, 2021 1:00 pm
Forum: Off topic
Topic: Downloading zip files by http
Replies: 6
Views: 5429

Re: Downloading zip files by http

My website was set to enforce https, so I havent tried without hurl.
But I just found that I do have the option to unforce https in the domain management, so I will try this and test without hurl later.
by amyren
Thu Nov 11, 2021 6:09 pm
Forum: Off topic
Topic: Downloading zip files by http
Replies: 6
Views: 5429

Re: Downloading zip files by http

I have now tried a few variants, both trying Pragma: and Cache-Control:, but I still could not get it to fetch the updated file. Not sure if I use the correct syntax here, or if HURL supports the customheaders. DownloadFile(my_url$, {File = "my_file.zip", CustomHeaders = "Pragma: no-c...
by amyren
Wed Nov 10, 2021 11:29 am
Forum: Off topic
Topic: Downloading zip files by http
Replies: 6
Views: 5429

Downloading zip files by http

I had this issue that I thought was Hollywood messing with me. I made a program where the server first create a folder on my ftp server and then uploads some files, some text files and a zip file. My client program then use http to download these files. When the text files are updated and reuploaded...
by amyren
Wed Nov 03, 2021 11:08 am
Forum: RapaGUI
Topic: How to create a splash window?
Replies: 2
Views: 1790

Re: How to create a splash window?

Thank you, that worked. As mentioned above, I tried resolving it by using a timer. But since the timer itself did not create an event it did not work. So now I understand that the clue here is that SetTimeOut() does create an event for WaitEvent() to detect. I was not familar with the SetTimeOut() c...
by amyren
Tue Nov 02, 2021 2:05 pm
Forum: RapaGUI
Topic: How to create a splash window?
Replies: 2
Views: 1790

How to create a splash window?

I want to have a splash window to open at program start, and automaticly close it after a short time. The example below will open the splash window and put it on top of the main program window. But the graphics are not drawn until it reaches the waitevent in the main loop, so obviously this is not t...
by amyren
Fri Jul 23, 2021 12:57 pm
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 11155

Re: RapaGUI 2.0 released

Thanks for the update.
Large listviews now loads fast on Windows
Multiple colums can now be set as sortable
readonly option now works for textentries

Just a thought, perhaps there should be a link on the download page for the previous RapaGUI version. There may be people still at HW8 needing it.
by amyren
Tue Jun 29, 2021 8:53 pm
Forum: Newbie questions
Topic: Virtualfile question
Replies: 3
Views: 2087

Re: Virtualfile question

Why do you have two "=" characters here? It should not be there. That was why I wrote that I have done a copy/paste mistake without noticing. But it does not work if I remove it, which might support your comment that zip files does not go with virtual files. And thanks for your useful tip...
by amyren
Tue Jun 29, 2021 1:04 pm
Forum: Newbie questions
Topic: Virtualfile question
Replies: 3
Views: 2087

Virtualfile question

I have this function that should read a directory and pack all .dat files into a virtual zip file, and then upload it to my ftp server. My resulting zip file does apear on the server, so it apear to work. But I found there is a file named 0 that is created in the progdir every time the function runs...
by amyren
Mon Jun 21, 2021 11:33 pm
Forum: Wishlist
Topic: Support for older arm (softfloat) cpus
Replies: 3
Views: 2838

Re: Support for older arm (softfloat) cpus

My question was not android, I was asking with Linux Arm in mind.
The Pandora is a tiny Linux Arm computer.