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

------------------------------------------------------------------------------
@@ -10,15 +10,23 @@
 
 1.- Modidy the "listing_area.py" file
 {{{
-#nl. 330 aprox.
+#nl. 340 aprox.
 ....
- if val.rectangle:
-                       
+                if val.rectangle:
+                    
                     r = self.get_item_rectangle(val.rectangle, width, val.font.h)[2]
                     
-                    # introducci�n del objeto rectangle.....
-                    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)
+             
+                    
+                    self.drawroundbox(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, r)
+                                      
+                                      
+                       #introducci�n del objeto rectangle.....
+                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

Reply via email to