[flexcoders] AutoQuick Flex Automation question

2009-05-05 Thread ukarick
What I'm doing in my project is to use 2 instances of AQAdapter class , Here's 
some explaination step,

1. I've 2 instances of AQAdater call AQ1  AQ2
2. I record some interaction on AQ1.
3. I starts replay my interaction on AQ1 , Then I'm calling AQ2.beginRecord (Of 
course I need AQ2 to capture what AQ1's doing)
4. Then I replay AQ2 to check it's result.
5. Here's the problem suppose that there're 3 Steps in AQ1 like 
AQ1  
   1.Click on button
   2. Select Text Field
   3. Fill in text field
AQ2
   1.Click on button
   2. Fill in Text Field

Select Step is missing can anyone tell me why this happend??  Any Idea to solve 
this?? or any idea that make AQ2 to capture on all activities AQ1's doing.



[flexcoders] SWFloader source application error handling

2009-04-22 Thread ukarick
There's some problem I face on my Flex/Air Development which cause chaos on me,
1. Suppose that I've SWFLoader which loaded 'test.swf' but there's some error 
inside 'test.swf' when it change it's tab 
2.when this 'test.swf' shows on SWFLoader and clicking on tab change errors 
shows.
3.What I really want is how can we handling this error for application which 
loaded inside SWFloader ( The reason 's I cannot touch test.swf file)

Thanks for all helps



[flexcoders] Reload SWFLoader please help!

2009-04-22 Thread ukarick
1.Suppose that I've to reload test.swf(which develped by flex) inside SWFLoader 
then I change it's tab to second tab.

2.I really want to reload test.swf to change test.swf into initial state.

3.I've tried swfloader.load('test.swf') It's work but seems memory's leaking.

So anyone got any idea about this? just like remember SWFloader state then 
reverse it back or reload swfloader without leaking?