Re: [wxhaskell-users] Problem with binary distribution for OSX

2009-11-12 Thread Daniel Gorín
Hi Eric, Great to know. You should probably consider updating http://www.haskell.org/haskellwiki/WxHaskell/Building where binary releases are mentioned as the "official" way to install wxhaskell once this is done. Since we are on it, will the new cabalized version try to avoid the default

[wxhaskell-users] Tooltips for Items

2009-11-12 Thread Fernando Benavides
Hi all, I have a simple question: I need to add a different tooltip to each item in a ListCtrl (I can change it for a SingleListBox if needed). How can I do this? Thanks in advance. Pablo Picasso - "Computers are useless. They can o

Re: [wxhaskell-users] Problem with binary distribution for OSX

2009-11-12 Thread Eric Y. Kow
Hi Daniel, On Wed, Nov 11, 2009 at 11:17:23 -0300, Daniel Gorín wrote: > I had problems using the binary distribution of wxhaskell for OSX. I > get an error message indicating that the post-install step failed > because /opt/local/bin/ghc-pkg was not found. Since I'm not using the > macports

[wxhaskell-users] Problem with binary distribution for OSX

2009-11-12 Thread Daniel Gorín
Hi First of all, my apologies if this is not the correct list to report this. I had problems using the binary distribution of wxhaskell for OSX. I get an error message indicating that the post-install step failed because /opt/local/bin/ghc-pkg was not found. Since I'm not using the macpor

[wxhaskell-users] ANNOUNCE: simple-observer-0.0.1, a simple implementation of the observer design pattern

2009-11-12 Thread Andy Gimblett
Hi all, Further to earlier discussion on this topic, I've just released a first version of this package to hackage: http://hackage.haskell.org/package/simple-observer It is a fairly simple implementation of subject/observer which I've recently used to good effect in an GUI written using wxHa