Page 4 of 4
Posted: Sun Feb 08, 2004 4:44 pm
by freedimension
@Denis
He asked for Get...() , not for Set...(). He wants to retrieve the values, not to set them.
Posted: Sun Feb 08, 2004 6:27 pm
by Denis
He asked for Get...() , not for Set...(). He wants to retrieve the values, not to set them.
Yes, i've understood.
But if you want to get this values that is to changes something like Set...

Posted: Wed Feb 11, 2004 2:23 pm
by Karbon
Thanks again, Denis.
It's working great here!
Now I get to take all that ugly WinAPI code out! Yay!
Posted: Wed Feb 11, 2004 2:28 pm
by Karbon
I'm not sure if it would be possible but adding an image to the list icon header would be a handy thing!
I have it working now (remember, you did most of the work!) and I'm happy to post the code if you need it..
Posted: Wed Feb 11, 2004 4:36 pm
by Denis
Hi Mitch,
Tks.
Just one think.
About the colors, 2 days ago i found a bug in some cases (nobody report it out yet). i'm going to correct the lib (it's not a computer crash, only bad colors setting).
About the header image, it's on my todo list.

Posted: Wed Feb 11, 2004 6:28 pm
by Tranquil
@Denis:
It would be nice if cleargadgetitemlist() would reset all the colors in a listicongadget to its defaults. or there should be a command in your lib that does this work couse you dont have the abillity to change the cleargadgetitemlist() command in freds lib.
Anyway, your lib works realy great!!!!
Cheers
Mike
Posted: Wed Feb 11, 2004 8:51 pm
by Denis
Ok,
I will add this option to SetItemColor()
SetItemColor(#gadget, PB_DefaultColor) or somethink like that.
Posted: Sat Feb 14, 2004 10:47 pm
by Denis
I've just puted a new version of My lib MoreListIconGadget. Version 1.31.
Here it is :
English page :
http://denislabarre.free.fr/index_en.html
French page :
http://denislabarre.free.fr/index.html
Select english to have english Help file.
Select Francais to have french Help file.
There is 2 zip files for the same lib (one in french and the other in english).
I've fixed a bug with items colors and added one command :
RemoveItemsColor(#gadget) to remove customer colors.
Posted: Wed Jun 09, 2004 5:24 pm
by ebs
Denis,
Hello! It's been a while since we last "spoke", and I have a question:
If I call LockColumnSize(Gadget_lstStatus, #PB_LockAll), it prevents the user from resizing the ListIcon columns by dragging the column separators in the header. However, the columns are still resized if you *double-click* on a column separator.
Do you know of any way to prevent this?
Regards,
Eric
Posted: Tue Jun 15, 2004 3:05 pm
by Denis
ebs wrote:Denis,
Hello! It's been a while since we last "spoke", and I have a question:
Eric
Hi Eric,
I spend most of my time on french PureBasic forum (

) and i only read your msg yesterday evening.
I have no ideas yet about this trouble. If i find something, i'll tell us the solution.
Have a nice day.
Posted: Sun Jan 09, 2005 9:06 pm
by OmeCloak
Hi,
Is there also a way to change the icon image in a listicongadget?
Can someone place an example if it can?
Regards, Michel.