> You can scroll, but you can't see the cursor. Use
>
> for x in range(30):
>     text.insert(END, "%3d " % x + i)
>
> to check.
>
> ED

I tried it w/the line numbers. On my system I see 0-23.

But there is no way to scroll. Still the same result.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to