[flexcoders] Re: Find url of site hosting the Flex App

2007-11-28 Thread cuddlygunchi
Cool!! Thanks Alex! --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Applicaiton.application.url > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of cuddlygunchi &g

[flexcoders] Find url of site hosting the Flex App

2007-11-28 Thread cuddlygunchi
Hello, How can I find inside my flex app the url that is serving it. Eg. if my app is being accessed as http://mysite.com/myapp.html, I would like to have this url in a string inside my app at runtime so that I can change the behavior of my app depending on where it is being served from. The

[flexcoders] Customizing Chart ToolTips to format Y axis value as Currency

2007-11-18 Thread cuddlygunchi
Hello, I love the way the default tooltips work in the charts. However, I would like to customize the Y axis value shown in the tooltip so that it is formatted as a currency with the dollar sign and comma separators. How can I extend the current tooltip behaviour to include this formatting wi

[flexcoders] Re-Scaling Charts when a series is made visible / invisible

2007-11-11 Thread cuddlygunchi
Hello, I give the user an option to make a series visible / invisible in a chart. However, the Y axis is always scaled according to the largest value a series can take, no matter if its visible or not. How can I make the Y axis scale according to only the visible series in my chart? I could

[flexcoders] Re: Setting Chart LineSeries properties in ActionScript

2007-11-08 Thread cuddlygunchi
); > s.setStyle("legendMarkerRenderer", new ClassFactory (CircleItemRenderer)); > > - superabe > > On Nov 7, 2007 8:46 PM, cuddlygunchi <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > Hello, > > > > In MXML I can set

[flexcoders] Setting Chart LineSeries properties in ActionScript

2007-11-07 Thread cuddlygunchi
AS. MXML: AS: var ls:LineSeries = new LineSeries(); ls.? = ? Many Thanks, Aman --- In flexcoders@yahoogroups.com, "cuddlygunchi" <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a LineChart and I would like to use the SeriesSlide effect. > > If I create my

[flexcoders] Charts: Specifying Series Effects in ActionScript

2007-11-02 Thread cuddlygunchi
Hello, I have a LineChart and I would like to use the SeriesSlide effect. If I create my LineSeries in mxml, I can specify the showDataEffect and hideDataEffect for this. However, I create my series dynamically in ActionScript and cannot find the equivalent syntax: var ls:LineSeries = new Li

[flexcoders] BindingUtils.bindProperty and mx:Binding trigger at different times! Bug?

2007-10-17 Thread cuddlygunchi
ind --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Binding should run first. Can you make a small test case? > > > > You can use callLater to delay processing. > > > > ____ > > From

[flexcoders] HTTPService requestTimeout times out anyway

2007-09-05 Thread cuddlygunchi
Hi, One of the HTTPService requests that my application issues takes close to a minute to complete. So by the time my backend renders the result and sends it back, my request times out and I get an error. I tried setting requestTimeout = 0 for my request by it times out still. Any ideas? Man

[flexcoders] Re: Variable instances behavior in Actionscript

2007-09-04 Thread cuddlygunchi
> > So does c actually point to the instance that a and b is pointing to > > or is it pointing to b? All a, b and c point to the same instance > > c = null; > > > > Does a and b get nulled too or does it act more like a pointer where > > it means c is now pointing to null, a and b still points

[flexcoders] Re: State Refresh

2007-09-04 Thread cuddlygunchi
You shouldn't have to refresh at all. Make sure you are using an ArrayCollection or an XMLListCollection as a dataprovider to your list control. Then when you delete any item from these, the list is refreshed automatically. HTH, Aman > smccran schrieb: > > > > Hi all, > > > > I have a page whi

[flexcoders] Re: Flex - AIR: local port listener

2007-09-04 Thread cuddlygunchi
--- In flexcoders@yahoogroups.com, Claus Wahlers <[EMAIL PROTECTED]> wrote: > > > > I am trying to create an AIR application that would listen to a port > > on the client's machine and print the messages. > > That's not possible without a (non-Flash) local socket server. AIR > applications can

[flexcoders] Flex - AIR: local port listener

2007-09-04 Thread cuddlygunchi
Hi, I am trying to create an AIR application that would listen to a port on the client's machine and print the messages. I know that this was not possible when running applications in the Flash sandbox but AIR applications are supposed to be free from such restrictions. However, everytime I ru

[flexcoders] Determining column display order in a DataGrid

2007-05-16 Thread cuddlygunchi
Hello, I have a datagrid whose columns are being populated by an array of DataGridColumn objects. The initial order of display of these columns in the grid is the order in which i choose to add the column objects in the array. But when a user drags the columns around, how can I determine the n