Re: Interesting Loader/DividedBox behavior

2005-03-02 Thread lm7e
Perfect! Thank you so much! Works like a charm! Cheers, Lawrence --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: lm7e wrote: I have seen is that a subsystem app I have written contains a DividedBox and when it is loaded, the cursor does not show the proper

Interesting Loader/DividedBox behavior

2005-02-23 Thread lm7e
In attempting to utilize the RSL feature, I am designing an application that is composed of a wrapper app that in turn loads different subsystem apps. This works fine. The interesting behavior I have seen is that a subsystem app I have written contains a DividedBox and when it is loaded, the

Re: Asynchrony problem?

2005-02-11 Thread lm7e
Cumhur, I ran into this as well this week. After some tinkering, I came upon a solution. I extended the FlexUnit TestCase class to make an AsyncTestCase class from which my own test cases that make asynchronous calls can inherit. In my case, I was testing my services like this: public function

Re: Asynchrony problem?

2005-02-11 Thread lm7e
. As you can imagine it really changes a lot of the underlying FlexUnit system to prevent the next test from running while waiting for an asynchronous result so it's not a quick fix :-( Matt _ From: lm7e [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 7:57 AM