[Tkinter-discuss] Canvas pixels

2006-06-30 Thread jaba
is there a way to get the RGB color, pixel by pixel, of a tkinter.Canvas? Thank You ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss

[Tkinter-discuss] Iterate Scale widgets

2006-06-30 Thread rkundu
The problem with the following program is I am not able to get values corresponding to each scale widgets. I tried initially storing the scale widget names in a list and then get the values but did not work. So, I borrowed the trace variable part of the script from some internet source. In the