Library : MoreListiconGadget (only for Windows)

Developed or developing a new product in PureBasic? Tell the world about it.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post 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().


Image

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 :wink: or something like that, but i'm working on another commands before.

A+

Denis
A+
Denis
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

Post 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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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! :wink:

Eric
Thanks Eric ! I already saw this, but I was searching something more easy ...
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

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

Post 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
Last edited by Denis on Thu Aug 21, 2003 2:32 pm, edited 1 time in total.
A+
Denis
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

This library is awesome.. THANK YOU!
-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
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Yeah!! :D Thank you Denis!
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Thanks Mitch, :wink:

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

Post 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!
-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 »

Thanks a lot Mitch for testing :D

Denis
A+
Denis
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Any luck figuring out how to change the color of a single cell or row?
-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 »

May be i will add this command but i don't know when.

Denis
A+
Denis
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Consider it a feature request then :-)

Excellent library. One of the most useful I've seen! Thank you!
-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 »

Any news on the front of getting individual rows colored?
-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 »

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
A+
Denis
Post Reply