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

RE: [flexcoders] Charles Proxy, Flex, and ColdFusion 9

2012-05-03 Thread Bill Franklin
Already have communicated with him. He requested and has a recorded session for several days….have yet to hear back… Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. [cid:image001.gif@01CD2919.E39E3550] Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO

RE: [flexcoders] setStyle, preinitialize and initialize

2012-04-13 Thread Bill Franklin
Alex, where is good information on states and how/when/where to use them? Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. [cid:image001.gif@01CD194D.DD0D1250] Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1 816 242 2148 Fax: +1 816 242

RE: [flexcoders] Nested Modules: No destination with id null is registered with any service

2012-04-10 Thread Bill Franklin
Thanks Alex, Is there a time when you wouldn't want to put ApplicationDomain.currentDomain in the IModuleInfo.load call? Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. [cid:image001.gif@01CD16F9.19A16DD0] Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City

RE: [flexcoders] Nested Modules: No destination with id null is registered with any service

2012-04-10 Thread Bill Franklin
that happens if you call .load(); from the application anyway). And once I get everything migrated to 4.5+, I don't need to worry about specifying ApplicationDomain at all? Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. [cid:image001.gif@01CD1707.9A91AAA0] Bayer CropScience

RE: [flexcoders] SQLite Insert Statements in a transaction

2011-08-18 Thread Bill Franklin
You're not the only one that has had problem with Async transactions. They should be possible, but the statement doesn't get released until the execution is completewhich is problematic. Your best bet for this is to use a synchronous connection. Yes, that sucks for user experience if you