
Hello all, the application from which I wish to copy (text) data to the clipboard is not a GUI app, it's more of a simple test-script. So I'd like to do it without having to install wxHaskell. I guess I'll just have to bite my way through the Win32 API. Right now I'm dumping the text output to a file and copy & paste from there. Günther Am 30.04.10 11:19, schrieb Henk-Jan van Tuyl:
On Fri, 30 Apr 2010 08:21:11 +0300, Jason Dagit
wrote: As far as I can tell from google wxwidgets does have clipboard support. Perhaps wxHaskell can do it or needs to be extended?
Jason
I searched with Hayoo for clipboard wx and found Graphics.UI.WXCore.Controls.execClipBoardData [1]; following links, I found a set of clipboard functions [2].
Regards, Henk-Jan van Tuyl
[1] http://hackage.haskell.org/packages/archive/wxcore/latest/doc/html/Graphics-...
[2] http://hackage.haskell.org/packages/archive/wxcore/latest/doc/html/Graphics-...
-- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html --