[wxhaskell-users] Minor build problems with wxc 0.90

2012-04-14 Thread Fabian Binz
Hello, first I'd like to thank you for your work on wxHaskell and especially this release! I just wanted to report some minor build problems I had when building wxc-0.90 on a Windows 7 machine with GHC 7.4.1: 1. An error in Setup.hs: Setup.hs:14:8: Could not find module `System' It is

[wxhaskell-users] virtual list control

2012-04-15 Thread Fabian Binz
Hello, I need to display a quite large number of data in a list control and use the 'items' attribute for that purpose. However, I'm not content with the speed of this solution and would like to use a 'virtual' list control instead, as it is described here: [1] The problem is, that the

Re: [wxhaskell-users] virtual list control

2012-05-14 Thread Fabian Binz
Hi Jeremy, I don't know if you continued working on this, but I forked wxHaskell on GitHub and tried to implement it myself: https://github.com/FabianBinz/wxHaskell For testing purposes, I only implemented the OnGetItemText and SetItemCount method and it seems to work. To

Re: [wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-14 Thread Fabian Binz
ghc-pkg recache). -Ursprüngliche Nachricht- Von: Gregory Guthrie [mailto:guth...@mum.edu] Gesendet: Mittwoch, 13. Juni 2012 18:25 An: Fabian Binz; wxhaskell-users@lists.sourceforge.net Betreff: RE: [wxhaskell-users] problems buiding wxHaskell on Windows Yes, I did just this. Using your