Maintain Selection After Edit?

2008-01-27 Thread Scott Rossi
Hello List:

I am building a small editor stack that can change the name of a Rev object
in another stack.  I want to be able to select an object in a stack, apply
the name change from a field in the editor stack, and close field in the
editor stack, which would be essentially like scripting "select empty".  But
I don't want to use "select empty" because I want to maintain selection of
currently selected object.

Any ideas on how to close the editor field but maintain the current
selection?

Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


___
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: Maintain Selection After Edit?

2008-01-27 Thread Malte Brill

Hi Scott,

maybe store the selectedObject in a var,; select empty; select  
previous selectedObject on close / exitField?


All the best,

Malte

___
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: Maintain Selection After Edit?

2008-01-28 Thread Scott Rossi
Recently, Malte Brill wrote:

>> Any ideas on how to close the editor field but maintain the current
>> selection?

> maybe store the selectedObject in a var,; select empty; select
> previous selectedObject on close / exitField?

Thanks.  I have tried this, and while functionally it does what I asked, it
looks unprofessional, as you can see the selected object lose/regain focus,
as well as the editor lose its data, and then re-populate its fields.  I
suppose I could lock the screens of all related stacks, but I was hoping
for a "cleaner" solution. :-)

Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


___
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