I'm pretty sure that was a limitation of Full Screen in the docs.   I
haven't tried it yet, but if you're desperate to keep the full screen, you
might see if you can use a Key listener to capture keyboard input and set
the text of the text field.   If the form's very complex, you may have to
internally keep track of what text box has focus.

Like I said though, haven't tried it yet so it's pure speculation (we
decided to dump Full Screen -- it just wasn't worth the effort).

If this post is too vague, I can try to whip up some code for an example.

On 7/6/07, Izaias / Grafikonstruct <[EMAIL PROTECTED]> wrote:

Hi everyone!
I have created a website with fullscreen option, using the follow code:

Stage.displayState = "fullScreen" (To enable fullscreen version)
Stage.displayState = "normal" (to back normal view)

But I have a big problem: My website have a form with some editable
fields,
and if I click in fullscreen button, the fields stop edit. I can only put
text in the fields in normal view.

Does anyone have a solution?

Thank you so much.

Izaias Cavalcanti
Grafikonstruct/Brazil
http://www.grafikonstruct.com.br

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to