Author: titmuss
Date: Fri Feb  1 13:55:35 2008
New Revision: 1747

URL: http://svn.slimdevices.com?rev=1747&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1733):  titmuss | 2008-02-01 16:10:00 +0000
 Bug: 6891
 Description:
 Allow the text to scroll while displaying the % downloaded during a firmware 
upgrade.
 
 

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
    
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Fri Feb  1 13:55:35 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1732
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1733
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua?rev=1747&root=Jive&r1=1746&r2=1747&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
 (original)
+++ 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
 Fri Feb  1 13:55:35 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: 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt?rev=1747&root=Jive&r1=1746&r2=1747&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt
 (original)
+++ 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/strings.txt
 Fri Feb  1 13:55:35 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