PDA

View Full Version : DCL Tiles - Columned List



bweir
2007-04-20, 08:46 PM
I remember back in good old R14 (cause I've been playing with it again) there was a tile you could put in for a columned list (just like you see in the Layers dialog box). Can somebody tell me what that tile code was>

pnorman
2007-04-20, 09:16 PM
Like this?:

kennet.sjoberg
2007-04-20, 09:20 PM
popup_list in dcl

action_tile and mode_tile in lsp

or ?

: ) Happy Computing !

kennet

bweir
2007-04-23, 02:56 PM
pnorman
Yes, that look kinda like the control/tile. I'd like the column headers, does the control/tile shown do that?

pnorman
2007-04-23, 03:10 PM
pnorman
Yes, that look kinda like the control/tile. I'd like the column headers, does the control/tile shown do that?
I have attached the dcl and lisp for that dialog box.
I borrowed that method from Garry Fowler.
I am not aware of any way to create the functionality of the layer dialog box with standard lisp and dcl. The layer dialog is most likely VBA. In my example, although the list box is divided into columns you cannot select columns individualy like you can in the layer dialog. It is still just a basic list box.
The method uses tabs to create the 'look' of columns.

You might want to investigate ObjectDCL or VBA.

Good Luck.

Phill