Author: bklaas
Date: Tue Jun 15 09:50:32 2010
New Revision: 8858

URL: http://svn.slimdevices.com/jive?rev=8858&view=rev
Log:
Fixed Bug: 14122
along with server side checkin r30884 or later, XMLBrowse menus that have 
thumbnails for any/all items will now have the window style of 'home_menu', 
which will put a placeholder icon by default into place on the menu item before 
the thumbnail loads

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua?rev=8858&r1=8857&r2=8858&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 Tue Jun 15 09:50:32 2010
@@ -938,6 +938,37 @@
                                        },
                                }),
                        },
+               },
+       })
+
+       s.home_menu.menu.item.icon_no_artwork = {
+               img = _loadImage(self, "IconsResized/icon_loading" .. 
skinSuffix ),
+               w = 51,
+               padding = { 0, 1, 0, 0 },
+       }
+       s.home_menu.menu.selected.item.icon_no_artwork = {
+               img = _loadImage(self, "IconsResized/icon_loading" .. 
skinSuffix ),
+               w   = 51,
+               padding = { 0, 1, 0, 0 },
+       }
+       s.home_menu.menu.locked.item.icon_no_artwork = {
+               img = _loadImage(self, "IconsResized/icon_loading" .. 
skinSuffix ),
+               w   = 51,
+               padding = { 0, 1, 0, 0 },
+       }
+       s.home_menu.menu.item_play = _uses(s.home_menu.menu.item, {
+               arrow = { 
+                       img = false, 
+               },
+       })
+       s.home_menu.menu.selected.item_play = 
_uses(s.home_menu.menu.selected.item, {
+               arrow = { 
+                       img = false, 
+               },
+       })
+       s.home_menu.menu.locked.item_play = _uses(s.home_menu.menu.locked.item, 
{
+               arrow = { 
+                       img = false, 
                },
        })
 

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua?rev=8858&r1=8857&r2=8858&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 Tue Jun 15 09:50:32 2010
@@ -1650,6 +1650,15 @@
                        },
                },
        })
+
+       s.home_menu.menu.item.icon_no_artwork = {
+               img = _loadImage(self, "IconsResized/icon_loading" .. 
skinSuffix ),
+               h   = THUMB_SIZE,
+               padding = MENU_ITEM_ICON_PADDING,
+               align = 'center',
+       }
+       s.home_menu.menu.selected.item.icon_no_artwork = 
s.home_menu.menu.item.icon_no_artwork
+       s.home_menu.menu.locked.item.icon_no_artwork = 
s.home_menu.menu.item.icon_no_artwork
 
        -- icon_list window
        s.icon_list = _uses(s.window, {

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to