Re: [flexcoders] Saving Flash Charts in SWF

2012-06-12 Thread Siddhartha Das
Hi Csomák, Thanks a lot for your response and thought. You're the first guy to respond on the subject matter that I have posted in many exclusive global forums. Yes, I've thought about and tried it in the same line as yours ... Flashvars, Embedding objects, XML read etc. I already have the syst

[flexcoders] Re: Saving Flash Charts in SWF

2012-06-12 Thread sidmails
Hi Csomák, Thanks a lot for your response and thought. You're the first guy to respond on the subject matter that I have posted in many exclusive global forums. Yes, I've thought about and tried it in the same line as yours ... Flashvars, Embedding objects, XML read etc. I already have the sy

Re: [flexcoders] Activate Component (enable)

2012-06-12 Thread Alex Harui
A reset button would make it a bit more complicated. Having a data model would be a recommended solution. I would start a new thread about the datagrid problem, but basically, Spark components are not drop-in itemrenderers like MX components. On 6/12/12 6:40 AM, "Davidson, Jerry" wrote:

Re: [flexcoders] Saving Flash Charts in SWF

2012-06-12 Thread Csomák Gábor
you can create a flex project with the graphics and pass the variables as flashvars. it will calculate the display animation runtime, and it will be an swf.but you have to store the variables elsewhere. you could also try reading an xml, but you have to save it somehow. (or get it in runtime via ph

RE: [flexcoders] Activate Component (enable)

2012-06-12 Thread Davidson, Jerry
I'm sorry. I wasn't clear. I want the button to enable a component (or disable it in the case of the reset button). The component is in the same MXML file. What seems to work seems pretty involved. I had to bind a variable in the component and bind one in the main MXML to pass the state (en

[flexcoders] Saving Flash Charts in SWF

2012-06-12 Thread sidmails
Hi guys: I've created series of animated charts from User data using Flex. Does anybody know or is it possible to save the charts in SWF format (instead of PNG, JPG) containing User Data plus Animation. In other words, the resulting SWF should be a standalone SWF which can be played in Window

RE: [flexcoders] Activate Component (enable)

2012-06-12 Thread Davidson, Jerry
BTW, on the itemRenderer problem with the "TypeError: Error #1034: Type Coercion failed"_it would seem that error is a pretty generic one. I say that because in the google search on it not one of the results on the entire first page had anything to do with itemRenderers and in fact seem all unrela

[flexcoders] Opening open office document (calc) inside iframe

2012-06-12 Thread isa_loyer
Hi, I search a solution to open a calc document (Ooo) inside my AIR application, perhaps inside an iFrame? But I don't know how to do that. Can you help me. Thanks