| View previous topic :: View next topic |
| Author |
Message |
DW Contributor

Joined: 21 Mar 2003 Posts: 175 Location: UK
|
Posted: Thu Dec 23, 2004 12:01 pm Post subject: Lists (Api to make them bigger (text wise))? |
|
|
Is it possible to make list, or even better bitlists bigger?
I want to use a font size like 42pt or semething and the icon to be as big as 32x32 or something. Is their a way to force it to be bigger? |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Thu Dec 23, 2004 12:59 pm Post subject: |
|
|
Doesn't it work if you use a style? Bitlist bitmaps are fixed at 16x16 however. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
DW Contributor

Joined: 21 Mar 2003 Posts: 175 Location: UK
|
Posted: Thu Dec 23, 2004 1:40 pm Post subject: |
|
|
| when i use style, the tex is bigger but the line for the list does not increase so i can only see a small amout of text. |
|
| Back to top |
|
 |
DW Contributor

Joined: 21 Mar 2003 Posts: 175 Location: UK
|
Posted: Thu Dec 23, 2004 1:51 pm Post subject: |
|
|
| oh yer, for lists it works. can i force bitlists to be bigger??? |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Thu Dec 23, 2004 2:06 pm Post subject: |
|
|
With bitlists, the bitmap size rather than the text size determines the height of each item. So, as the bitmap size is fixed, so is the item height. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
DW Contributor

Joined: 21 Mar 2003 Posts: 175 Location: UK
|
Posted: Thu Dec 23, 2004 4:37 pm Post subject: |
|
|
I understand that.
But can it be forced larger? Maybe with an external dll or something?
if not how about a dll that has a larger list height? |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1567
|
Posted: Thu Dec 23, 2004 5:39 pm Post subject: |
|
|
| Take a look at the api articles for download at vdsworld. If I recall correctly there is an api named something like LB_SETITEMHEIGHT which lets you determine the pixel height for items in a listbox. |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Dec 23, 2004 9:37 pm Post subject: |
|
|
I think you might want to look at VDSGUI.DLL but CodeScript or the
VDSLISTS.DLL by Tommy. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Thu Dec 30, 2004 3:02 pm Post subject: |
|
|
Yes as FreezingFire said VDSGUI bitlist element can be customized in this way. One can even assign different height to different items. Also since the width of the glyph is unlimited U can make the enter width of an item to be a glyph to give it a fancy font/design.
U can download the demo version form the link below in my sig _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
|