Re: [flexcoders] How To Run An Application With 2 Flex Versions?

2012-08-31 Thread Alex Harui
See my blog post on Marshall Plan and documentation about MarshallingSupport. It is possible to host an older-versioned component in its own SWF and load it into a newer-versioned app, but there are tradeoffs. On 8/31/12 8:51 AM, "Nhi Le" wrote: Hi, We have an component developed in Fle

RE: [flexcoders] How To Run An Application With 2 Flex Versions?

2012-08-31 Thread Bill Franklin
You've just encountered Flex's version of DLLHell :) Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. [cid:image001.gif@01CD8771.E12C3F40] Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1 816 242 2148 Fax: +1 816 242 2047 E-mail: bill.fran

[flexcoders] How To Run An Application With 2 Flex Versions?

2012-08-31 Thread Nhi Le
Hi, We have an component developed in Flex 3 that we would like to reuse in an application that is using Flex 4. Is it possible to incorporate the two together? If so, please shed some insight. Thanks, nhi

[flexcoders] Re: change button color dynamically?

2012-08-31 Thread markflex2007
How to write for setStyle fillColors? it is not a single value .it is a array.Thanks Mark --- In flexcoders@yahoogroups.com, Sudesh Das wrote: > > hello Mark, >you can use the urcomponentID.setStyle(stylename, value); to change the > style of component. > > Regards, > Sudesh > > > _

[flexcoders] Any way to stop server call

2012-08-31 Thread markflex2007
Hi, I have following code: I use the following to call server check_file.send(); sometimes it takes long time to get call back from server. Any way to stop the server call. Thanks Mark