From: Erik Boling Date: 2007-12-02T08:04:46+09:00 Subject: Re: Ruby/Tk Erik Boling wrote: > Ron Fox wrote: > >> You'll need to translate the Tcl code that you see there to the >> Ruby/Tk idioms but Tcl/Tk is pretty easy to read most of the time. > > I'm not sure how to start off translating all this code justt see a bit > might help, anyone know how to trans. this? sorry hit enter =(! ok, this is the code!.....: #! /usr/local/bin/wish8.1 button .b -text 0 -command {.b config -text [expr [.b cget -text]+1]} pack .b ;#RS -- Posted via http://www.ruby-forum.com/.