Re: put URL blocking?

2018-09-30 Thread Tom Glod via use-livecode
the load command is non-blocking which can work well for a lot of use cases. hint: to get around the "one request per domain limit" add a # and unique number to the end of the URL. check this out i made it for the LC Global Conference last year a useful demo stack of asynchronous h

IconGrid89_v211

2018-09-30 Thread hh via use-livecode
Updated to v2.1.1. Made this also to a "fat" widget (for LC 8 and 9) and gave a new name for the Tools palette. The functionality is of v2.1.0, please see here: http://forums.livecode.com/viewtopic.php?p=158112#p158112 Download IconGrid89_v211 from "Sample Stacks" or from http://livecodeshare.run

RE: put URL blocking?

2018-09-30 Thread Ralph DiMola via use-livecode
Yes it's blocking. As far as a know all get/puts to urls is blocking local or remote. The only way I know of not blocking is to use tsNet Async. It works very nicely even on mobile. I download some files in the background while the user is logging in. The login process uses get/puts and they are

put URL blocking?

2018-09-30 Thread Peter Bogdanoff via use-livecode
Hi, a question… The statement: put URL tURL into tData tURL, the URL to a text file, resides on a remote server. Is this command blocking? Does LC wait for a response before moving on the the next line of the script? I’m not clear at all about gets, puts, etc. -- what I need to do if there is

ColorPicker89_v102

2018-09-30 Thread hh via use-livecode
Updated to v102, the link is still valid ( http://livecodeshare.runrev.com/stack/901 ) Made now also to a "fat" widget (for LC 8 and 9). **I needed a unique naming system for the kind of the widget and the widget's name in the "Tools" palette. To get less confused when developing... IMPORTANT: T

DatePicker89_v108

2018-09-30 Thread hh via use-livecode
Updated to v108, the link is still valid ( http://livecodeshare.runrev.com/stack/903 ) Added now the source code (and a new name for the widget in the "Tools" palette). ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: DatePicker89_v107

2018-09-30 Thread hh via use-livecode
Matthias, I was just curious if anybody would ask about that. As you are the first one in three months or so: Congratulations, you may use this widgets for free in ALL your apps. The fund is the idea that the community has some money available if a developer (of the community) has serious financ

Re: DatePicker89_v107

2018-09-30 Thread Matthias Rebbe via use-livecode
What is the LC developer help fund? > Am 30.09.2018 um 18:03 schrieb hh via use-livecode > : > > Just uploaded a date picker widget to "Sample Stacks". > Grab it from there or download DatePicker_v107 from > > http://livecodeshare.runrev.com/stack/903 > > This is a *sample-stack* that has al

DatePicker89_v107

2018-09-30 Thread hh via use-livecode
Just uploaded a date picker widget to "Sample Stacks". Grab it from there or download DatePicker_v107 from http://livecodeshare.runrev.com/stack/903 This is a *sample-stack* that has also buttons to install or remove the widget. The widget is "fat" (contains LC 8 and 9 modules), loaded will by LC