Page 2 of 4
Posted: Sun Aug 10, 2003 7:28 am
by Denis
what about a command to set the color of the header?
It's done for the next
beta released. It seems to work correctly. (Version 2.00 (
beta) will be avalaible in september) , but I have to done more tests to see if it is stable.
Command is SetColumnHeaderColor().
Is it possible to change the color of only one cell (not a row, not a column, only a single cell) in a ListIconGadget ?
I will try to add a such command if it is possible, using Ebs way

or something like that, but i'm working on another commands before.
A+
Denis
Posted: Sun Aug 10, 2003 2:09 pm
by Blade
I'd like to see some commands aimed to:
- add icons to any column, not just the first
- do something like the GUI in P2P programs (WinMX,Kazaa,Emule), such as progress bar, graphs, checkboxes...
- correct handling of unicode, for displaying "foreing" characters such as greek, russian, japanese
- sorting in just one command (I can't belive that windows don't provide this by default)
Thanky you
Andrea
Posted: Mon Aug 11, 2003 7:35 am
by gnozal
ebs wrote:gnozal,
If you feel up to working with a window callback routine, check out my code at
viewtopic.php?t=6088&start=0.
It's certainly not as neat and easy as using Denis' library, but it works!
Eric
Thanks Eric ! I already saw this, but I was searching something more easy ...
Posted: Mon Aug 11, 2003 10:24 am
by Denis
I'd like to see some commands aimed to:
- add icons to any column, not just the first
- do something like the GUI in P2P programs (WinMX,Kazaa,Emule), such as progress bar, graphs, checkboxes...
- correct handling of unicode, for displaying "foreing" characters such as greek, russian, japanese
- sorting in just one command (I can't belive that windows don't provide this by default)
I will add some commands for icon (header and subitems) but don't know really when.
For the others, i don't know.
A+
Denis
Posted: Thu Aug 21, 2003 2:00 pm
by Denis
Hi PB coders,
i put a new version of my lib on my (little) PB web page. It's here (new URL)
for english
http://denislabarre.free.fr/index_en.html
for french
http://denislabarre.free.fr/index.html
MoreListIconGadget Version 1.10 beta has 8 new commands with english chm file and with french chm file.
There are 2 different files.
On is a zip one, just unzip it in a temporary folder and open chm help file and take a look at section installation to done it correctly.
The other one is an exe file wich will extract all the lib (22 examples files, the lib itself, chm file and res file)
Exe file seems to be working under WIN98 SE, W2000 and XP.
So, it's a beta version and may bugged.
Here are the new commands :
GetListiconSelectedMode() Get selection modes for the ListiconGadget.
LockColumnSize() Lock or not columns width.
SelectListiconCheckBox() Select or not check boxes.
SetColumnHeaderColor() Set color to the header.
SelectListiconItem() Select or not items.
SetListiconSelectedMode() Allows to modify the selection modes for the ListiconGadget.
ShowListiconCheckBoxes() Show or hide check boxes next to items.
ShowListiconGridLines() Show or hide gridlines separating rows and columns.
Denis
Posted: Thu Aug 21, 2003 2:19 pm
by Karbon
This library is awesome.. THANK YOU!
Posted: Thu Aug 21, 2003 2:28 pm
by dige
Yeah!! :D Thank you Denis!
Posted: Thu Aug 21, 2003 2:28 pm
by Denis
Thanks Mitch,
take a look at section
WHat's new (help file) because 2 commands are changed a bit between version 1 and 1.10 beta.
Denis
Posted: Thu Aug 21, 2003 3:18 pm
by Karbon
Gotcha.. I just ran all the examples and they all worked well on my XP Pro box -- so you can add XP Pro to the "tested on" if you'd like...
I have a Windows 2003 server installing now - I'll test it out on that too and let ya know..
Thanks again!
Posted: Thu Aug 21, 2003 8:59 pm
by Denis
Thanks a lot Mitch for testing
Denis
Posted: Wed Aug 27, 2003 10:28 pm
by Karbon
Any luck figuring out how to change the color of a single cell or row?
Posted: Thu Aug 28, 2003 6:05 am
by Denis
May be i will add this command but i don't know when.
Denis
Posted: Thu Aug 28, 2003 7:09 am
by Karbon
Consider it a feature request then
Excellent library. One of the most useful I've seen! Thank you!
Posted: Wed Sep 17, 2003 8:03 pm
by Karbon
Any news on the front of getting individual rows colored?
Posted: Thu Sep 18, 2003 5:48 am
by Denis
Any news on the front of getting individual rows colored?
Hi Karbon,
not done yet, i'm wrinting others functions but it's harder that i was thinking.
Denis