Author: titmuss
Date: Tue Jan 22 13:56:24 2008
New Revision: 1562

URL: http://svn.slimdevices.com?rev=1562&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1547):  bklaas | 2008-01-22 05:44:15 +0000
 Bug: 5804
 Description: full screen animation when search is in progress

Modified:
    trunk/   (props changed)
    trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Tue Jan 22 13:56:24 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1546
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1547
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=1562&root=Jive&r1=1561&r2=1562&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua 
(original)
+++ trunk/jive/src/pkg/jive/share/applets/SlimBrowser/SlimBrowserApplet.lua Tue 
Jan 22 13:56:24 2008
@@ -605,6 +605,16 @@
                sink(step, chunk, err)
        end
 end
+
+-- _searchInProgress
+-- full screen popup that appears until search is complete
+local function _searchInProgress(self)
+       local popup = Popup("popupIcon")
+       local icon  = Icon("iconConnecting")
+       popup:addWidget(icon)
+       popup:show()
+end
+
 
 -- _connectingToPlayer
 -- full screen popup that appears until menus are loaded
@@ -1381,10 +1391,8 @@
                                style = "albumcurrent"
                        elseif item and item["style"] then
                                style = item["style"]
-log:warn(style)
-                       end
-
-log:warn(style)
+                       end
+
                        widgets[widgetIndex] = _decoratedLabel(widget, style, 
item, db, menuAccel)
                end
        end
@@ -1502,6 +1510,8 @@
                                _lastInput = value
                                item['_inputDone'] = value
                                
+                               -- popup time
+                               _searchInProgress(self)
                                -- now we should perform the action !
                                _actionHandler(nil, nil, db, nil, nil, 'go', 
item)
                                -- close the text input if this is a "do"

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

Reply via email to