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 to clipboard".
-Josh On Wed, Nov 26, 2008 at 6:52 AM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > setClipboard must be user invoked, with a button or link or something. > > Tracy > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Ilam Mougy > *Sent:* Monday, November 24, 2008 11:35 PM > *To:* [email protected] > *Subject:* [flexcoders] Re: 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, > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Josh > McDonald" <[EMAIL PROTECTED]> wrote: > > > > How do you "append" to the clipboard? > > > > On Tue, Nov 25, 2008 at 8:23 AM, Ilam Mougy <[EMAIL PROTECTED]> wrote: > > > > > I understand the security issue that Adobe fixed in Flash 10. In > > > Flash 9, when it comes time to copy large amount of data and to avoid > > > "the time out issue in browsers" I used to chunk the data and call > > > callLater(foo) to allow for a progress bar while copying the data (and > > > a cancel button). > > > > > > Now, how can I do that in Flash 10, since the above methodology will > > > violate Flash 10 security model? > > > > > > As a side question, is there a sample for how to properly call > > > setClipbaord() so that Flash 10 does copy? > > > > > > Thanks, > > > > > > > > > > > > ------------------------------------ > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Alternative FAQ location: > > > > > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > > > Search Archives: > > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > > > Links > > > > > > > > > > > > > > > > > > -- > > "Therefore, send not to know For whom the bell tolls. It tolls for > thee." > > > > Like the cut of my jib? Check out my Flex blog! > > > > :: Josh 'G-Funk' McDonald > > :: 0437 221 380 :: [EMAIL PROTECTED] > > :: http://flex.joshmcdonald.info/ > > :: http://twitter.com/sophistifunk > > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." Like the cut of my jib? Check out my Flex blog! :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] :: http://flex.joshmcdonald.info/ :: http://twitter.com/sophistifunk

