From: Bill Atkins Date: 2004-12-14T01:17:25+09:00 Subject: Re: clean Tk exit Are you using any other libraries aside from Tk? On Mon, 13 Dec 2004 11:23:16 +0900, R. Mark Volkmann wrote: > ----- Original Message ----- > From: "Bill Atkins" > To: "ruby-talk ML" > Sent: Sunday, December 12, 2004 2:52 PM > Subject: Re: clean Tk exit > > > Tk.exit ? > > Nope. I still get the same message when the application exits. > Any other ideas? > > > > > On Sun, 12 Dec 2004 12:38:38 +0900, R. Mark Volkmann > > wrote: > >> How can I exit a Ruby application that uses Tk without getting the > >> following > >> message? > >> > >> "This application has requested the Runtime to teminate it in an unusual > >> way." > >> > >> Using Kernel#exit gives me this message. > > -- $stdout.sync = true "Just another Ruby hacker.".each_byte do |b| ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr end; print "\n"