RE: listview items colors
- Posted by Derek Parnell <Derek.Parnell at SYD.RABOBANK.COM> Jun 16, 2002
- 467 views
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C215A4.5657CE10 charset=iso-8859-2 Tone, your demo works great now that the defineUserProperty bug is fixed. I'll merge it into the main stream library . Great work! > -----Original Message----- > From: tone.skoda at gmx.net [mailto:tone.skoda at gmx.net] > Subject: Re: listview items colors > > > > Attached is a library for Win32Lib v0.57.7 with demo to > create colored list > view and tree view items. > > global routines are: > > set_tv_item_text_color > set_tv_item_bk_color > set_lv_item_text_color > set_lv_item_bk_color > > For listviews you are able to set same color for the whole > row, not every > item in row with different color. > I didn't know of setUserProperty() functions. With them it is > much easier to > create libraries for win32lib. > I'm not sure if they're fast? And are you able to use ids of > items for first > parameter, or are only ids of windows valid? > Also, I think they have some bugs, that's why background > color of one item > in treeview will be black which is not right. > Here it goes: > > First of, why does this display 1 and not 10: > > defineUserProperty (Win, 1, 10) > ?getUserProperty (Win, 1) > > Secondly, here must be bug: > > defineUserProperty (Win, 1, 10) > setUserProperty (Win, 1, 10) > ?getUserProperty (Win, 1) > defineUserProperty (Win, 2, 20) > ?getUserProperty (Win, 1) > setUserProperty (Win, 2, 20) > ?getUserProperty (Win, 1) > > It outputs this: > {10} > {1} > {1} > > instead of this: > {10} > {10} > {10} > > > > ================================================================== De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en de afzender direct te informeren door het bericht te retourneren. ================================================================== The information contained in this message may be confidential and is intended to be exclusively for the addressee. Should you receive this message unintentionally, please do not use the contents herein and notify the sender immediately by return e-mail. ================================================================== ------_=_NextPart_000_01C215A4.5657CE10 Content-Type: application/ms-tnef