[wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-18 Thread luc taesch
Are there any setup to do after install , (the equivalent of LD_CONFIG ?) what i did , following [0 ] 1/ install wxwigets went fine 2/ but I cannot get a helllo world example running . the cabal-macosx does not seems to be seen ( what is expected in fact ?). any setup ? 3/ trying and run t

[wxhaskell-users] cabal-macosx

2013-03-19 Thread luc taesch
when trying to test the examples i got the following error ( the stanad alone program does work) how ever , I could see the Distribution.Macosx directory full of .o and .hi shoud it build and regiser a lib some where ? ( source is github ) mbp2-de-luc:~ luc$ cd /Volumes/Macintosh\ HD/Users/luc

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
github.com/kowey/cabal-macosx > > I might have forgotten to do a release, in which case sorry. > > I'm on Lion, using ghc 7.4.1, wxWidgets from the Homebrew installer > > > On 19 Mar 2013, at 00:01, luc taesch wrote: > > > Are there any setup to do afte

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
(it's a collection of hello worlds for different layers) > - using my cabal-macosx branch? https://github.com/kowey/cabal-macosx > > I might have forgotten to do a release, in which case sorry. > > I'm on Lion, using ghc 7.4.1, wxWidgets from the Homebrew installer > >

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
t trying to find out if you have a 64 bit wxWidgets with 32 bit GHC which > may be the case > If that's so, you might have better luck with the 64 bit GHC > > > On 19 Mar 2013, at 15:19, Luc TAESCH wrote: > > > > - using debug-wx to see what stage things go

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
How can I make sure all is cleaned before I install a 64 platform ? i.e. no 32 residue ? any way to clean , automated ? -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDyn

Re: [wxhaskell-users] cabal-macosx

2013-03-21 Thread Luc TAESCH
/luctaesch/) Envoyé avec Sparrow (http://www.sparrowmailapp.com/?sig) Le mardi 19 mars 2013 à 22:04, Eric Kow a écrit : > Distribution.MacOSX comes from the cabal-macosx package. > It's a funny situation where the Setup.hs (for wxHaselo) depends on > cabal-macosx > > On 19 Mar 2013, a

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
ons, though. > > > On 19 Mar 2013, at 16:18, Luc TAESCH wrote: > > > How can I make sure all is cleaned before I install a 64 platform ? i.e. no > > 32 residue ? > > any way to clean , automated ? > >

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
mars 2013 à 10:59, Eric Kow a écrit : > Super! :-) > > On 19 Mar 2013, at 20:32, Luc TAESCH wrote: > > Now on the feedback side: > > - 1/ Macosx > > ( once the line was compiled) > > I thought it was failing because cabal-macosx was missing. > > th

[wxhaskell-users] can we have a line that would be reactive ?

2013-04-10 Thread Luc TAESCH
can we have a line that would be reactive ? ( on select, on click, etc) ? should I create a custom object , or anything native ? context: I am drawing diagrams (schema) ( imagine ump or other mind mapping ), and I have used static text to have the text cickable. how can I do the same with lin

[wxhaskell-users] Drag and Drop : how to do this ?

2013-04-10 Thread Luc TAESCH
I am looking for wx Drag and Drop Example Any available ? So far: - I can see a on drag event ( no drop) - mouse is just giving a left up on target - I see some come where I am supposed to attache a drop target to on object , but I do not see how it is invoiced - also see data object attchaed