From: <so...@bl...> - 2002-08-26 08:46:30
|
> I don't know about wxListCtrl (haven't used it so far), but couldn't yo= u > just rebuild the list after you do a sort in Perl yourself? yes and no. if there's no wx way, that's what i'll do. but the problem is that if there are 1000 listitems, and everyone needs about 10ms to be created, a users would have to wait 10 seconds till he see something if i put everything in an array first and sort it. because of this it would be very useful if there's a wx way which handles= the sorting while the emails are inserted. greeting Marco |