[flexcoders] Move on DropDownList with up or dow key (FB 4.5)

2011-08-10 Thread isa_loyer
Dear Flexer, I have a form in custom titleWindow. I this form, I place DropDownList. In this list, I'd like to select item with up or down key, but it doesn't work. Should I implement this? ** s:Form x=0 y=94 id=foPerso width=100% height=100% includeInLayout=true

Re: [flexcoders] PopUpAnchor in the Hierarchy

2011-08-10 Thread Rishi Tandon
Jitendra can you share the solution too. Sent from my iPhone On Aug 10, 2011, at 11:24 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: Alex.. Thanks I have resolved my problem, but want to ask you a question...(may be sounds funny for u ;) )..How to know that a specific component is

[flexcoders] GridColum.itemEditor errorString not showing

2011-08-10 Thread bhaq1972
Why does the red error box not show when I have this DefaultGridItemEditor(dg.itemEditorInstance).errorString = error; but does show when I have this DefaultGridItemEditor(dg.itemEditorInstance).textArea.errorString = error;

[flexcoders] Re: Advanced Item Editor in Simple List

2011-08-10 Thread Martin
Hi Alex, yes, it's a mx:List. How would I go about this in the ITEM_EDIT_END handler, with event.preventDefault() and overwriting the selected item? Thx martin --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Is this an mx:List? It will attempt to write the dataField to the

Re: [flexcoders] PopUpAnchor in the Hierarchy

2011-08-10 Thread jitendra jain
Hi Rishi,   I have used the old fashion to keep an array when the displayPopUp property is set to true and removing from it when it is set to false..   Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: Rishi Tandon

[flexcoders] Re: How to debug PHP side in AIR applications?

2011-08-10 Thread enridp
Well, I can't change my IDE, I bought FB 4.5 for PHP the las month and I'm happy with it for now. I think that if you and Johannes can debug the server side code even with AIR, then I must doing something wrong. Maybe the problem is that I don't understand well how the debugger works, it's

[flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread isa_loyer
I have a class FlexNativeWindow who extends to NativeWindow. I use this method to create new window on my AIR app. All works well but some keyboard interraction is not availaible. For exemple focus arround textinput is not visible. Key down and up don't work on DropDownList. TabOrder doesn't work

Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Alex Harui
If you use our Window classes does it work better? On 8/10/11 6:25 AM, isa_loyer isa_lo...@yahoo.fr wrote: I have a class FlexNativeWindow who extends to NativeWindow. I use this method to create new window on my AIR app. All works well but some keyboard interraction is not availaible.

Re: [flexcoders] Move on DropDownList with up or dow key (FB 4.5)

2011-08-10 Thread Alex Harui
I assume you’ve set focus to the DDL? Try it outside of a Form and see if arrow keys work then. On 8/10/11 1:10 AM, isa_loyer isa_lo...@yahoo.fr wrote: Dear Flexer, I have a form in custom titleWindow. I this form, I place DropDownList. In this list, I'd like to select item with up or

Re: [flexcoders] Move on DropDownList with up or dow key (FB 4.5)

2011-08-10 Thread Isabelle Loyer Perso

Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Isabelle Loyer Perso

Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Alex Harui
I would use our Window classes. Otherwise you will have to replicate much of that is in them. On 8/10/11 8:22 AM, Isabelle Loyer Perso isa_lo...@yahoo.fr wrote: With spark Window all work well Thanks Le 10/08/11 17:13, Alex Harui a écrit : If you use our Window classes does it work

Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Isabelle Loyer Perso
Title: Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

Re: [flexcoders] Flex 4.5 - Custom NativeWindow and problems

2011-08-10 Thread Alex Harui
Why can’t you use Window? On 8/10/11 3:59 PM, Isabelle Loyer Perso isa_lo...@yahoo.fr wrote: someone suggest to implement IFocusManagerContainer in FlexNativeWindow to fix the focus issues. i try to do that but no success! Le 10/08/11 22:08, Alex Harui a écrit : Re: [flexcoders] Flex

[flexcoders] How to communicate 2 computers using Air Application

2011-08-10 Thread Wemerson Couto Guimarães
Hello guys, There are a way of communicate 2 computers (or more) on the same network (LAN) using an Air application? Prefered 1.5 version of Air, because I have a opened project in this version. -- *Wemerson Guimarães* Rio Verde - Go

[flexcoders] How do I get size of scaled bitmap image?

2011-08-10 Thread luvfotography
How do I get the width of a scaled bitmap image, In my example, it's returning the width of the unscaled width, ie. I have an image that's portrait aspect ratio, when put into a landscape oriented box, the width is the size of the box, not the smaller scaled bitmap. Is there another property

Re: [flexcoders] How to communicate 2 computers using Air Application

2011-08-10 Thread Tandon, Rishi
Have u tried the FILE classes for the same. Rishi From: Wemerson Couto Guimarães wemerso...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, August 10, 2011 6:57 PM Subject: [flexcoders] How to communicate 2 computers using Air Application   Hello