🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "Jouher_20929"
Altair Community Member
Updated by Jouher_20929

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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    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?

     

    User: "Jouher_20929"
    Altair Community Member
    OP
    Updated by Jouher_20929

     

    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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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