Re: [flexcoders] Image component not resizing correctly

2010-09-02 Thread Haykel BEN JEMIA
You have to set 'maintainAspectRatio' to false if you want the content to fill the image. Le 2010 9 2 01:56, method_air loudj...@hotmail.com a écrit : Currently experiencing an Image component resizing issue: An Image component (inside an ItemRenderer/Spark List, with a fixed width/height of

RE: [flexcoders] Add check mark to context menu item when running in Web (not AIR)

2010-09-02 Thread Pearl Fernandes
Thanks Alex. Is it possible to pop up a Flex Menu on right click (without adding JS code and preventing event defaults etc)? Even if I can't check the context menu item, any way of highlighting it (making the text bold or using an icon) would be great with me. All I need is some way to indicate

Re: [flexcoders] Re: Switching Item Renderers

2010-09-02 Thread Johannes Nel
it does. Another approach which i have taken (and I find neater, faster and more memory efficient with less emphasis on binding) is the concept of one 1 itemrenderer and several layouts which you can swop out depending on the model. This allows you to control shared resources (meaning i create

[flexcoders] Re: separate flex apps in same webroot folder

2010-09-02 Thread ZIONIST
i fixed it. Thanks alot guys

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-02 Thread Brian J. Ackermann
Alex, I thank you for your patience. However, in one of my earlier posts on this thread I did give quite a lot of details about my particular situation (which is almost certainly different, but at the same time, related to, the other posters issue). In my case, I'm using an IFrame component

Re: [flexcoders] Slow connection to a server

2010-09-02 Thread Jake Churchill
Try using Swiz. There is a delegate helper class that allows you to timeout the async request for a certain amount of time. As long as you are sequencing your events correctly and taking advantage of binding, you shouldn't have to worry about slow connections. If someone is on a slow

RE: [flexcoders] Slow connection to a server

2010-09-02 Thread Gregor Kiddie
Proxies can slow down connections. I know service capture can do it, and I'd be very surprised if Charles couldn't. Gk.

RE: [flexcoders] Image component not resizing correctly

2010-09-02 Thread Philip Smith
That worked. Thank you so much. To: flexcoders@yahoogroups.com From: hayke...@gmail.com Date: Thu, 2 Sep 2010 09:05:03 +0100 Subject: Re: [flexcoders] Image component not resizing correctly You have to set 'maintainAspectRatio' to false if

[flexcoders] couple questions about android / air

2010-09-02 Thread grimmwerks
I have been trying to code an android app in java and decided to take a look at air; I've read some things and need to be clarified about a few items: 1) does the android phone need to have some sort of 'air' installed on it? It seems as if compiling makes a regular .apk but I've also read

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-02 Thread Alex Harui
Brian, Thanks for the additional info, but what I am really asking for is unambigious language about what your debugging has discovered so far. If you are using parent.FABridge on the JS side, what does parent point to? Is it what you expect? If you place breakpoints on the AS side, do you

Re: [flexcoders] couple questions about android / air

2010-09-02 Thread claudiu ursica
1. You need to install the air and then your application in order to work on the phone. Air you can download from the market If i remember correctly. 2. I developed and deployed used Flash CS5. Check the adobe labs there are lots of air for android stuff there. It probably tell you how to do it

[flexcoders] antennae, mxmlc, and flex 4

2010-09-02 Thread mitchgrrt
I need to change some antennae project build rules for Flex 4. I need to redefine the mxmlc and compc rules. Can anybody offer some pointers on how to do it? I'm just looking at antennae for the first time. Thanks.

[flexcoders] Tree - itemClose and change

2010-09-02 Thread Richard Rodseth
It appears that when you close a node in a tree control, the selection (of a contained node) is lost, but no change event is fired. Does this sound like a bug? I'm trying to restore tree state (selection and open nodes) across a service call. I've got the open nodes working pretty well and the

Re: [flexcoders] Tree - itemClose and change

2010-09-02 Thread Alex Harui
I thought there was already a bug on that. Do you get a valueCommit? On 9/2/10 4:23 PM, Richard Rodseth rrods...@gmail.com wrote: It appears that when you close a node in a tree control, the selection (of a contained node) is lost, but no change event is fired. Does this sound like a