[flexcoders] Re: Button down event

2008-05-27 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: On Windows, in FF and IE, you tab to any regular Button, and space will activate it. It is standard MSAA But how many people use that instead of the more ubiquitous Enter to activate the highlighted button? I don't

RE: [flexcoders] Re: Button down event

2008-05-27 Thread Alex Harui
[mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, May 27, 2008 11:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Button down event --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui [EMAIL PROTECTED] wrote: On Windows, in FF and IE, you

[flexcoders] Re: Button down event

2008-05-25 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Flex is pretty good, but not perfect. We design for 80% cases and do not always handle the 20% case. We have code size and developer resource restrictions. The 80% case is that some button should be activated on

RE: [flexcoders] Re: Button down event

2008-05-25 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Button down event --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui [EMAIL PROTECTED] wrote: Flex is pretty good, but not perfect. We design for 80% cases and do not always handle the 20% case. We have code

RE: [flexcoders] Re: Button down event

2008-05-24 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Re: Button down event --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui [EMAIL PROTECTED] wrote: If you set defaultButton on the container it will do it for you What if there are multiple buttons? Surely they can't _all_

[flexcoders] Re: Button down event

2008-05-22 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: If you set defaultButton on the container it will do it for you What if there are multiple buttons? Surely they can't _all_ be the default button? I thought Flex was supposed to be easy to make accessible. Thanks; Amy