[flexcoders] httpservice listener

2009-08-22 Thread advancedonsite
When using mxml httpservice I call the init on app load private function init():void { hsNutrition.addEventListener(ResultEvent.RESULT, nutritionResultHandler); hsNutrition.send(); } private function nutritionResultHandl

[flexcoders] Testing UMCairngorm with FlexUnit

2009-08-22 Thread fparente1
Hello there coders! I tryed made some tests on my Universal Mind Cairngorm delegate (test-command-deledate-command-test) using FlexUnit, but I don't know how to catch the result event (using the UM callback handlers) in my test method, so I need a little help with this. I'll appreciate any he

[flexcoders] Rethinking Flex Animations: [Bindable] causing huge performance lag

2009-08-22 Thread viatropos
Hey, There is a big difference in animation/effect performance across computers in Flex. On our macs (Mac Pro desktop, Macbook Pro, MacBook), everything is fairly smooth (Firefox and Safari). On any Windows XP (Firefox or IE), alpha and translation animations/effects are very choppy, not to

Re: [flexcoders] multiple loader

2009-08-22 Thread Fotis Chatzinikos
Love you too :-p On Sat, Aug 22, 2009 at 11:08 PM, Vivian Richard wrote: > > > Here is a link. But this guy did not put a comma Ph.D. so could definately > be wrong ;-)). Here is his link: > > http://blazenewmedia.com/articles/multiple-ajax-loaders/ > > > On Sat, Aug 22, 2009 at 12:37 PM, Fotis

Re: [flexcoders] multiple loader

2009-08-22 Thread Vivian Richard
Here is a link. But this guy did not put a comma Ph.D. so could definately be wrong ;-)). Here is his link: http://blazenewmedia.com/articles/multiple-ajax-loaders/ On Sat, Aug 22, 2009 at 12:37 PM, Fotis Chatzinikos wrote: > > > eh? Did you try having 3/4 loaders and making th

Re: [flexcoders] multiple loader

2009-08-22 Thread Fotis Chatzinikos
eh? Did you try having 3/4 loaders and making them invisible as your 3/4 httpservices return :-)? On Sat, Aug 22, 2009 at 10:13 PM, hworke wrote: > > > > Hi Devs, > > I am working on a dashboard. In my dashboard I have > 3/4 pods and all those pods get populated by 3/4 > httpservices. How can I

[flexcoders] multiple loader

2009-08-22 Thread hworke
Hi Devs, I am working on a dashboard. In my dashboard I have 3/4 pods and all those pods get populated by 3/4 httpservices. How can I show different loaders on each pods and as the pods are populated the loader will disappear? I have seen this kind of multiple loader example in aja

Re: [flexcoders] Navigating to a jsp while flex movie is loaded

2009-08-22 Thread Wesley Acheson
Redirecting the request when responding a to a flex call will only redirect the result of that call not the page the browser is on. You need to send back information to flex and have it do the redirection On Fri, Aug 21, 2009 at 8:19 AM, Ram Mohan wrote: > > Hi all, > > My requirement is that wh

[flexcoders] ResultEvents

2009-08-22 Thread umberto pelliccia
I have a class that extends a remoteobject and contains a function getClassinfo and a listener onResultGetClassInfo (event: ResultEvent), I'd like to check if the function was completed from another class ... how?

[flexcoders] How to create Bar set in action script : Flex charting component

2009-08-22 Thread Ritesh
Hi ,, Any idea How to create Bar set in action script : Flex charting component thanks, rty