Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Spinbox - TCL/Tk 8.4 - Ruby 1.8.2
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Bill Welch, post: 4502079"] spinbox was not supported in ruby 1.8.2 'cause it uses tcl/tk 8.3 which does not have spinbox. I got Tk spinboxes to work via a kludge. I stole a copy of tcl 8.4 and tk 8.4 from Python 2.4 and laid them onto Ruby 1.8.2. add the tcl8.4 folder and tk8.4 folders from python into the ruby lib folder (you can leave the original tcl 8.3 and tk 8.3 alone) put a copy of the tcl84.dll and tk84.dll from python into the ruby bin folder. rename your old copies of tcl83.dll and tk83.dll just in case rename the new tcl84.dll and tk84.dll to 83 and now tk 8.4 works with ruby [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Spinbox - TCL/Tk 8.4 - Ruby 1.8.2
Top