What's the best way to do this?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
shawnblc
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 342
Joined: Fri Jun 01, 2012 11:11 pm

What's the best way to do this?

Post by shawnblc » Sat Sep 07, 2013 9:08 am

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?

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: What's the best way to do this?

Post by Klaus » Sat Sep 07, 2013 11:16 am

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! :D


Best

Klaus

Post Reply