rollover effect

Simon Forman rogue_pedro at yahoo.com
Sat Aug 26 15:04:39 EDT 2006


SuperHik wrote:
> groves wrote:
> > Simon Forman wrote:
> >> groves wrote:
> >>> Sorry, as I am new to python so couldn't understand what yu were
> >>> asking.
> >>> Now the problem is that i annot use pmw in my project..is thre anyother
> >>> alternative by which I can have a rollover mouse effect on the canvas.
> >>> thanks
> >> Not a problem.  Although "IDE" and "GUI" are terms that are not
> >> specific to python.  But you still haven't answered my question?  Are
> >> you using Tkinter?  wxWidgets? Gtk bindings?
> >>
> >> Assuming that you're using Tkinter, what prevents you from using Pmw?
> >>
> >> Peace,
> >> ~Simon
> >
> > Yes I am using Tkinter...
> > the thing is  I I m new to Tkhave not used PMW bfore..Nd inter...
> > So just though If there is any alternative,,,as i don't have much time
> >
> PMW uses Tkinter too, so there is nothing "new",
> it just has more "complicated" widgets already
> written for you using Tkinter...

Also, the time it would take to learn how to use Pmw's "Balloon" widget
would almost certainly be much less than rolling your own.  There are a
few tricky bits to getting it working right in Tkinter that Pmw makes
short work of.


Check out:
http://pmw.sourceforge.net/doc/Balloon.html
http://pmw.sourceforge.net/doc/howtouse.html

HTH,
~Simon




More information about the Python-list mailing list