groves wrote: > Simon Forman wrote: > > groves wrote: > > > hi > > > I am trying to get a roll over effect on my canvas.(this is a virtual > > > program which will eventually fit into my final program) > > > > > > Exactly i have a text on my screen and I want to have a brief > > > discription across it whenever the user takes the mouse on it n hence > > > giving information about the type of text(event). > > > > > > Another thign i am looking for is to have a right click on that very > > > text as well > > > If somebody can put some light on it, then it would be really great for > > > my project. > > > Thank you in advance. > > > > What GUI system are you using? > > > > Peace, > > ~Simon > > > I am using python IDLE
IDLE's a IDE not a GUI, you can develop scripts with it that use many different GUI systems. Are you using Tkinter? (If so, Python MegaWidgets, Pmw, is a great resource. It has rollover tooltips. http://pmw.sourceforge.net/ ) HTH, ~Simon -- http://mail.python.org/mailman/listinfo/python-list