Going through the samples i noticed that the logSelect helper function
in Controls.hs was not using the first parameter (array of string
labels).
So i cleansed the file of it and darcs-recorded the changes. What is
the preferred way to send patches (ie. as attachment, or should i try
pushing to dar
> [1] Could you please try this with wxHaskell from darcs?
>
> You'll need wxWidgets 2.8 for it, though. I doubt this will fix the
> crash, since I haven't seen anything related in the list of changes,
> but it's worth a shot.
After much hassle i finally managed to build wxwidgets 2.8.8 on window
Hi all,
trying out wxhaskell i modified the basic hello world apllication to
show an taskbar icon, and to pop a message on right-click
http://hpaste.org/9390 .
The problem is that when closing the window, the application segfaults
("taskBarIconDelete tbicon" does the segfaulting part).
I'm runnin