Re: [Tutor] removing an image from a tkinter label

2006-11-15 Thread Orri Ganel
Alan Gauld wrote: >"Orri Ganel" <[EMAIL PROTECTED]> wrote > > > >>In the end, setting lbl["image"] = "" worked >> >> > >Glad it worked. I was just about to suggest creating an image >with the "No image" text in it. You could then just display that >as the default image... > >Alan G. > > >

Re: [Tutor] removing an image from a tkinter label

2006-11-15 Thread Alan Gauld
"Orri Ganel" <[EMAIL PROTECTED]> wrote > In the end, setting lbl["image"] = "" worked Glad it worked. I was just about to suggest creating an image with the "No image" text in it. You could then just display that as the default image... Alan G.

Re: [Tutor] removing an image from a tkinter label

2006-11-14 Thread Orri Ganel
Orri Ganel wrote: Hello all, As part of a tkinter program that displays the currently playing track's information (including artwork) from iTunes, I have a label with an image in it (the artwork). However, when the song played doesn't have artwork, I'd like to remove artwork of the old song

[Tutor] removing an image from a tkinter label

2006-11-14 Thread Orri Ganel
Hello all, As part of a tkinter program that displays the currently playing track's information (including artwork) from iTunes, I have a label with an image in it (the artwork).  However, when the song played doesn't have artwork, I'd like to remove artwork of the old song and replace it with