[haXe] clipboard
Michael Pliskin
pl at tepkom.ru
Thu Apr 26 16:29:30 CEST 2007
Hello Ian,
IT> If you're working in Flash, I'm afraid I don't know.
As for flash8, there is no way to programmatically get the clipboard
contents (for security reasons, so your application cannot access data
from other applications). However, you can put anything you like into
the clipboard (flash.System.setClipboard() function).
However, if user presses CTRL-V or whatever shortcut for Paste while
input focus is inside a textfield, flash will paste the clipboard
contents there as usual.
So bottom line: you don't have programmatic access, but your users can
use the clipboard to interact with other applications.
IT> Ian
IT> On 4/26/07, Ernesto <flyflyfly2 at katamail.com> wrote:
>>
>>
>> hi
>>
>> is it possible to copy marked text -> from a window application (ex: word ,
>> outlook , explorer etc ) to Haxe clipboard?
>>
>> thanks
>>
>> fly
>>
>>
>> --
>> haXe - an open source web programming language
>> http://haxe.org
>>
--
Best regards,
Michael mailto:pl at tepkom.ru
More information about the Haxe
mailing list