[Flashcoders] Fullscreen problem

2007-07-06 Thread Izaias / Grafikonstruct
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

Re: [Flashcoders] Fullscreen problem

2007-07-06 Thread eka
Hello :) no solution for the moment for your problem :) The fullscreen mod disabled the input fields.. Adobe implement this restriction but i don't know why ? EKA+ :) 2007/7/6, Izaias / Grafikonstruct [EMAIL PROTECTED]: Hi everyone! I have created a website with fullscreen option, using the

Re: [Flashcoders] Fullscreen problem

2007-07-06 Thread Muzak
/ Grafikonstruct [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, July 06, 2007 5:00 PM Subject: [Flashcoders] Fullscreen problem Hi everyone! I have created a website with fullscreen option, using the follow code: Stage.displayState = fullScreen (To enable fullscreen version

Re: [Flashcoders] Fullscreen problem

2007-07-06 Thread Jer Brand
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

Re: [Flashcoders] Fullscreen problem

2007-07-06 Thread Jer Brand
And confirmed you can't get around it with a onKeyDown listener. Everything but Esc appears to be locked out. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RES: [Flashcoders] Fullscreen problem

2007-07-06 Thread Izaias / Grafikonstruct
Yes Muzak, I did see it now. Thank you so much! Izaias -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Muzak Enviada em: sexta-feira, 6 de julho de 2007 12:40 Para: flashcoders@chattyfig.figleaf.com Assunto: Re: [Flashcoders] Fullscreen problem Tried

Re: [Flashcoders] Fullscreen problem

2007-07-06 Thread Matthias Dittgen
but why? ___ 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