Re: Possible to escape openStack?

2014-04-10 Thread Kevin
Thanks guys. That's really helpful and it worked great. Certainly a tip I won't 
forget.
Interestingly, during the pause, I thought of a better way of achieving what I 
wanted the app to do so went back to my previous version and re wrote. Then 
after accessing the first version, I compared the 2 methods. Eye opening. Maybe 
I should take more time out to review the architecture of what I'm writing 
rather than just concentration on the code...

Kevin

Sent from my iPad
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Possible to escape openStack?

2014-04-09 Thread Richard Gaskin

Kevin wrote:

 Oops! I've managed to create a loop in my openStack script which pops
 up an answer dialogue then, on OK, quits the stack every time I open
 it. Is it possible to get at the stack script to alter it or do I
 just have to bite the bullet and go back to my previous version and
 start again?

Run this in the Message Box:

lock messages; answer file Select the problem stack:; open stack it


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Possible to escape openStack?

2014-04-09 Thread Ralph DiMola

Option 2: Open LC and turn messages off on the tool bar (envelope icon)
before you open the stack. Then open the stack and none of the code in your
stack will run. Fix the loop and turn back on messages.

 
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Kevin
Sent: Wednesday, April 09, 2014 8:31 PM
To: use-livecode@lists.runrev.com
Subject: Possible to escape openStack?

Oops! I've managed to create a loop in my openStack script which pops up an
answer dialogue then, on OK, quits the stack every time I open it. Is it
possible to get at the stack script to alter it or do I just have to bite
the bullet and go back to my previous version and start again?

It's an iOS app and I'd forgotten to put in a line to escape if the platform
was not mobile

Regards
Kevin

Sent from my iPad
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Possible to escape openStack?

2014-04-09 Thread dunbarx
Option 3:


Open another stack, and:


edit the script of stack yourLoopyStack.


Cut out the offending line.


Craig Newman



-Original Message-
From: Ralph DiMola rdim...@evergreeninfo.net
To: 'How to use LiveCode' use-livecode@lists.runrev.com
Sent: Wed, Apr 9, 2014 9:10 pm
Subject: RE: Possible to escape openStack?



Option 2: Open LC and turn messages off on the tool bar (envelope icon)
before you open the stack. Then open the stack and none of the code in your
stack will run. Fix the loop and turn back on messages.

 
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Kevin
Sent: Wednesday, April 09, 2014 8:31 PM
To: use-livecode@lists.runrev.com
Subject: Possible to escape openStack?

Oops! I've managed to create a loop in my openStack script which pops up an
answer dialogue then, on OK, quits the stack every time I open it. Is it
possible to get at the stack script to alter it or do I just have to bite
the bullet and go back to my previous version and start again?

It's an iOS app and I'd forgotten to put in a line to escape if the platform
was not mobile

Regards
Kevin

Sent from my iPad
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode