[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

TclTK, images

Alexander Fleck

8/23/2007 6:06:00 AM

hi,

I need to include bitmaps in my Tk-project.
I wonder what method I have to use.

Can that be done by label->image...
or is there a special method?
My bitmap also should be able to change color.

I read that label->image can only show given images. Is that true?

thanks,
Alex.

1 Answer

Gregor Kopp

8/23/2007 8:32:00 AM

0

Alexander Fleck wrote:
> hi,
>
> I need to include bitmaps in my Tk-project.
> I wonder what method I have to use.
>
> Can that be done by label->image...
> or is there a special method?
> My bitmap also should be able to change color.
>
> I read that label->image can only show given images. Is that true?
>
> thanks,
> Alex.
>


http://phrogz.net/ProgrammingRuby/e...

Here under headline Binding Events you can see an example.
Maybe it helps.