On Fri, Nov 7, 2008 at 11:18 AM, <[EMAIL PROTECTED]> wrote:
> Hi -
>
> I'm trying to figure out why the Tkinter Scale widget seems to fire its
> command callback when the root.mainloop() is executed. This seems in
> contrast with other widgets like the Button that only fire the command
> callback
On Fri, Nov 7, 2008 at 12:53 PM, <[EMAIL PROTECTED]> wrote:
> "Guilherme Polo" <[EMAIL PROTECTED]> wrote on 11/07/2008 09:23:48 AM:
>>
>> Comparing this Scale example with a command set and a Button with a
>> command set is unfair. When you change Scale's value, the scale
>> eventually has to be r
On Fri, Nov 7, 2008 at 1:32 PM, Guilherme Polo <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 7, 2008 at 12:53 PM, <[EMAIL PROTECTED]> wrote:
>> "Guilherme Polo" <[EMAIL PROTECTED]> wrote on 11/07/2008 09:23:48 AM:
>>>
>>> Comparing this Scale example with a command set and a Button with a
>>> command s
Ahh - thanks for the clear explanations and the workaround!
Do you see these behaviors as "unexpected" enough that I should submit
them to someone as something to possibly change in the future, or do you
feel that they are appropriate - or at least appropriate enough not to
make a change that
On Fri, Nov 7, 2008 at 1:50 PM, <[EMAIL PROTECTED]> wrote:
> Ahh - thanks for the clear explanations and the workaround!
>
> Do you see these behaviors as "unexpected" enough that I should submit
> them to someone as something to possibly change in the future, or do you
> feel that they are appro
On Fri, Nov 7, 2008 at 2:02 PM, Guilherme Polo <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 7, 2008 at 1:50 PM, <[EMAIL PROTECTED]> wrote:
>> Ahh - thanks for the clear explanations and the workaround!
>>
>> Do you see these behaviors as "unexpected" enough that I should submit
>> them to someone as
Hi -
I'm trying to figure out why the Tkinter Scale widget seems to fire its
command callback when the root.mainloop() is executed. This seems in
contrast with other widgets like the Button that only fire the command
callback in response to user interaction. I'm using Windows XP, the
Python