Re: Scripting systemWindow

2010-03-02 Thread Bob Sneidar
Heh heh. Been there, done that. I think that's why setting the property to *NOT* the property is a better way to go. Less moving parts. I think of properties as variables that remain persistent and are global by nature. Obviously they are a different kind of animal, as anyone on this list will

Re: Scripting systemWindow

2010-03-02 Thread Andrew Kluthe
:-P doh, that explains why after fixing it, the button would always toggle false. -- View this message in context: http://n4.nabble.com/Scripting-systemWindow-tp1575500p1575708.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Scripting systemWindow

2010-03-02 Thread Mark Schonewille
Hi Andrew, Just a wild guess, did you perhaps forget to make sSystemWindow a local or global variable? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer Economy-x-Talk is alwa

Re: Scripting systemWindow

2010-03-02 Thread Bob Sneidar
I looked at your script. I am not sure what sSystemWindow is. But using "NOT" to toggle a logical value is really what you are looking for. Bob On Mar 2, 2010, at 12:27 PM, Andrew Kluthe wrote: > > J. Landman Gay's snippet works. How is it so different pragmatically from > what I did? Hmm we

Re: Scripting systemWindow

2010-03-02 Thread Andrew Kluthe
J. Landman Gay's snippet works. How is it so different pragmatically from what I did? Hmm weird. Thanks! -- View this message in context: http://n4.nabble.com/Scripting-systemWindow-tp1575500p1575655.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: Scripting systemWindow

2010-03-02 Thread J. Landman Gay
Andrew Kluthe wrote: Post I found: http://n4.nabble.com/systemWindow-question-td300545.html#a300545 I just tried it and it works fine here, on both Mac OS X and Windows XP. I used this: on mouseUp set the systemwindow of this stack to not the systemwindow of this stack end mouseUp On Window

Re: Scripting systemWindow

2010-03-02 Thread Andrew Kluthe
I figured out what you meant, and no error message is being output and the script editor is not doing anything now. However, the above statement has no effect on the systemWindow property of the stack. -- View this message in context: http://n4.nabble.com/Scripting-systemWindow-tp1575500p1575596

Re: Scripting systemWindow

2010-03-02 Thread Andrew Kluthe
Post I found: http://n4.nabble.com/systemWindow-question-td300545.html#a300545 Yes, the button belongs to the stack that is executing it. I had originally given it the path to the stack with the same results. And, I am kind a noob to rev here. Can you elaborate on the process to do what you req

Re: Scripting systemWindow

2010-03-02 Thread Mark Schonewille
Hi Andrew, What have you found where in the forums? Do you have a link? One possibility here is that the stack that "this stack" refers to changes when the systemWindow property is set. Is the button with your script part of the stack that becomes a system window? It is possible that the