Page 1 of 1
What's the best way to do this?
Posted: Sat Sep 07, 2013 9:08 am
by shawnblc
I'm in the process of creating an application, it'll be a windows (exe) / mac (dmg) application. My idea is to have a login screen, then the latest .livecode stacks are retrieved from online. Will this work? What's the basics of doing this? Would this be better done with php and javascript?
Re: What's the best way to do this?
Posted: Sat Sep 07, 2013 11:16 am
by Klaus
HI Shawn,
shawnblc wrote:I'm in the process of creating an application, it'll be a windows (exe) / mac (dmg) application.
My idea is to have a login screen, then the latest .livecode stacks are retrieved from online. Will this work?
YES, SIR!
shawnblc wrote:What's the basics of doing this?
After the user has logged in, you just need to:
...
go stack url"http://www.your_yerver.com/stacks/newstack.livecode"
...
shawnblc wrote:Would this be better done with php and javascript?
Never!
Best
Klaus