Droplist Widgets [message #7903] |
Mon, 27 January 1997 00:00  |
Julia Barsi
Messages: 2 Registered: January 1997
|
Junior Member |
|
|
In trying to write a GUI interface for an existing program, I have found
a problem using the droplist widget. The widget control doens't
recognize the positioning is the lists so I end up with overlapping
boxes. I tried x and y offsets but it didn't change the output.
Has anybody else had problems with this and is there a fix available for
it?
Thanks,
Julia Barsi
Center for Imaging Science
Rochester Institute of Technology
|
|
|
|
Re: Droplist Widgets [message #8028 is a reply to message #7903] |
Fri, 31 January 1997 00:00  |
plugge
Messages: 17 Registered: May 1995
|
Junior Member |
|
|
Julia,
I checked your file, and I think, the problem is the ysize=1 in the call to
widget_droplist. I also introduced three new base widgets (xxx1, xxx2 and
xxx3) to get the temp buttons into one line with the droplists. I attach the
modified code to this mail; the modified code lines are marked by
@@@@@@@@@@@@@@@@@@@@@@@@@@@, so you may easyly find them. You should also use
widget_control, set_button=1, <toggle_button_id> for the toggle button
widgets to set an initial value.
Best regards
Michel
begin 640 cardone.zip
<uuencoded_portion_removed>
,````````````````
`
end
|
|
|
|