Search found 4 matches

by hbrewster
Tue Apr 06, 2010 1:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App quits immediately after startup
Replies: 6
Views: 4677

Re: App quits immediately after startup

Thanks
I was trying some old Windows tricks like holding down shift key and other combinations without any luck.
by hbrewster
Tue Apr 06, 2010 1:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App quits immediately after startup
Replies: 6
Views: 4677

Re: App quits immediately after startup

can't open stack

create a test stack with this code

on openCard
wait 2000 milliseconds
quit
end openCard

save the stack and exit then try to open it again. It will wait 2secs and shutdown
by hbrewster
Tue Apr 06, 2010 1:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App quits immediately after startup
Replies: 6
Views: 4677

Re: App quits immediately after startup

But how do I open the stack in development mode
It always starts up in run mode and executes my script and quits
by hbrewster
Tue Apr 06, 2010 12:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App quits immediately after startup
Replies: 6
Views: 4677

App quits immediately after startup

on openCard I did some work and put a short delay and then the "quit" command
When I open the stack for development it immediately goes to run mode and quits
How do I open the application for development only