Super, thanks a lot.
One more click for users as a penalty for those creeps :)
 
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> Yeah, use the callLater() mechanism to gather the data, then a button to
> setClipboard.  That is the only solution I see.
> 
>  
> 
> Can't we just have the death penalty for the creeps that make this stuff
> necessary?
> 
>  
> 
> Tracy
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[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 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]
> <mailto:[EMAIL PROTECTED]> > wrote:
> 
> setClipboard must be user invoked, with a button or link or something.
> 
> Tracy
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>
> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> ]
> On Behalf Of Ilam Mougy
> Sent: Monday, November 24, 2008 11:35 PM
> To: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> 
> 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 flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> , "Josh McDonald" <dznuts@> wrote:
> >
> > How do you "append" to the clipboard?
> > 
> > On Tue, Nov 25, 2008 at 8:23 AM, Ilam Mougy <imougy@> 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
> <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
> <https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf
> -1e62079f6847> 
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo
> <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 :: josh@
> > :: http://flex.joshmcdonald.info/ <http://flex.joshmcdonald.info/> 
> > :: http://twitter.com/sophistifunk <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] <mailto:[EMAIL PROTECTED]> 
> :: http://flex.joshmcdonald.info/ <http://flex.joshmcdonald.info/> 
> :: http://twitter.com/sophistifunk <http://twitter.com/sophistifunk>
>


Reply via email to