[flexcoders] Re: vertical markers on line chart?

2008-08-19 Thread Raider226
--- In flexcoders@yahoogroups.com, Raider226 [EMAIL PROTECTED] wrote: does anyone know if there is an easy way to add custom vertical markers to a line chart? i have a line chart where the x-axis constitutes time and the y-axis constitutes quantity. i want to be able to place a vertical

[flexcoders] vertical markers on line chart?

2008-08-18 Thread Raider226
does anyone know if there is an easy way to add custom vertical markers to a line chart? i have a line chart where the x-axis constitutes time and the y-axis constitutes quantity. i want to be able to place a vertical line on my chart that will clearly mark a particular date so that the quantity

[flexcoders] flex application slowdown when moved from dev to staging environment

2007-06-07 Thread Raider226
Hi, I have been developing a flex 2.0 web app that makes remote object calls to access a db. I was getting fast responses until I moved my web app from my dev environment (windows) to a staging environment (linux), both running JRun 4. For some reason, the remote object calls are now

[flexcoders] display hand cursor on flex chart

2007-05-04 Thread Raider226
Hi all, Does anyone know how to display the hand cursor over a chart element in flex 2.0? I was able to do this in 1.5 using the method described here: http://www.prismix.com/blog/2005/11/how_do_i_display_a_hand_cursor.cfm but it doesn't seem to work in flex 2.0. any ideas? thanks, chris

[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread Raider226
deserialized on the actionscript side as an Array. Try changing the type from an ArrayCollection to an Array. On 1/5/07, Raider226 raider226@ wrote: I have a java class I created that contains an ArrayList as one of the i-vars. I am trying access this class as a remote object

[flexcoders] Remote Objects Java to Actionscript conversion

2007-01-06 Thread Raider226
I have a java class I created that contains an ArrayList as one of the i-vars. I am trying access this class as a remote object but when I receive it on the client side in ActionScript the ArrayList parameter is null even though I am printing it's contents on the server just before returning and

[flexcoders] Displaying data services results in a DataGrid

2006-08-16 Thread Raider226
Hey all, I've created a simple application that uses FDS to retrieve data from a MySQL database to display in a datagrid. When the data returns, the datagrid is populated with the correct number of rows (I ran the query in MySQL Query Browser) but for some reason the rows are all the same.