Using TK and the canvas.

2009-02-10 Thread Kalibr
Hi all. I'm experimenting with making a UI for a little (well, not quite) script that basically draws up a tech tree to some skills from my favorite game. What I'm aiming for looks a little like this site here:(apologies if I'm not supposed to direct link)

Re: Using TK and the canvas.

2009-02-10 Thread r
On Feb 10, 1:27 pm, Kalibr space.captain.f...@gmail.com 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

Re: Using TK and the canvas.

2009-02-10 Thread Kalibr
On Feb 11, 5:51 am, r rt8...@gmail.com wrote: On Feb 10, 1:27 pm, Kalibr space.captain.f...@gmail.com 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 :).