Re: [Tkinter-discuss] PanedWindow proportional resizing of panes

2012-05-10 Thread Vasilis Vlachoudis
tkinter-discuss-bounces+vasilis.vlachoudis=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: 10 May 2012 11:36 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] PanedWindow proportional resizing of panes Hi Vasislis, Thus spoketh Vasilis Vlachoudis unto us on Thu, 10 May 2012 0

Re: [Tkinter-discuss] PanedWindow proportional resizing of panes

2012-05-10 Thread Michael Lange
Hi Vasislis, Thus spoketh Vasilis Vlachoudis unto us on Thu, 10 May 2012 08:57:40 +: > Thank you Emiliano, > > stretch did the job for the resizing of the window. > > For resizing the columns I now recuperate the position with the > sash_coord and sash_place. > > However the only think I

Re: [Tkinter-discuss] PanedWindow proportional resizing of panes

2012-05-10 Thread Vasilis Vlachoudis
the sash is changed? Thanks in advance Vasilis From: Emiliano Gavilan [emilianogavi...@gmail.com] Sent: 09 May 2012 19:03 To: Vasilis Vlachoudis Cc: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] PanedWindow proportional resizing of panes 2012

Re: [Tkinter-discuss] PanedWindow proportional resizing of panes

2012-05-09 Thread Emiliano Gavilan
2012/5/9 Vasilis Vlachoudis : > Hi all, > > in my application I am using the recipe of > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266 > to create a multilistbox. I have modified it to use the panedwindow in order > to allow the resize of the rows, like in the code below. > My probl

[Tkinter-discuss] PanedWindow proportional resizing of panes

2012-05-09 Thread Vasilis Vlachoudis
Hi all, in my application I am using the recipe of http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266 to create a multilistbox. I have modified it to use the panedwindow in order to allow the resize of the rows, like in the code below. My problem(s) (all related to the resizing of the