Search found 7 matches

by Joestes
Fri Apr 08, 2016 12:32 pm
Forum: Coding Questions
Topic: ProgressbarGadget not updating
Replies: 1
Views: 2715

ProgressbarGadget not updating

At the begin of my application I load quite a lot of data. I'm showing a Progressbargadget to show the progress. The problem is that it doen't update in steps, I only see it's being filled at the end, when all data is loaded... Is there a wait to update it during the process?

Thanks!
by Joestes
Thu Feb 25, 2016 12:25 pm
Forum: Coding Questions
Topic: Reading a file on the server side
Replies: 0
Views: 2783

Reading a file on the server side

I'm a bit confused. I used to use simple php scripts to read a (txt/csv) file (on the server side), but since version 1.20 there is a possibility to read a file directly with ReadFile, but no matter what I try, it doesn't seem to read without the filerequester... How do I do it? It Always seems to ...
by Joestes
Thu Oct 01, 2015 2:53 pm
Forum: Coding Questions
Topic: Strange behaviour of Comboboxgadget
Replies: 1
Views: 4118

Strange behaviour of Comboboxgadget

When you create a window, with a Comboboxgadget on it, sometimes the items that slide out of the combobox get behind the window.

I'm not sure when or why this happens... It seems random :roll:

Anyone noticed the same or knows a solution?
by Joestes
Thu Oct 01, 2015 10:05 am
Forum: Coding Questions
Topic: HTML in ListIconGadget
Replies: 4
Views: 8264

HTML in ListIconGadget

I've created a small page where people can upload documents to. I use a listicongadget to show the documents in a list. I would like to add a "download" link to the listicongadget. I tried to use "<a href=...> (etc.) but all I see is the text of the html... Is there a workaround to put html code in ...
by Joestes
Fri Sep 18, 2015 7:14 am
Forum: Coding Questions
Topic: Strange DisableGadget()
Replies: 1
Views: 2962

Strange DisableGadget()

When I open a new window, I want to disable the gadgets on the previous window, I do it like this:


Enumeration
#imgLocatie = 10

#imgLogo = #imgLocatie + 20
#imgAdd
#imgDel
#imgEdit
#imgMail

#imgLoading

#MainGadgetsStart ;------------------------

#gimLogo
#gimLocatie
#gimLoading ...
by Joestes
Fri Sep 18, 2015 6:41 am
Forum: Coding Questions
Topic: Uploading file to server
Replies: 7
Views: 6279

Re: Uploading file to server

This is great! Thanks a lot
by Joestes
Thu Sep 17, 2015 11:16 am
Forum: Coding Questions
Topic: Uploading file to server
Replies: 7
Views: 6279

Uploading file to server

Is there a way to upload a local file selected with openfilerequester, to the server?

I guess it should be done with a httprequest, but I don't seem to get the headers right... :(