[plt-scheme] Copying text to MrEd's the-clipboard crashes DrScheme
Hey All,
Consider the following MrEd code:
(new button%
(parent controls) (label "Copy To Clipboard")
(callback (lambda (button evt)
(send the-clipboard set-clipboard-string "Hello World" 0))))
When I invoke this code as a stand alone .exe, it works as expected - Hello
World shows up on the system clipboared.
When I invoke this code inside DrScheme, it causes DrScheme to immediately
crash (as in drscheme.exe dies).
I'm running under Windows Vista - v372.
Suggestions?
-Ben
--
I'm so done with my commute. See what I'm up to now:
www.ideas2executables.com
The Blog: benjisimon.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080323/174bac8f/attachment.html>