cvs commit: hugs98/dotnet/examples/delegate Delegate.hs ui.cs ui.dll
Sigbjorn Finne
sof@glass.cse.ogi.edu
Sun, 9 Mar 2003 16:17:13 -0800
sof 2003/03/09 16:17:13 PST
Added files:
dotnet/examples/delegate Delegate.hs ui.cs ui.dll
Log:
delegate: example demonstrating how to create *real* delegators implemented
in Haskell.
[ Example presently suffers from a bug that appears to be due to how
message sinks and threading models are handled by System.Windows.Forms;
upshot isthat attempting to run a dialogue form the second time around
completes without actually displaying it.]