From: Jayson Williams Date: 2008-04-04T01:54:04+09:00 Subject: Re: Ruby Tk Canvas Drawing On Thu, Apr 3, 2008 at 11:09 AM, Bryan Richardson wrote: > Hello all, > > Can anyone tell me how to 'move' an existing TckOval in Ruby Tk? > > -- > Thanks! > Bryan > -- > Posted via http://www.ruby-forum.com/. > > I believe you can tag objects on the canvas, and designate x & y positions for the tags. If you tag your 'oval' you should be able to move it wherever you want. There are also two very good resources for Tk development in Ruby. They are both groups on Google. The first group is called "Ruby and the Tk Toolkit". The other is called "Tk Documentation and Resources". You should be able to get considerable help between these two groups. --Jay