Author: bklaas
Date: Wed Oct 15 06:44:18 2008
New Revision: 3137
URL: http://svn.slimdevices.com?rev=3137&root=Jive&view=rev
Log:
Bug: n/a
Description: allow optional duration parameter (in milliseconds) to be sent by
showBriefly from SC
Modified:
7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua?rev=3137&root=Jive&r1=3136&r2=3137&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua Wed Oct 15
06:44:18 2008
@@ -918,7 +918,8 @@
s.artIcon:setValue(nil)
s.textarea:setValue(textValue)
end
- s.window:showBriefly(3000, nil, Window.transitionPushPopupUp,
Window.transitionPushPopupDown)
+ local duration = display['duration'] or 3000
+ s.window:showBriefly(duration, nil,
Window.transitionPushPopupUp, Window.transitionPushPopupDown)
end
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins