RE: [flexcoders] Filter typing characters

2007-12-28 Thread mark goldin
Does restict property work for DataGrid fields?

Alex Harui [EMAIL PROTECTED] wrote:  Most of our text components 
support the .restrict property (see TextField.restrict).  You can also capture 
the textInput event
  
  
-
  
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
markgoldin_2000
Sent: Thursday, December 27, 2007 6:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Filter typing characters

  
I want to prevent some characters from being entered from the keyboard. 
I want to have a generic solution that I can reuse in every keyboard 
compitable UI: textInput, Combobox, and etc.
Any tips? 

Thanks

  



  

 


Re: [flexcoders] Filter typing characters

2007-12-27 Thread Frederico Garcia
markgoldin_2000 escreveu:
 I want to prevent some characters from being entered from the keyboard. 
 I want to have a generic solution that I can reuse in every keyboard 
 compitable UI: textInput, Combobox, and etc.
 Any tips? 

 Thanks



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links




 __ NOD32 2751 (20071227) Information __

 This message was checked by NOD32 antivirus system.
 http://www.eset.com



   
Hi,

Check the source code of NumericStepper. If this doesn't help let me know.

Frederico Garcia


RE: [flexcoders] Filter typing characters

2007-12-27 Thread Alex Harui
Most of our text components support the .restrict property (see
TextField.restrict).  You can also capture the textInput event

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Thursday, December 27, 2007 6:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Filter typing characters

 

I want to prevent some characters from being entered from the keyboard. 
I want to have a generic solution that I can reuse in every keyboard 
compitable UI: textInput, Combobox, and etc.
Any tips? 

Thanks