[flexcoders] Custom focus skin

2009-11-30 Thread suman gayakwad
Hi, How to write focus Skin for Tree Component? Any pointers ? Thanks, Suman

RE: [flexcoders] MAC : TextInput focus

2009-11-27 Thread suman gayakwad
in Chrome but not in Safari browser. The weird thing here(in Safari browser) as soon as i click on the application,(ie. somewhere within the browser window) the focus will be set to username field. Is this browser plug-in issue or bug on Flex side ? Thanks, Suman

Re: [flexcoders] MAC : TextInput focus

2009-11-25 Thread suman gayakwad
complete event handler private function init():void { /// some action script code here callLater(this.setFocus); } P.N: This happens only in safari browser Thanks, Suman

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread suman gayakwad
field.This happens only in Safari Browser. Thanks, Suman

Re: [flexcoders] MAC : TextInput focus

2009-11-24 Thread suman gayakwad
Hi Julian, I did that and the focus seems to be in loaded SWF but it wont set the focus in textinput field embedded in the swf :( . This happens only in safari browser. Thanks, Suman

[flexcoders] MAC : TextInput focus

2009-11-23 Thread Suman
Hi, In our application, i am trying to set the focus on the login page which has got textinput field. This works fine in IE as well as Firefox but fails in Mac browser. Any pointers on how to set the focus on the textinput field in Mac browser? Thanks, Suman