TKinter for iPAQ
"J. Nielsen" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <003d01c616c6$dbc2f300$ac02a8c0@Johnny> |
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 [email protected] http://mail.python.org/mailman/listinfo/pythonce