| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Jul 11, 2002 12:52 pm Post subject: Separated list box columns |
|
|
I think we all are needing more list options, such as bitmaps, treelists, etc., but I think we could all use a list with separated columns...I think in Delphi it's called a "ValueListEditor" or something...I'm no Delphi wizard , but it would be useful to have columns in lists to separate different information, such as in the Windows Print Queue... _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sat Jul 13, 2002 5:34 pm Post subject: |
|
|
Hi...
If you want columns in VDS, just use @tab()...
For treelists, use ASCII characters like |, /, \ or -
| Code: |
Harddisc (C:)
|--Dos
\--Program Files
\-- Messenger
|-- Visual Dialogscript
\-- Virusscan
|--Windows
|
|
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Jul 13, 2002 11:03 pm Post subject: |
|
|
Sorry I wasn't clear; I meant the columns, the box that would look like:
| Code: |
_______________________________________________________________
Data 1 | Data 2 | Another Column | Resizable by the way |
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ|
Data Text More More |
Ln. 2 Ln. 2 Ln. 2 Text Resizable col. data |
|
|
|
|
______________________________________________________________|
|
Like in the Windows print information dialog...it separates into columns like "Document Name" and "Submitted" etc. and is one list, but keeps the data easily separated and aligned... _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Sat Jul 13, 2002 11:13 pm Post subject: |
|
|
| What you're looking for is a ListView control for that. Possibly in a future version of VDS this will happen and is a very much requested feature. I think all of us really would like to see enhanced controls hit the vds palette. |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Jul 14, 2002 1:56 pm Post subject: |
|
|
That does work out as a pretty nice alternative... _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Dec 12, 2002 9:04 pm Post subject: |
|
|
Hi All,
I have 2 examples added to The Gadget Software. One is a ListView and the other is a TreeView. Have fun.... _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
|