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