1. RE: Derek and Matt - list view changes for 57.5?
- Posted by Derek Parnell <ddparnell at bigpond.com> May 13, 2002
- 396 views
Jonas Temple wrote: > Derek and Matt, > > I tried the new win32lib 57.5 last night and some custom things I had > done with list views were broken. I looked through win32lib.ew and > noticed that it doesn't use LPSTR_TEXTCALLBACK anymore with list views > (or at least I don't think it does). Is that the case and if so, when > did that change? > Jonas, this has changed with v0.57. It no longer stores the listview column data internally. It lets Windows do that. If you want this functionality, you have to provide it yourself. What were the 'custom' things? Do you want that stuff included in the library too? --------- Derek.
2. RE: Derek and Matt - list view changes for 57.5?
- Posted by Derek Parnell <ddparnell at bigpond.com> May 13, 2002
- 436 views
Jonas Temple wrote: > Derek and Matt, > > I tried the new win32lib 57.5 last night and some custom things I had > done with list views were broken. I looked through win32lib.ew and > noticed that it doesn't use LPSTR_TEXTCALLBACK anymore with list views > (or at least I don't think it does). Is that the case and if so, when > did that change? > Jonas, this has changed with v0.57. It no longer stores the listview column data internally. It lets Windows do that. If you want this functionality, you have to provide it yourself. What were the 'custom' things? Do you want that stuff included in the library too? --------- Derek.
3. RE: Derek and Matt - list view changes for 57.5?
- Posted by Jonas Temple <jktemple at yhti.net> May 14, 2002
- 411 views
Derek, First of all, sorry about the dual post with both having the LPSTR_TEXTCALLBACK question. It didn't show up so I thought I didn't submit it correctly. The custom things I did are now not necessary since you are not using LPSTR_TEXTCALLBACK. You actually made my life easier. I have a throw-together app I use where I had a list view and didn't want to rebuild every time so I just updated a single column. I had to modify the setLVItem but that's now not necessary. In reference to my other posting, I would still like to see the drawText routine in the library along with the calendar changes, if possible. I'll also try to either find out why I'm getting the 497 error from win32lib or provide an example of the problem. Once again, keep up the good work! I, like many others, would probably not be doing windows apps without win32lib! Jonas Derek Parnell wrote: > Jonas Temple wrote: > > Derek and Matt, > > > > I tried the new win32lib 57.5 last night and some custom things I had > > done with list views were broken. I looked through win32lib.ew and > > noticed that it doesn't use LPSTR_TEXTCALLBACK anymore with list views > > (or at least I don't think it does). Is that the case and if so, when > > did that change? > > > Jonas, > this has changed with v0.57. It no longer stores the listview column > data internally. It lets Windows do that. If you want this > functionality, you have to provide it yourself. > > What were the 'custom' things? Do you want that stuff included in the > library too? > > --------- > Derek. > >