Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-29 Thread Luc TAESCH
-many thanks for your help, this made my day ! … but just for 10 mn as I cannot find these on the current 0.90.3. ;-< ?? I see you are pointing to an old lib, 0.12.7. Currently I cannot find the Graphics-UI-WXCore-WxcClassesAL (http://hackage.haskell.org/packages/archive/wxcore/0.12.1.7/doc/h

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-27 Thread Luc TAESCH
Many thanks ! so you solved it already in wxcore-0.12.1.6 ! but what happened ? it never made its way to the core trunk ? any clue if this is still valid ? To enable GraphicsContext, wxWidgets must be compiled with --enable-graphics_ctx option. or is it detected automatically ? was it relate

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-27 Thread Dmitriy Nikitinskiy
Hello, Mabe this will help: http://sourceforge.net/tracker/?func=detail&aid=3087609&group_id=73133&atid=536848 here patch and working example, tested on openSuse and windows xp. Regards, Dmitriy 27.03.2013 01:27, luc taesch wrote: > > I am a bit clue less > > I have reduced to the bare minimum

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-26 Thread luc taesch
I am a bit clue less I have reduced to the bare minimum gr <- graphicsRendererCreateContextFromNativeWindow f graphicsContextDelete gr it compiles and segfault… any ideas ? mbp2-de-luc:wxcanvastest luc$ ghc --make Paint.hs [1 of 1] Compiling Main ( Paint.hs, Paint.o ) Linking Pai

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Luc TAESCH
I tried this so far which is copied from the basic Paint.hs from the sample. - it compiles , run and break at run time if I omit Line [1] gr <- graphicsContextCreate dc -- 1. this break for now and it does not compile when I leave it on. My sources are [1] and [2] [1]: http://docs.wxwidgets.or

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Henk-Jan van Tuyl
On Mon, 25 Mar 2013 19:00:58 +0100, Luc TAESCH wrote: > ah many thanks ! I understand better now ( change quite a bit since > 2003 :-) > I indeed can see the classes . > > are these new renderers already mapped into wx, or should we use them as > such , directly ? > any sample / test ava

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Luc TAESCH
ah many thanks ! I understand better now ( change quite a bit since 2003 :-) I indeed can see the classes . are these new renderers already mapped into wx, or should we use them as such , directly ? any sample / test available , out of chance ? Many thanks for your patience, anyway :-) L

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Henk-Jan van Tuyl
On Mon, 25 Mar 2013 10:16:00 +0100, Luc TAESCH wrote: > -many thanks for your help, this made my day ! > > … but just for 10 mn as I cannot find these on the current 0.90.3. ;-< ?? > > I see you are pointing to an old lib, 0.12.7. Currently I cannot find > the Graphics-UI-WXCore-WxcClassesAL

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-24 Thread Henk-Jan van Tuyl
On Sun, 24 Mar 2013 15:08:20 +0100, luc taesch wrote: : > A very superficial browse, but haven't found any support of these in WX > , except the inclusion of the graphicscontext.cpp/ h in wxc > > 1/ is it correct ? > 2/ any plans to use them ? > 3/ is there dependencies on the eiffel bindings t