I'm sure I'm run into this before.
I don't know how I've done it but I have a .livecode project that loads in the ide and display an OK message then as soon as I click the OK button LC IDE closes.
I don't recall how to work around this problem.
Any help would be greatly appreciated.
---
M:\Documents and Settings\Barry\My Documents\Paradigma Software\V4REV_4\Examples\Common\GetDatabaseVersion
"This stack works in local mode only."
Loading LC app in IDEdit mode displays msg then exits LC IDE
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Loading LC app in IDEdit mode displays msg then exits LC IDE
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Re: Loading LC app in IDEdit mode displays msg then exits LC
To get around the problem so that you can adjust the code to solve it, turn off messages before opening your stack.
If you have a quit in there somewhere you can surround put it inside an envornment check.
if the environment is development then
-- don't quit, do whatever you wish
else
--quit
end if
If you have a quit in there somewhere you can surround put it inside an envornment check.
if the environment is development then
-- don't quit, do whatever you wish
else
--quit
end if
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: Loading LC app in IDEdit mode displays msg then exits LC
Thanks dude!
LiveCode IDE Menu | Development | Supress Messages
Blast!
Back to the gClient of this stack probs with v4Rev examples.
Now I've gotta test n re-write that one as well.
LiveCode IDE Menu | Development | Supress Messages
Blast!
Back to the gClient of this stack probs with v4Rev examples.
Now I've gotta test n re-write that one as well.
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.