Re: Odd selection hangup

2010-02-22 Thread Bob Sneidar
I think you have to pass it for the IDE to do it's thing. Otherwise the IDE will never get the message and therefore it will do nothing about it. Not only are you trapping the fact that it got selected, but you are trapping your own deselection of it. Bob On Feb 22, 2010, at 2:43 PM, dunb...

Re: Odd selection hangup

2010-02-22 Thread DunbarX
Jacques. Nope. But I could have been clearer. 1- Put the following script into any object: on selectedObjectChanged set the selected of the target to "false" end selectedObjectChanged 2- Select the object by dragging over it in edit mode. 3- Go back to browse mode. 4- Comment out the sc

Re: Odd selection hangup

2010-02-22 Thread J. Landman Gay
dunb...@aol.com wrote: Now Jacques, if it was that ordinary, do you think I would have bothered this list? Stuck, I say. Or are others unable to reproduce this? Okay, you made me look. I can reproduce it. If you right-click on the object the selection handles go away. I think this is because

Re: Odd selection hangup

2010-02-22 Thread DunbarX
Now Jacques, if it was that ordinary, do you think I would have bothered this list? Stuck, I say. Or are others unable to reproduce this? Craig In a message dated 2/22/10 1:16:34 PM, jac...@hyperactivesw.com writes: > Not sure, but if so it's pretty minor. You can remove the selection > handl

Re: Odd selection hangup

2010-02-22 Thread DunbarX
Stephen. No. It lingers, as I said. Craig ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Odd selection hangup

2010-02-22 Thread J. Landman Gay
dunb...@aol.com wrote: Someone on one of the forums ("Tal") asks why when one has the following code in an object: on selectedObjectChanged set the selected of me to "false" end selectedObjectChanged one can click on the object when in edit mode, and the object will obligingly desele

Re: Odd selection hangup

2010-02-22 Thread stephen barncard
doing a quick change between edit and browse ( cmd 0 cmd 9 ) will clear the selection.. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev On 22 February 2010 07:35, wrote: > Someone on one of the forums ("Tal") asks why when one has the following > code

Odd selection hangup

2010-02-22 Thread DunbarX
Someone on one of the forums ("Tal") asks why when one has the following code in an object: on selectedObjectChanged set the selected of me to "false" end selectedObjectChanged one can click on the object when in edit mode, and the object will obligingly deselect itself. But if one dra