Re: [flex_india:34515] Space Bar Event Issue : Flex 3

2011-09-10 Thread dinesh kumar
Hi, You can also use below code(assuming id of the form is myForm) myForm.enabled = myForm.mouseEnabled = false; Regards Dinesh kumar.L -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@g

Re: [flex_india:34515] Space Bar Event Issue : Flex 3

2011-09-10 Thread dinesh kumar
Hi, When u click the submit button the last focus would be still in submit which is vulnerable to trigger the click event if you press the space bar.so set the mouseChildren property of the form to false and take out the focus from submit button by using the this.stage.focus = null,while you are s