I'm using VTCL to create my GUI, it generated the following procedures:
"proc init{argc argv}, init $agrc $argv, proc main {argc argv}, proc Window
{args}, proc vTclWindow. {args}, (( proc vTclWindow.top48 {args} where the
label , checkbuttons, button are defined or get this display in this
procedure)) and the last 3 lines of the program or my GUI calls:

Window show .
Window show .top48

main $argc $argv

My question is how can I make it to refresh or display a new set of data
when checkbutton 1 or 2 or 3 gets clicked? I have 3 checkbuttons in my GUI
for user selection responding to 3 different set of data. When I click on
checkbutton 1, my program suppose to run a lots of command to get data and
display it. Samething when I click on checkbutton 2, but with new set of
data and checkbutton 1 and 3 should be off. I can included the whole program
if needs it. Thanks everybody for helping and your valuable time. Take care.

Reply via email to