From: Hidetoshi NAGAI Date: 2004-11-17T23:46:26+09:00 Subject: Re: update delay related to TkOptionMenu From: "R. Mark Volkmann" Subject: Fw: update delay related to TkOptionMenu Date: Wed, 17 Nov 2004 21:25:34 +0900 Message-ID: <013301c4cca0$87458390$0200a8c0@MarkDesktop> > ruby -v gives > ruby 1.8.2 (2004-11-06) [i386-mswin32] > > ruby -r tk -e "p Tk::TK_PATCHLEVEL" gives > "8.3.2" It is 1.8.2-preview3, isn't it? If without patch, combination of this version and Tcl/Tk8.3.x has a trouble. Please see [ruby-talk:119637]. If you can compile 1.8.2-preview3 by yourself, I recommend you to compile it with ActiveTcl8.4.7. Then, you'll be able to use some Tk extensions on your Ruby/Tk. You can see the screen shot, when some tkextlib demos are running, on my article of "Rubyist Magazine vol.0003" . URL of the screen shot is . > Your suggestion to use option_var.trace('w') worked. I'm glad to hear that. :-) -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)