Re: Test For Field Being Edited?

2010-05-13 Thread Martin Koob
Scott Rossi sc...@... writes:

 
 Hi List:
 
 I can't remember...  Is there a way to determine if any field on a card is
 open for editing, other than storing a variable?
 
What about focusedObject.

Martin

___
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: Test For Field Being Edited?

2010-05-13 Thread Martin Koob
Martin Koob mk...@... writes:

 
 Scott Rossi sc...@... writes:
 
  
  Hi List:
  
  I can't remember...  Is there a way to determine if any field on a card is
  open for editing, other than storing a variable?
  
Sorry try this again

What about focused object.

This is what I use to check if a field is open and then call a
 handler in that field.

if the first word of the focusedObject is field then
dispatch savemycontents to the focusedObject
end if

Martin

___
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


Test For Field Being Edited?

2010-05-12 Thread Scott Rossi
Hi List:

I can't remember...  Is there a way to determine if any field on a card is
open for editing, other than storing a variable?

I want to disable actions in a card script if a field is actively being
edited.  I was hoping there was some keyword to determine what field is
active (the activeField, the busyField, etc).  Or must I set a variable
value each time a field is opened for editing?

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, UX 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: Test For Field Being Edited?

2010-05-12 Thread Jerry Daniels

Scott,

I think it's:

the selectedField

Best,

Jerry Daniels

Use tRev's buy link during your 7 day free trial to get 20% off:
http://reveditor.com/tag/shouldiswitch

On May 12, 2010, at 8:14 PM, Scott Rossi wrote:


Hi List:

I can't remember...  Is there a way to determine if any field on a  
card is

open for editing, other than storing a variable?

I want to disable actions in a card script if a field is actively  
being
edited.  I was hoping there was some keyword to determine what field  
is
active (the activeField, the busyField, etc).  Or must I set a  
variable

value each time a field is opened for editing?

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, UX 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


___
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: Test For Field Being Edited?

2010-05-12 Thread tsj
What about querying the selectedChunk or the selectedField?

Terry...


On 13/05/10 11:14 AM, Scott Rossi sc...@tactilemedia.com wrote:

 Hi List:
 
 I can't remember...  Is there a way to determine if any field on a card is
 open for editing, other than storing a variable?
 
 I want to disable actions in a card script if a field is actively being
 edited.  I was hoping there was some keyword to determine what field is
 active (the activeField, the busyField, etc).  Or must I set a variable
 value each time a field is opened for editing?
 
 Thanks  Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX 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

___
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: Test For Field Being Edited?

2010-05-12 Thread Jim Bufalini
Scott Rossi wrote:

 I can't remember...  Is there a way to determine if any field on a card
 is
 open for editing, other than storing a variable?
 
 I want to disable actions in a card script if a field is actively being
 edited.  I was hoping there was some keyword to determine what field is
 active (the activeField, the busyField, etc).  Or must I set a variable
 value each time a field is opened for editing?
 
 Thanks  Regards,

You can use the openField, exitField and closeField messages. exitField and
closeField trigger when the text of the field has either not changed or has
changed but in either case, the focus is lost. openField triggers when a
user has clicked in the field.

Aloha from Hawaii,

Jim Bufalini

___
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