[wxhaskell-users] ListCtrl scroll state or Virtual ListCtrl, and I'd appreciate some mentoring

2012-03-26 Thread Aur Saraf
Hello, I'm trying my hands at cloning Mark Russinovich's amazingly useful procexp.exe for Linux, as it's hard to live without it. Also a good chance to finally dirty my hands with GUI programming, weird that I never have in five years of programming professionally. To the uninitiated, I'm talking

Re: [wxhaskell-users] ListCtrl scroll state or Virtual ListCtrl, and I'd appreciate some mentoring

2012-03-26 Thread Henning Thielemann
On Sun, 25 Mar 2012, Aur Saraf wrote: > I need a ListCtrl that I can edit and not only append to. That means > either a version of appendItem that takes an index that I've missed, a > way to get and later set the scroll-state of a ListCtrl (and then I > can just reset all items on every edit) or

Re: [wxhaskell-users] ListCtrl scroll state or Virtual ListCtrl, and I'd appreciate some mentoring

2012-03-26 Thread Jeremy O'Donoghue
Hi Aur, On 24 March 2012 22:07, Aur Saraf wrote: > I need a ListCtrl that I can edit and not only append to. That means > either a version of appendItem that takes an index that I've missed, a > way to get and later set the scroll-state of a ListCtrl (and then I > can just reset all items on eve