[flexcoders] runtime localization

2008-07-21 Thread Parag Metha
Hi All, I am working on runtime localization. I am using Flex 3 and LCDS 2.5. I have few resource bundles specific to application along with some resource bundles in Flex SDK and LCDS. When compile all resource bundles (specific to my app, Flex, LCDS) into a single swf/swc, the

[flexcoders] getting authenticating error

2008-03-25 Thread Parag Metha
Hi All, I have written multiple login testcases using dpunit and using sequence as per sample example. In this sequence whether we do login or logout server trip is made and required processing is done on server. The testcase structure is as follows: TestCase1.as