[flexcoders] Re: Filtering Flex Messages using Selector

2009-07-02 Thread mekaprakashraju
You can use selector="client in(1,2,3,4)" --- In flexcoders@yahoogroups.com, "Amit Gupta" wrote: > > Hi, > > I am trying to filter messages flex consumer is receiving from a JMS > topic. > > In the header of the message I am specifying a client's id. While > subscribing to the topic I spe

[flexcoders] Event Handling

2008-08-08 Thread mekaprakashraju
Hi All, Is there a way that parent will push an event to its child. for example . . this.dispatchEvent( XEvent ); this.addEventListener( XEvent, onXEvent ); function onXEvent( XEvent ) : void { I need XEvent here }

[flexcoders] Creating custom HLOC & Candlestick charts

2007-11-23 Thread mekaprakashraju
hi all, We are creating chart component like Yahoo finance charts and Google charts. I have to compare more then two symbols like yhoo charts. we did some percentage calculation for comparing symbols, so i overrided the method cacheDefaultValues to upadate the yValue in Line, Area, Plot Series. i