On Fri, 07 Jan 2011 07:52:06 -0500, Johannes Hofmann <Johannes.Hofmann@gmx.de> wrote:
Hm, I would have thought that copy/paste just works on Windows via the fltk::copy() call in FltkPlatform::copySelection(). Does copy/paste work for fltk2/test programs on Windows?
Cheers, Johannes
Copy/paste works from text boxes with the keyboard shortcuts. Select-and-middle-click works within FLTK (for example, I can copy from the content area to the address bar, no problem), but definitely not to other Windows apps. You'd think it would just work, but when you're dealing with a toolkit as badly broken as FLTK, just about anything is possible -- and don't get me started on X11-isms. I have not tried the test programs, but I will when I have a chance. Fortunately I'm no stranger to patching FLTK. Cheers, ~Benjamin