Hi Muzak,
 
Thanks for the link. Yes,  I had gone through the same post..  Actually my 
application sets cursor to "username" field, if we click anywhere in flex 
application, for both the browsers: IE and Mozilla.
  
The main issue is, when application is loaded the control is with the browser, 
and there is no fix to transfer the control to flex application. Which causes 
such issues :(

I read that: setting "document.filename.focus()" resolves that in some browser, 
here the filename shall be the flex application id, right? As per the follwing 
entries in my case the above call shall be:
"document.${application}.focus()" !! ? I tried that but, it is still not 
working for me. 

So I wanted to know if renaming "id" and "name" properties are ok? Please share 
your thoughts.

My "index.template.html" file has following entries:
<noscript>
    <object> "id", "${application}"...
        <embed name="${application}" ..> </embed>
    </object> 
</noscript>

Thanks for the help,
Savan
 
----- Original Message ----
From: Muzak <[EMAIL PROTECTED]>
To: [email protected]
Sent: Saturday, 29 December, 2007 1:01:16 PM
Subject: Re: [flexcoders] Setting default "cursor" position when the flex 
web-application loads

Known issue, check archives or google:

http://www.google.com/search?hl=en&q=flexcoders+focus+application+load

Can only be worked around in IE, using JS.

----- Original Message ----- 
From: "flex.fusion" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, December 29, 2007 6:29 AM
Subject: [flexcoders] Setting default "cursor" position when the flex 
web-application loads


Hi Guys,

My previous posts never got replied, but we shall not leave the 
hope :) :) so here is one more :)

Problem statement: 
When my web application is loaded, login box popsup by default. 
Setting focus to the "username" field does not set the "cursor" to 
the field. Please guide me how can we resolve such issues. 

I was not able to unserstand the "index.template.html" properly, if 
there is any reference: about 'working with "index.template.html" ', 
I would love to go through that :) Handling and Using "id" 
and "name" properties and playing with <object> and <embed> are 
mainly the things, I am looking for. 

btw: I had gone through some of the previous posts but still am not 
able to resolve the issue. So please share your experience to 
resolve such things.

Thanks & Regards,
Savan




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links




      Download prohibited? No problem. CHAT from any browser, without download. 
Go to http://in.messenger.yahoo.com/webmessengerpromo.php/

Reply via email to