Hi,
 
Does anybody around know how to colorise a line on the PDA display?
I run Python  with tcl8.4.3 and on a canvas (w) object created a line with:
 
w.create_line(w, startpoint,endpoint,width=1)
 
w.configure(....,fill='red')
 
This strip is working fine making a single red line. But if I change width to 2 or more the line draws thicker allright,
but the red color disappears and the line is all black.
 
Can anyone explain how to make the thicker line a color other than black??
 
Thanks
 
Johnny
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to