Re: Using TK and the canvas.

2009-02-10 Thread Kalibr
On Feb 11, 5:51 am, r wrote: > On Feb 10, 1:27 pm, Kalibr wrote: > [snip] > > You should really check out wxPython, there is support for just this > type of thing. of course you could do this with Tkinter, but just > thinking about it makes my head hurt :). Alright, I shall investigate. Thank yo

Re: Using TK and the canvas.

2009-02-10 Thread r
On Feb 10, 1:27 pm, Kalibr wrote: [snip] > Now I know all I have to do is set the SkillInfos parent to a canvas, > but how would I arrange and draw the lines? Thanks all :) You should really check out wxPython, there is support for just this type of thing. of course you could do this with Tkinter