From: Aakash D. [email protected]
Subject: Re: Getting runtime error while using Tk.restart
Date: Fri, 8 Jun 2012 15:55:17 +0900
Message-ID: [email protected]
Any update on this ?
I’m sorry, but Tk.restart may not be stable.
I recommend you to use “Tk.root.withdraw” to hide the window,
or “Tk.root.winfo_children.each{|w| w.destroy}” to clean up widgets.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.