Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 217.172.65.50: http://freevo.sourceforge.net/cgi-bin/moin.cgi/TipsAndTricks ------------------------------------------------------------------------------ @@ -7,6 +7,7 @@ (by O. Rubio , [EMAIL PROTECTED]) This trick adds a simple "mouse support" to the Freevo Interface. I'm using actually a 1.5rc2 version. I know this is not an elegant version, i'm working in this. I prefer next version of freevo add this funcionality. +I'm finishing the Window and PopupBoxes classes, to get working the mouse events. 1.- Modidy the "listing_area.py" file {{{ @@ -25,7 +26,9 @@ #introducci�n del objeto rectangle..... - choice.rectangle = (x0 + hskip + r.x + x_icon - BOX_UNDER_ICON * x_icon,y0 + vskip + r.y, + #(we need to initialize this variable before) + if r != None: + choice.rectangle = (x0 + hskip + r.x + x_icon - BOX_UNDER_ICON * x_icon,y0 + vskip + r.y, r.width - icon_x + BOX_UNDER_ICON * icon_x,r.height) .... }}} ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
