Re: [Tkinter-discuss] Frame button binding

2016-09-09 Thread Vasilis Vlachoudis
er-discuss@python.org Subject: Re: [Tkinter-discuss] Frame button binding On Tue, 6 Sep 2016 09:00:45 +, Vasilis Vlachoudis wrote > Hi all, > > I want to create a Scrolled Frame, it works nicely with the place command > however when I bind the B2-Motion, and I click the middle mouse

Re: [Tkinter-discuss] Frame button binding

2016-09-09 Thread Vasilis Vlachoudis
, 2016 22:47 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Frame button binding Hi, On Wed, 7 Sep 2016 14:01:19 + Vasilis Vlachoudis <vasilis.vlachou...@cern.ch> wrote: > Until now I had the scrollbar working which is not very elegant vs the > Mouse Wheel or middl

Re: [Tkinter-discuss] Frame button binding

2016-09-08 Thread johnmc
On Tue, 6 Sep 2016 09:00:45 +, Vasilis Vlachoudis wrote > Hi all, > > I want to create a Scrolled Frame, it works nicely with the place command > however when I bind the B2-Motion, and I click the middle mouse button > on the child buttons instead of dragging it does nothing, since they are

Re: [Tkinter-discuss] Frame button binding

2016-09-07 Thread Vasilis Vlachoudis
From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Tuesday, September 06, 2016 23:24 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Frame button binding Hi, On Tue, 6

Re: [Tkinter-discuss] Frame button binding

2016-09-07 Thread Michael Lange
Hi, On Wed, 7 Sep 2016 14:01:19 + Vasilis Vlachoudis wrote: > Until now I had the scrollbar working which is not very elegant vs the > Mouse Wheel or middle mouse drag. Everything started in a new > application I was doing for RPi as a home server that uses full

Re: [Tkinter-discuss] Frame button binding

2016-09-07 Thread Vasilis Vlachoudis
12:31 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Frame button binding Hi, On Wed, 7 Sep 2016 10:21:02 + Vasilis Vlachoudis <vasilis.vlachou...@cern.ch> wrote: > Thanks for the idea. It will make the code indeed odd. > I was looking for a less intrusive metho

Re: [Tkinter-discuss] Frame button binding

2016-09-07 Thread Vasilis Vlachoudis
=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Wednesday, September 07, 2016 11:53 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Frame button binding Hi, On Wed, 7 Sep 2016 06:31:06 + Vasilis Vlachoudis <vasilis.vlachou...@cern.ch> wrote: > H

Re: [Tkinter-discuss] Frame button binding

2016-09-07 Thread Michael Lange
Hi, On Wed, 7 Sep 2016 06:31:06 + Vasilis Vlachoudis wrote: > Hi Michael, > > the ScrollFrame is of generic use as a normal frame class. So I don't > know apriori how many children it will have. I could set the bind > recursively in all winfo_children() and

Re: [Tkinter-discuss] Frame button binding

2016-09-06 Thread Michael Lange
Hi, On Tue, 6 Sep 2016 09:00:45 + Vasilis Vlachoudis wrote: > Hi all, > > I want to create a Scrolled Frame, it works nicely with the place > command however when I bind the B2-Motion, and I click the middle mouse > button on the child buttons instead of