[flex_india:23190] Image creation

2009-06-23 Thread Anand Krishnan
Hi I have a requirement wherein , I should be able to see a flex chart in a JSP page . Once it is rendered , without any user intervention it should send up a bitmap image . Now one problem that I am facing is that since there is a whole lot of action script , it takes time to render it in the

[flex_india:23002] Resize events in charts

2009-06-15 Thread Anand Krishnan
Hi All I am placing a Hbox / Vbox inside a HDivided box . Each of the Hbox / VBox I have added 3 components , a header( label within a box) , chart and a footer( label within a box) . var chartTitle:Label =new Label(); chartTitle.text =Longest Chart

[flex_india:22863] JSP with flex charts

2009-06-09 Thread Anand Krishnan
Hi We are trying to port our application ( partly ) from SVG to flex . In our application the charts are rendered in SVG , We want them to be moved over to Flex . Now these charts are places wwith in a JSP . Within a JSP there could be other HTML content ( like a portal) . So lets assume it has