I have created a table using tcl script. I want maximize, minimize and refresh option/button. what to do?

Jouher_20929
Jouher_20929 Altair Community Member
edited October 2020 in Community Q&A

I have created a table using tcl script. I want maximize, minimize and refresh option/button. what to do?

Answers

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited May 2018

    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?

     

  • Jouher_20929
    Jouher_20929 Altair Community Member
    edited May 2018

     

    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

  • tinh
    tinh Altair Community Member
    edited May 2018

    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