Oct 26, 2001 #1 akpr Programmer Jul 25, 2001 19 US How do I detect that application is closed , if the application quit by clicking [x] mark and by double clinking extreme left corner
How do I detect that application is closed , if the application quit by clicking [x] mark and by double clinking extreme left corner
Oct 26, 2001 #2 ulis Programmer Oct 12, 2001 429 FR Use wm protocol like that: wm protocol . WM_DELETE_WINDOW ask proc ask {} { set rc [tk_messageBox -message "really want to close?" -type yesno] if {"$rc" == "yes"} { destroy . } } ulis Upvote 0 Downvote
Use wm protocol like that: wm protocol . WM_DELETE_WINDOW ask proc ask {} { set rc [tk_messageBox -message "really want to close?" -type yesno] if {"$rc" == "yes"} { destroy . } } ulis
Oct 31, 2001 Thread starter #3 akpr Programmer Jul 25, 2001 19 US Where do i get Tree Widget. I got one but it is not usual for me Upvote 0 Downvote
Nov 1, 2001 #4 ulis Programmer Oct 12, 2001 429 FR Goto http://tcl.activestate.com:8002/resource/software/extensions/tk/ (better to begin a new thread for a new subject) ulis Upvote 0 Downvote
Goto http://tcl.activestate.com:8002/resource/software/extensions/tk/ (better to begin a new thread for a new subject) ulis