1. win32lib listview issues
- Posted by Rangi <totorangi at hotmail.com> Dec 18, 2003
- 498 views
A problem and a question 1) I accidentally right clicked on a listview column header and got a crash with this message "...\include\Win32lib.ew:22411 in function getPointerRelPos() attempt to exit a function without returning a value" Tried the same on the win32lib demo progs always and get same result. I'm running win2k and win32lib 59.1 2) Is there a way of programmatically sorting a listview by a particular column ? Best.........Rangi
2. Re: win32lib listview issues
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 18, 2003
- 486 views
---- Original Message ----- From: "Rangi" <totorangi at hotmail.com> To: <EUforum at topica.com> Subject: win32lib listview issues > > > A problem and a question > > 1) I accidentally right clicked on a listview column header and got a > crash with this message > "...\include\Win32lib.ew:22411 in function getPointerRelPos() attempt to > exit a function without returning a value" > Tried the same on the win32lib demo progs always and get same result. > I'm running win2k and win32lib 59.1 Known bug. I've fixed in the next release. > 2) Is there a way of programmatically sorting a listview by a particular > column ? Look up the Win32lib routine called 'setLVAttr'. You can you this to set up customized sorting of LV columns. -- Derek