What's the best way to do this?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
What's the best way to do this?
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?
HI Shawn,
...
go stack url"http://www.your_yerver.com/stacks/newstack.livecode"
...
Best
Klaus
YES, SIR!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?
After the user has logged in, you just need to:shawnblc wrote:What's the basics of doing this?
...
go stack url"http://www.your_yerver.com/stacks/newstack.livecode"
...

Never!shawnblc wrote:Would this be better done with php and javascript?

Best
Klaus