[flexcoders] flash player out of memory issue - seeking suggestions

2008-06-10 Thread vijay95052
Hello We have a requirement to be able to support 10 or more browser instances on one PC - each browser instance is loading a html page that contains 3 flex apps (each app is around 500k) and some other simple html controls the browser (both FF and IE), crashes (out of memory error) when we

[flexcoders] Flex2 - using same swf in a browser over 20 times crashes it...

2008-05-19 Thread vijay95052
I have a need to show a chart in an html table (one chart in a cell in every row of the table - it has over 40 rows) I am loading mychart.swf into the html td and it all works fine. The problem is that when the number of charts are 20 the browser crashes (both IE and FF) - out of memory.

[flexcoders] Flex2 - popupmenubutton how to change selection dynamically in actionscript?

2008-04-15 Thread vijay95052
Hi I am trying to change the selected field in the popupmenubutton in response to some other event in the UI. I am unable to achieve that. In my actionscript code (event handler for another event in another part of the page), i tried to change the selectedField of the popupmenubutton but

[flexcoders] defining a javascript function from actionscript?

2008-02-07 Thread vijay95052
Hello Is there any way i can make the actionscript/flex code in a swf to insert a javascript function in the wrapper HTML? we have a need to provide a javascript function in the wrapper HTML - instead of having to write a custom HTML that includes the javascript function and the swf, i was

[flexcoders] flex3: dragging from a datagrid to a chart

2007-09-25 Thread vijay95052
Hello the flex3 drag and drop to charts feature is cool... however, i was unable to drag a row from a datagrid to the chart - i have set dragEnabled to true on the datagrid, and in the chart i have dropEnabled=true dragEnter=doDragEnter(event);

[flexcoders] Flex 3 - accepting a drop event from a datagrid into a chart

2007-09-11 Thread vijay95052
Hi, I checked out the new drag and drop support for charts - it is cool. I need to be able to drag a row from a datagrid and drop it onto a chart. Is that supported? I tried the usual mechanism - specifying dragEnabled=true on the datagrid, and on the chart, specifying dragEnter=doDragEnter

[flexcoders] pie chart - changing default orientation of the wedges

2007-05-04 Thread vijay95052
Hello, By default, the wedges are laid out in a counter clockwise direction in a pie chart - I need to get them rendered in a clockwise direction - couldnt find any attribute in the piechart or pieseries tags to help me achieve this. Any ideas? thanks vijay

[flexcoders] converting pojo collection into XML to data-drive charts

2007-04-25 Thread vijay95052
Hello, we are using flex charting - i have a collection of java objects (eg. arraylist of Employee objects) that i need to set as chart's dataprovider. We are not using FDS. I could think of: 1) Convert the POJO collection into XML by using Castor framework or similar 2) Convert the

[flexcoders] Re: as3 - accepting a callback function name as input parameter to a function

2007-04-12 Thread vijay95052
call.callbck.call(this); - Gordon From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vijay95052 Sent: Wednesday, April 11, 2007 7:45 PM To: [EMAIL PROTECTED] Subject: [flexcoders] as3 - accepting a callback function name as input parameter to a function

[flexcoders] as3 - accepting a callback function name as input parameter to a function

2007-04-11 Thread vijay95052
hi all, I am implementing a actionscript function that takes in a function name as parameter. I want to use the passed in parameter as a callback function, just like mx:application creationComplete() does. I am not able to get it to work. In my MXML, I have: mx:Script ![CDATA[

[flexcoders] charts - initializing the legend with array of legenditems

2007-03-30 Thread vijay95052
Hello, I have a requirement to be able to put special images as legend item renderers. I was able to achieve this with code like: mx:Legend mx:LegendItem label=Lorem legendMarkerRenderer=@Embed ('simpleline_legend1.gif') / ... However, I need to be able to do this dynamically in

[flexcoders] charts - determining the series dynamically

2007-03-20 Thread vijay95052
Hello, I have xml data that contains server names. I want to construct a chart such that there is one line for each server name. The data is as shown below: document row SnapDate07:30/SnapDate ServernameServer1/Servername CPUUtil30/CPUUtil