[flexcoders] Flex JS Variable Types

2007-09-07 Thread bloodylag
Hi, I'm building a flex charting application that receives variables from a Java applet through JavaScript. I have successfully connected the chart with the JS using FABridge and have most of the plotting working successfully. My question is about variable types when crossing the multiple

[flexcoders] Label not updating properly

2007-11-08 Thread bloodylag
Ok I have a label in my flex app. mx:Label bottom=0 left=0 textAlign=center text=Start Date: {dispDate} width=100% height=5% / The dispDate is defined as [Bindable] public var dispDate:Date = new Date(); then in an init function I update the date through flashvars which javascript is passing

[flexcoders] Re: Access Flash through JS - FABridge?

2007-11-26 Thread bloodylag
hmm I'm not sure I understand what part is your problem. Are you having problem making javascript calls to flex using FABridge? You seem to have set up the fab call right in flex. Now in your javascript you should do some of the following. When you insert your flash file into the html, you have

[flexcoders] Re: player update followed by redirect loses URL variables

2007-11-26 Thread bloodylag
Hey Seth, I know this isn't a solution your looking for but is it possible for you to store those values into a session variable to use again later if the i and j aren't set in the url. Again I have nothing further to suggest with the main argument you described sorry.

[flexcoders] Re: Spreadsheet application in Flex

2007-11-27 Thread bloodylag
--- In flexcoders@yahoogroups.com, andrii_olefirenko [EMAIL PROTECTED] wrote: Hello guys, We started developing a spreadsheet application (not only a component) built in Flex. It's in deep Alpha stage but we are going to extend functionality so it will be decent and free replacement for

[flexcoders] Printing a page of flex application

2007-11-28 Thread bloodylag
Hey there, I currently have a page of flex charts with various stats. Each chart is a seperate flex application on the page. Now when a user goes to print the page, of course it doesn't print the flash areas. These flex charts are static and wont change their datasource. Can anyone think of any

[flexcoders] Flex LineChart dynamic data

2007-12-03 Thread bloodylag
Hi peeps, I have 4 flex charts all getting random data dynamically added through a java applet. This is all working fine, the problem is I want a unified x-axis for all of them. The way I see to do it is to add null values to all graphs (except the one that gets added) whenever 1 sample comes in.

[flexcoders] Re: LineChart and DataTips

2007-12-05 Thread bloodylag
cseries.filterData = false; Setting filterData to false on a lineseries causes the datatips to no longer show for some reason. I'm trying to find a solution to this exact problem...

[flexcoders] SelectedIndex In A Datagrid

2008-04-15 Thread bloodylag
Hey, I have a datagrid which fills out with info via a JSON request. I want to be able to automatically select a row on events that the application throws itself (the datagrid isn't selectable to the user). I have tried to use selectedIndex to no avail. All attempts using validateNow() etc