[flexcoders] Re: Chart watermark won't go away in SDK

2006-07-13 Thread vanhoese
for the charting serial readme just expand the charting source to a specified directory. --- In flexcoders@yahoogroups.com, vanhoese [EMAIL PROTECTED] wrote: I also tried that and still no go. I still think it's related to the mxmlc build. -Andy --- In flexcoders@yahoogroups.com, James Ward

[flexcoders] Re: Chart watermark won't go away in SDK

2006-07-06 Thread vanhoese
I also tried that and still no go. I still think it's related to the mxmlc build. -Andy --- In flexcoders@yahoogroups.com, James Ward [EMAIL PROTECTED] wrote: Try to also clear your browser's cache. -James On Wed, 2006-07-05 at 20:17 +, vanhoese wrote: I followed

[flexcoders] Chart watermark won't go away in SDK

2006-07-05 Thread vanhoese
I followed the instructions from the readme_charting.htm for the standalone Flex SDK. I also removed the generated cache file that is created when I call mxmlc from the java command through ANT. the new compiled swf still has watermarked charts. Is seems like something is still cached. Has

[flexcoders] Re: Wait for Popup to close

2005-07-20 Thread vanhoese
Why don't you just add an event listener in your parent. Then all your popup has to do is dispatch the event. You can even pass data in the event. Checkout addEventListener for the parent Checkout dispatchEvent for the popup --- In flexcoders@yahoogroups.com, charlespaz1 [EMAIL PROTECTED]