Re: Droplist Widgets (multiple) [message #8022] |
Fri, 31 January 1997 00:00 |
Runar J|rgensen
Messages: 6 Registered: December 1995
|
Junior Member |
|
|
While were at this droplist thing, I wonder if
someone out there know how to cascade droplists?
listitem1
listitem2 -->sublistitem1
sublistitem2
listitem3
.
.
I've seen some code sample of cascaded lists using
widget_button and the /menu keyword. But then you need to generate a
widget_button definition command for each item in the list.
My program generates, among other things, string arrays which is
perfect for this type of construct:
str=generate_string()
list=widget_droplist(tlb, value=str, uvalue=str,
event_pro='selection_list')
Now, I've also seen cascaded lists using cw_pdmenu. But that method
looks to
messy for my liking.
Many thanks.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -=-=-=-=-=-=-=-
Runar Jorgensen ||
University of Oslo || Phone: +47 2285 5664
Department of Physics || Telefax: +47 2285 5671
P.O.Box 1048 Blindern || email: runar.jorgensen@fys.uio.no
0313 Oslo; Norway ||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -=-=-=-=-=-=-=-
|
|
|