From: SimonG on
I have found that when creating multiple items on a canvas that in
order for them to be drawn as they're created on Windows I have to use
'update' whereas on Linux I can use 'update idletasks'. Is that
expected behaviour or is it a bug in one of them?

Thanks,

Simon
From: Harald Oehlmann on
On 14 Jun., 14:10, SimonG <gear...(a)googlemail.com> wrote:
> I have found that when creating multiple items on a canvas that in
> order for them to be drawn as they're created on Windows I have to use
> 'update' whereas on Linux I can use 'update idletasks'. Is that
> expected behaviour or is it a bug in one of them?

As nobody answered: I have observed this behaviour too.

IMHO it is a bug on windows.

Could you file one at:
https://sourceforge.net/tracker/?group_id=12997&atid=112997
Including your TCL Version, Windows Version and a small sample script

Thank you,
Harald
From: SimonG on
On Jun 16, 7:55 am, Harald Oehlmann <wortka...(a)yahoo.de> wrote:
> On 14 Jun., 14:10, SimonG <gear...(a)googlemail.com> wrote:
>
> > I have found that when creating multiple items on a canvas that in
> > order for them to be drawn as they're created on Windows I have to use
> > 'update' whereas on Linux I can use 'update idletasks'. Is that
> > expected behaviour or is it a bug in one of them?
>
> As nobody answered: I have observed this behaviour too.
>
> IMHO it is a bug on windows.
>
> Could you file one at:https://sourceforge.net/tracker/?group_id=12997&atid=112997
> Including your TCL Version, Windows Version and a small sample script
>
> Thank you,
> Harald

Thanks. I have done that - tracking number 3017005.

Simon