Re: [wxhaskell-users] virtual list control

2012-05-14 Thread Jeremy O'Donoghue
Hi Fabian, On 12 May 2012 16:12, Fabian Binz wrote: > 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 > I have been doing some work, but I don't have a lot of time

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 implem

Re: [wxhaskell-users] virtual list control

2012-04-22 Thread Jeremy O'Donoghue
Hi Fabian On 15 April 2012 21:40, Jeremy O'Donoghue wrote: > They could be added easily. I'll take a look. > > On 15/04/2012 12:16, "Fabian Binz" wrote: > > Hello, > > ** ** > > I need to display a quite large number of data in a list control and use > the ‘items’ attribute for that purpos

Re: [wxhaskell-users] virtual list control

2012-04-18 Thread Jeremy O'Donoghue
They could be added easily. I'll take a look. On 15/04/2012 12:16, "Fabian Binz" wrote: 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 Œvir

[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 nec