Library : MoreListiconGadget (only for Windows)

Developed or developing a new product in PureBasic? Tell the world about it.
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

@Denis
He asked for Get...() , not for Set...(). He wants to retrieve the values, not to set them.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post 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... :wink:
A+
Denis
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Thanks again, Denis.

It's working great here!

Now I get to take all that ugly WinAPI code out! Yay!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post 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. :wink:
A+
Denis
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post 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
Tranquil
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Ok,

I will add this option to SetItemColor()
SetItemColor(#gadget, PB_DefaultColor) or somethink like that.
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post 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.
A+
Denis
ebs
Enthusiast
Enthusiast
Posts: 557
Joined: Fri Apr 25, 2003 11:08 pm

Post 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
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post 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 ( :oops: ) 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.
A+
Denis
OmeCloak
User
User
Posts: 13
Joined: Sat May 15, 2004 6:27 pm

Post 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.
Post Reply