Hi, There's been some chatter about the DisableBead so I thought I would take a look. I'd like to make a couple of changes:
The way the code is written, applying this bead to a TextInput will not work on the SWF side because the actual textField is a property of the TextInputView and not the actual element (which is a Sprite). Maybe that should change, but the DisableBead, as-is, won't work for a TextInput control. On the JavaScript side, I was reading that to disable something, you do: element.disabled = true and it should work for both input and button elements rather than trying to disable pointer events. What do you thing? I would also like to move this bead into the accessories package rather than the main bead list. Regards, Peter Ent Adobe Systems/Apache Flex Project