; http://www.pointandsee.co.uk - made with LiveCode (v1.4.1 released 26/08/2011)
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Download-a-stack-file-tp3947074p3949126.html
> Sent from the Revolution - User mailing list archive at Na
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Download-a-stack-file-tp3947074p3949186.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
tures.
> PointandSee is a FREE simple but full featured under cursor colour picker /
> finder.
> http://www.pointandsee.co.uk - made with LiveCode (v1.4.1 released 26/08/2011)
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n
essage in context:
http://runtime-revolution.278305.n4.nabble.com/Download-a-stack-file-tp3947074p3949126.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit
How, exactly do you implement Load? I need to get a stack file from the server
on to the local machine. I seem to be able to load it into memory, but can't
actually see the stack or save it to disk.
I've done both methods for storing data; both times for "books" with a lot of
text, pictures, an
I do this kind of auto-loading with almost all my apps, but to date I have
never written changes to the stack itself. I always save data in files
external to the stack and have that data pulled in at preopenstack. So I never
have to do a stack to stack transfer of data or stack renaming. Not
Hi,
I'm making a stack updater that downloads a LC stack to the user's hard drive
and replaces a stack there.
I plan to:
1. Have the user download a small updater stack and run it
2. The updater gets essential data from the user's old stack and writes
it to a file
3. The