[flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10.

2008-11-26 Thread Ilam Mougy
: Re: [flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10. That's what he's complaining about :) I'd just do what you do before, only when you're done with the progress bar, replace it with text that says Done! and a button that says Copy result

RE: [flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10.

2008-11-25 Thread Tracy Spratt
: copying large amount of data using System.setClipboard() in Flash 10. I don't append to clipboard. I append to a string, and after finishing the accumulation, I call setClipboard(), this is when I violated the security model. I call callLater(foo) and foo has the code to setClipboard(). Thanks

Re: [flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10.

2008-11-25 Thread Josh McDonald
: copying large amount of data using System.setClipboard() in Flash 10. I don't append to clipboard. I append to a string, and after finishing the accumulation, I call setClipboard(), this is when I violated the security model. I call callLater(foo) and foo has the code to setClipboard

RE: [flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10.

2008-11-25 Thread Tracy Spratt
:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Tuesday, November 25, 2008 6:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10. That's what he's complaining about :) I'd just do what you do before, only

[flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10.

2008-11-24 Thread Ilam Mougy
I don't append to clipboard. I append to a string, and after finishing the accumulation, I call setClipboard(), this is when I violated the security model. I call callLater(foo) and foo has the code to setClipboard(). Thanks, --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED]