Re: Problem with Tkinter's scale function.

2009-02-10 Thread Hendrik van Rooyen
Nicholas Feinberg wrote: >Code that caused the problem (unlikely to be helpful, but no reason not to include it): >self.canvas.scale(self.body,self.radius/(self.radius-.5),self.radius/(self.radi us-.05),0,0)#radius is greater than .5 scale's arguments are: scale(TagOrID,xorigen,yorigen,xscale,

Problem with Tkinter's scale function.

2009-02-09 Thread Nicholas Feinberg
Not the widget, the function in Canvas. So far as I can tell, integer values for scale work fine; you can scale something to a factor of 2, 3, 17, etc. Float values for scale - such as you might use if you were, say, trying to scale a rectangle to half its current size - also work, insofar as the t