Keyboard focus on opening a card

2010-01-11 Thread Emmett Gray
The manual states: When a card is opened, Revolution automatically 
focuses the first object on the card that is capable of receiving the 
keyboard focus. I don't want this to happen, but everything I have 
tried to stop it from happening (such as setting traversalOn to false 
or turning off autoHilite or whatever) means that fields I want to be 
able to edit text in don't accept a click (so I can't use a mouseUp 
in their script to change the traversalOn property because the 
message is not sent). How can I do this (i.e. no focus on open card, 
but focus with click or tab)? This worked as desired in HC.

___
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: Keyboard focus on opening a card

2010-01-11 Thread Jim Ault

Put this in your stack script

on opencard
   select empty
   pass opencard
end opencard


On Jan 11, 2010, at 9:43 AM, Emmett Gray wrote:

The manual states: When a card is opened, Revolution automatically  
focuses the first object on the card that is capable of receiving  
the keyboard focus. I don't want this to happen, but everything I  
have tried to stop it from happening (such as setting traversalOn to  
false or turning off autoHilite or whatever) means that fields I  
want to be able to edit text in don't accept a click (so I can't use  
a mouseUp in their script to change the traversalOn property because  
the message is not sent). How can I do this (i.e. no focus on open  
card, but focus with click or tab)? This worked as desired in HC.


Jim Ault
Las Vegas



___
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