Re: Download a stack file

2011-11-10 Thread Peter Bogdanoff
; 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

RE: Download a stack file

2011-10-28 Thread AndyP
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

Re: Download a stack file

2011-10-28 Thread Peter Bogdanoff
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

Re: Download a stack file

2011-10-28 Thread AndyP
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

Re: Download a stack file

2011-10-28 Thread Peter Bogdanoff
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

RE: Download a stack file

2011-10-28 Thread Mark Powell
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

Download a stack file

2011-10-27 Thread Peter Bogdanoff
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