RE: [flexcoders] Filter typing characters

2007-12-28 Thread mark goldin
coders@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 g

RE: [flexcoders] Filter typing characters

2007-12-27 Thread Alex Harui
: 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://grou

[flexcoders] Filter typing characters

2007-12-27 Thread markgoldin_2000
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