Similar to the XP login screen, in Flex 3, how can I display a warning to the user in a textbox that the CAPS LOCK key is enabled?
|
|
flash.ui.Keyboard.capsLock is not bindable so that code won't really work. I would invoke a function in the "keyDown" event for the TextInput and then check flash.ui.Keyboard.capsLock in that function. You can then set visible/includeInLayout on that Text, pop up an Alert, etc... |
||
|
|
|
|
In actionScript:
or MXML:
|
|||
|
