[flexcoders] HBox/VBox width=100% gets wider than the parent's width if children are wider

2009-06-24 Thread giladozer
I'm want to use HBox to contain several list components. I also want the HBox to have its width based on its parent's width ( 100%). Should the sum of the HBox Children's width be wider than the HBox's parent's width - the HBox's width is then expanded to more than its parent's width. I would

[flexcoders] knowing if a display object is in the view area or not.

2009-04-16 Thread giladozer
Hi, is there a way for this ( is Display Object) to know when it's in the display area or not ? and for a different yet related question. is there a way for an item renderer to know if it's in the diplsay area of not ? thanks, Gilad

[flexcoders] browser resize event vs. application resize events

2009-04-12 Thread giladozer
Hi, I want to capture every time the browseris resized. the problem is that the resize event in flex is dispatched whenever the parent is resized. is there a way to only listen to a browser resize event ? thanks, Gilad

[flexcoders] ADG- grouped columns- upper header is bordered in the middle by the sub headers

2009-03-29 Thread giladozer
Hi, I can't seem to find a solution for this: i create an ADG using grouped columns. it all works , with one annoying exception. the upper header has a vertical in the middle of it. e.g. : - | upper |header | - | 1 | 2 | -

[flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-17 Thread giladozer
Hi Haykel and thanks for the quick response. I guess I am missing something critical here... I'll investigate this more deeply... maybe it's a matter of milliseconds where the button is in the process of returning enabled and that's when the click are responsive again. Anyways... Thank you

[flexcoders] Mouse Clicks' Queue when Button is Disabled

2009-02-16 Thread giladozer
Hi, I was wondering about the Disable property for UI Components. In the docs it says that when the component is disabled it ignores all interaction whatsoever - in particular - user interaction. In my case, the button is disabled for a few seconds right after it was clicked by the user (I disable

[flexcoders] SeriesInterpolate - showDataEffect - Line Chart

2009-02-16 Thread giladozer
Hi, This is a flex2-flex3 migration issue. I'm using the SeriesInterpolate as an effect when Line Chart is updated with new data. In flex 2 these are the parameters I gave: protected var _interpolateEff:SeriesInterpolate = new SeriesInterpolate(); _interpolateEff.duration = 1000;

[flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-16 Thread giladozer
Thanks Alex for the quick response. However, the button is supposed to turn enabled after the result is returned. The problem is that while it looks like the button is disabled - clicking on it results in entering to the function which listens to it. Moreover, I logged/traced the time the the

[flexcoders] Flex 3 - Latest Milestone Release Builds - Release Notices - version differences

2009-02-09 Thread giladozer
Hi, I've been looking for the different Flex SDK builds. (http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3) I am looking for the release notices which include the changes/bug fixing/differences between the builds. I can't find it. Can someone please tell me where can i find this

[flexcoders] stamping an expiration date on cached files

2007-04-13 Thread giladozer
Hi, My App reloads every 5 sec a XML file. How do I avoid from loading the cached one? Alternatively, if my line of thought goes the right way, how to I control/set an expiration date to the xml file created in the cache directory? Thanks Gilad

[flexcoders] Re: remote xml file not loaded via localhost

2007-04-11 Thread giladozer
. On 01/04/2007, at 2:52 AM, giladozer wrote: Hi, I could not find an answer while crawling thru messages here :)… so: My app uses http service to get xml files. It all works flawlessly while I load the main SWF file locally; however, when I try to load it thru http://localhost

[flexcoders] remote xml file not loaded via localhost

2007-03-31 Thread giladozer
Hi, I could not find an answer while crawling thru messages here :)…so: My app uses http service to get xml files. It all works flawlessly while I load the main SWF file locally; however, when I try to load it thru http://localhost (apache server installed on my development machine). The xml is