<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Does anybody around know how to colorise a line on
the PDA display?</FONT></DIV>
<DIV><FONT face=Arial size=2>I run Python with tcl8.4.3 and on a canvas
(w) object created a line with:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><EM>w.create_line(w,
startpoint,endpoint,width=1)</EM></FONT></DIV>
<DIV><EM><FONT face=Arial size=2></FONT></EM> </DIV>
<DIV><EM><FONT face=Arial size=2>w.configure(....,fill='red')</FONT></EM></DIV>
<DIV><EM><FONT face=Arial size=2></FONT></EM> </DIV>
<DIV><FONT face=Arial size=2>This strip is working fine making a single red
line. But if I change width to 2 or more the line draws thicker
allright,</FONT></DIV>
<DIV><FONT face=Arial size=2>but the red color disappears and the line is all
black.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can anyone explain how to make the thicker line a
color other than black??</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Johnny</FONT></DIV></BODY></HTML>