Author: titmuss
Date: Fri Feb  1 08:10:00 2008
New Revision: 1733

URL: http://svn.slimdevices.com?rev=1733&root=Jive&view=rev
Log:
Bug: 6891
Description:
Allow the text to scroll while displaying the % downloaded during a firmware 
upgrade.


Modified:
    
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
    
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt

Modified: 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua?rev=1733&root=Jive&r1=1732&r2=1733&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
 Fri Feb  1 08:10:00 2008
@@ -209,8 +209,9 @@
 end
 
 
-function _t_setText(self, done, msg, foo, ...)
-       self.textarea:setValue(self:string(msg, foo, ...))
+function _t_setText(self, done, msg, count)
+       self.counter:setValue(count)
+       self.textarea:setValue(self:string(msg))
        if done then
                self.icon:setStyle("iconConnected")
        end
@@ -241,7 +242,9 @@
        self.icon = Icon("iconConnecting")
        popup:addWidget(self.icon)
 
+       self.counter = Label("text", "")
        self.textarea = Label("text", self:string("UPDATE_DOWNLOAD", ""))
+       popup:addWidget(self.counter)
        popup:addWidget(self.textarea)
 
        -- make sure this popup remains on screen

Modified: 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt?rev=1733&root=Jive&r1=1732&r2=1733&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt
 (original)
+++ 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt
 Fri Feb  1 08:10:00 2008
@@ -67,12 +67,12 @@
        NL      Opnieuw proberen...
 
 UPDATE_DOWNLOAD
-       DE      %s\nAktualisierung wird kopiert
-       EN      %s\nCopying Update
-       ES      %s\nCopiando actualización
-       FR      %s\nCopie de la mise à jour
-       IT      %s\nCopia aggiornamento in corso
-       NL      %s\nUpdate wordt gekopieerd
+       DE      \nAktualisierung wird kopiert
+       EN      \nCopying Update
+       ES      \nCopiando actualización
+       FR      \nCopie de la mise à jour
+       IT      \nCopia aggiornamento in corso
+       NL      \nUpdate wordt gekopieerd
 
 UPDATE_WRITE
        DE      \nAktualisierung wird installiert

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

Reply via email to