Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-22 Thread Stephane Guyot
t > scroller > > topLevelWindow.addEventListener(FlexEvent.HIDE, hideEventFilter, true, > 100); > > > On 6/22/10 9:19 AM, "Stephane Guyot" wrote: > >> >> Alex, >> >> I've added systemManager.addEventListener(FlexEvent.HIDE, hi

Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-22 Thread Stephane Guyot
ate function hideEventFilter(event:FlexEvent):void > { > if (event.target.stage == null) > event.stopImmediatePropagation(); > } > > > On 6/18/10 2:56 AM, "Stephane Guyot" wrote: > >> >> Alex, >> >> yes the ViewStack

Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-18 Thread Stephane Guyot
phane Just do it : http://www.kiva.org/lender/stephane4127 Le 16 juin 2010 à 18:32, Alex Harui a écrit : > This indicates that the viewstack is not on stage. Is it being newly created > or destroyed? > > > On 6/16/10 1:02 AM, "Stephane Guyot" wrote: > >> >&

[flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-16 Thread Stephane Guyot
Hi list, working with Flex 4, I'm looking for a workaround for a very annoying bug : http://bugs.adobe.com/jira/browse/SDK-26273 TypeError: Error #1009: Il est impossible d'accéder à la propriété ou à la méthode d'une référence d'objet nul. at mx.managers::FocusManag

Re: [flexcoders] load CSV from Flex?

2010-06-14 Thread Stephane Guyot
Yes you can with Flash Player 10, have a look on this blog : http://sujitreddyg.wordpress.com/?s=FileReference Take care of Use Initiated Action requirement : http://www.adobe.com/devnet/flashplayer/articles/fplayer10_uia_requirements.html?devcon=f2 HTH, Stephane Just do it : http://www.kiv

[flexcoders] CPU Hog : Bubble Chart + CategoryAxis + showDataEffect + dataProvider change .... :-/ [1 Attachment]

2010-06-12 Thread Stephane Guyot
Hi list, does anybody tell me why Bubble Chart with at least two series , showDataEffect and CategoryAxis are playnig in loop when dataProvider change ? Example attached illustrates my trouble, I surely miss something but what ? The only thing i've found on

Re: [flexcoders] Cairngorm Parallel Commands

2009-09-13 Thread Stephane Guyot
Ryan, as far as I know, Flash Player does not offer public mutli-thraded APIs. Server Side calls are asynchronous, but I don't know if that's the case in your Commands ? You can also download Cairngorm source and debug. See Alex Blog : http://blogs.adobe.com/ahar

Re: [flexcoders] Pb With Falsh Player 10

2009-05-22 Thread Stephane Guyot
Christophe, maybe user-initiated action read that : http://www.adobe.com/devnet/flashplayer/articles/ fplayer10_uia_requirements.html HTH, Stephane Le 20 mai 09 à 10:54, christophe_jacquelin a écrit : Hello, I have an upload component that running well with Flash Player 9 and running

[flexcoders] AdvancedDatagrid and Lazy loading ?

2009-01-13 Thread Stephane Guyot
Hi list, i'm currently fighting with AdvancedDataGrid and Lazy Loading :-( When opening a node, sometimes it works, somtime i'm stuck with partial data rendering, it depends of the server response delay. Dispacthing CollectionEvent.RESET, sometimes solve the trouble, but i

[flexcoders] Crazy Memory Leak with backgroundImage on Canvas ?

2008-10-18 Thread Stephane Guyot
Hi list, I've spent many hours tracking memory leaks in an application that I don't write myself. The application may load a lot of Images, Bitmaps but I finally discover that most of the memory was eat by backgoundImage on Canvas !!! I remove all the background images ( o

[flexcoders] Loading images fron cache ?

2008-09-30 Thread Stephane Guyot
Hi list, I'm currently using URLLoader and loadBytes API to avoid server side round-trip when fetching images , with HTTP get request. Everything works fine, but , actually the server doesn't put any headers cache directive, to allow expires in distant future.

Re: [flexcoders] Tree bug?

2007-04-02 Thread Stephane Guyot
Nick, the same trouble for me, I've noticed strange behavior with Tree manipulation. I think it's maybe not your code. Have a look at : http://www.adobe.com/devnet/flex/quickstart/ working_with_tree/ take the first example : Add Operation Employee Add many employees to force scrollbars to a

[flexcoders] 3gp sound & video inside FLEX ?

2007-03-03 Thread Stephane Guyot
Hi list, is there a simple way to view 3gp sound and video with FLEX ? As a workaround I use embed object inside IFrame, I switch back to the HTML world, to rely on the QuickTime plug-in ;-) Everything works well with Firefox, but I have trouble on Safari. When playing sound or video, Quick

[flexcoders] RemoteObject without Flex Data Service ?

2007-01-05 Thread Stephane Guyot
Hi list, simple questions: -- Is it possible to use RemoteObject without Flex Data Service ? -- May I use AMF without FDS ? ( AMF seems much more efficient than XML, proprietary but less verbose ) -- Working with WebObjects on the server side,, not in J2EE configuration, but in the old Web