I have created a table using tcl script. I want maximize, minimize and refresh option/button. what to do?
Jouher_20929
Altair Community Member
I have created a table using tcl script. I want maximize, minimize and refresh option/button. what to do?
0
Answers
-
Altair Forum User said:
I have created a table using tcl script. I want maximize, minimize and refresh option/button. what to do?
This question has NOTHING to see with Altair Hyperworks software.
Do you like to post into Tcl/Tk forum?
0 -
Altair Forum User said:
This question has NOTHING to see with Altair Hyperworks software.
Do you like to post into Tcl/Tk forum?
i have written script based on hwtk
0 -
You have to pack the tk table in a toplevel
use tcl command 'toplevel' to create a toplevel window
it has minimize and maximize buttons
you just need to create a refresh button
0