From: Kristof B. <kr...@re...> - 2015-02-24 12:36:34
|
On 23-02-15 15:34, Henk-Jan van Tuyl wrote: > On Mon, 10 Mar 2014 15:25:59 +0100, Kristof Bastiaensen > <kr...@re...> wrote: > >> On 10-03-14 14:13, Henk-Jan van Tuyl wrote: >>> On Sun, 09 Mar 2014 20:10:28 +0100, Kristof Bastiaensen >>> <kr...@re...> wrote: >>> >>>> I need to use a graphicpath to draw bezier curves, but wxhaskell >>>> doesn't >>>> allow >>>> me to create a graphicscontext from a paint event. >>> : >>> : >>>> I am willing to help coding this functionality. >>> >>> It's always great if someone is willing to help improve wxHaskell, but >>> I can't say anything about this, until I have done some studying on >>> the subject. >>> >> I see. I am coding this up because I really need it, but feedback >> is welcome of course. My final version is here: >> >> https://github.com/kuribas/wxHaskell >> >> If you like it I'll put a pull request. >> > > I have merged your updates with the current wxHaskell in my own > branch[0]; it seems that wxWidgets must be recompiled with > wxUSE_GRAPHICS_CONTEXT defined, how did you accomplish that? > > Regards, > Henk-Jan van Tuyl > > [0] https://github.com/HJvT/wxHaskell > > I compiled wxWidgets from source, since the version was too old on my system. Regards, Kristof Bastiaensen |