How to use widget button as equivalent for keyword selector [message #74174] |
Tue, 04 January 2011 04:52 |
rut
Messages: 1 Registered: January 2011
|
Junior Member |
|
|
Hi,
I'm an absolute beginner with widget programming and ran into the
following -I guess simple- problem:
A program -currently run from command line- takes as input a name,
some parameters and some keywords.
I'd like to turn this into a GUI, but don't know how to set up a
widget button such that it sets a keyword which then is active also
when other buttons are pressed?
somewhat more specific-hopefully: when response to pressing widget
buttons is organized in a 'case of structure',
how can I make the result of pressing one button dependent on whether
or not another button has been pressed.
Should it involve a common block and if so, how?
Many thanks,
Rut
|
|
|