[wxhaskell-devel] help needed for wx install on OSX 10.8 wx 2.9.4 ghc 7.4.2

2013-03-19 Thread luc taesch
Are there any setup to do after install , what i did , following [0]( manual compile) [1]/ install wxwigets went fine (any post make setup on MacOs?)(the equivalent of LD_CONFIG ?) [2]/ but I cannot get a helllo world example running . - the cabal-macosx does not seems to be seen ( what is

[wxhaskell-devel] wxGraphicsRenderer

2013-03-24 Thread luc taesch
I discovered there is now a much better graphical engine in wx [wxGraphicsRenderer], which uses native engines: These classes are related to drawing using a new vector based drawing API and are based on the modern drawing backend GDI+, CoreGraphics and Cairo. they poped up in 2.8 / 2011 and

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Luc TAESCH
:-) Luc -- Luc be.linkedin.com/in/luctaesch/ (http://be.linkedin.com/in/luctaesch/) Envoyé avec Sparrow (http://www.sparrowmailapp.com/?sig) Le lundi 25 mars 2013 à 17:07, Henk-Jan van Tuyl a écrit : On Mon, 25 Mar 2013 10:16:00 +0100, Luc TAESCH luc.tae...@gmail.com (mailto:luc.tae

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-26 Thread luc taesch
-graphicsPathCreate -- graphicsPathAddCircle pa (pt 30 30) 20 -- graphicsPathCloseSubpath pa graphicsContextDelete gr set f [clientSize := sz 150 150] --, layout := fill $ widget sw] return () On 2013-03-25 22:03:55 +, Luc TAESCH said: I tried this so far

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-29 Thread Luc TAESCH
/master/wxcore/src/haskell/Graphics/UI/WXCore] -- Luc be.linkedin.com/in/luctaesch/ (http://be.linkedin.com/in/luctaesch/) Envoyé avec Sparrow (http://www.sparrowmailapp.com/?sig) Le dimanche 24 mars 2013 à 23:26, Henk-Jan van Tuyl a écrit : On Sun, 24 Mar 2013 15:08:20 +0100, luc