I need to bring up another window after user clicks on the button. Supposed that I have a requirement that the new window replaces the previous window. The new window should allow user to go back to the previous window. How do I this without using dialog window.
Hidding a toplevel:
You can either
- hide the toplevel from the screen (so you are able to show it again)
- or destroy the toplevel (that you have no more need).
Hidding and showing a toplevel:
If I'm correctly reading in between the lines that you're building some sort of "wizard" in Tcl, you might want to check out Bryan Oakley's tkwizard extension, available at
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.