Re: line order

2005-11-20 Thread Fredrik Lundh
Ben Bush wrote: > I run the following code and the red line and black line show at the > same time. is there anyway to show the red line first, then the black > line? for example, after I click the 'enter' key? > > from Tkinter import * > tk = Tk() > canvas = Canvas(tk, bg="white", bd=0, highlight

line order

2005-11-17 Thread Ben Bush
I run the following code and the red line and black line show at the same time. is there anyway to show the red line first, then the black line? for example, after I click the 'enter' key?   from Tkinter import *tk = Tk()canvas = Canvas(tk, bg="white", bd=0, highlightthickness=0)canvas.pack(fill=BO