Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-24 Thread J. Landman Gay
On 4/24/04 8:02 AM, David Burgun wrote: On question though, if I place the revert command in a function that is located inside the main stack, will the revert command work on the main stack or the sub stack? I am going to try it anyway, but I'd like to know what is *supposed* to happen. The "re

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-24 Thread David Burgun
Hi David, Hi, I know I could save the setting somewhere and restore them when Cancel is pressed, but isn't there another way? I have many hundreds of controls in a large number of dialog boxes and to save them all manually will be a lot of work. Could I save the whole (sub-)stacks/cards at a ti

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Klaus Major
Hi David, Hi, I have done some more digging and it seems that this is the case: The "Stack" (Dialog) I am talking about is actually a Sub-Stack. If I make it a main stack then it works! So, my question now is, how can I make this work on a sub-stack? I don't care if the Main Stack and all it'

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Thomas McGrath III
David, To do this from a substack you need to be more specific. Try: on mouseUp save stack "MainStackNameHere" close stack "MainStackNameHere" end mouseUp I do these 'important' things with full names and full path names etc. That should do it for you. Tom On Apr 22, 2004, at 7:08 AM, David B

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Klaus Major
Hi David, Hi, I know I could save the setting somewhere and restore them when Cancel is pressed, but isn't there another way? I have many hundreds of controls in a large number of dialog boxes and to save them all manually will be a lot of work. Could I save the whole (sub-)stacks/cards at a ti

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Björnke von Gierke
On Donnerstag, Apr 22, 2004, at 13:08 Europe/Zurich, David Burgun wrote: ... Is this supposed to happen? Is this a bug in the RunRev (v2.2 running MacOS Classic and X) App? I've played around with the destroyStack and destroyWindow properties, they don't seem to do anything. As far as I can te

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Robert Brenstein
Hi, I know I could save the setting somewhere and restore them when Cancel is pressed, but isn't there another way? I have many hundreds of controls in a large number of dialog boxes and to save them all manually will be a lot of work. Could I save the whole (sub-)stacks/cards at a time and re

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread David Burgun
Hi, I know I could save the setting somewhere and restore them when Cancel is pressed, but isn't there another way? I have many hundreds of controls in a large number of dialog boxes and to save them all manually will be a lot of work. Could I save the whole (sub-)stacks/cards at a time and re

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Marian Petrides
uh, make that: go to stack "ExternalStack.rev" On Apr 22, 2004, at 7:32 AM, Marian Petrides wrote: go to stacke ExternalStack.rev ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread Marian Petrides
Dave I think this does what you wanted. I created a Standalone stack (Test 4 Dave) with a single button on it whose mouseUp script says simply: go to stacke ExternalStack.rev Then I created another stack NOT standalone entitled ExternalStack.rev On Cd 1 of this second stack, I have a che

Re: More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread xbury . cs
Please respond to How to use Revolution To: How to use Revolution <[EMAIL PROTECTED]> cc: Subject: More-Save Stack Woes - Could someone PLEASE explain this... . Hi, I have done some more digging and it seems that this is the case: The "Sta

More-Save Stack Woes - Could someone PLEASE explain this...

2004-04-22 Thread David Burgun
Hi, I have done some more digging and it seems that this is the case: The "Stack" (Dialog) I am talking about is actually a Sub-Stack. If I make it a main stack then it works! So, my question now is, how can I make this work on a sub-stack? I don't care if the Main Stack and all it's sub-stack