Author: uelsk8s
Date: Tue Feb 3 07:45:07 2009
New Revision: 478
Added:
branches/iVL/images/ChBltB.gif (contents, props changed)
Modified:
branches/iVL/.lang/FrmSelISO.pot
branches/iVL/FrmDone.class
branches/iVL/FrmSelISO.class
branches/iVL/FrmSelISO.form
Log:
Added new throbber
Modified: branches/iVL/.lang/FrmSelISO.pot
==============================================================================
--- branches/iVL/.lang/FrmSelISO.pot (original)
+++ branches/iVL/.lang/FrmSelISO.pot Tue Feb 3 07:45:07 2009
@@ -26,39 +26,39 @@
msgid "to begin installating"
msgstr ""
-#: FrmSelISO.class:83
+#: FrmSelISO.class:84
msgid "Unable to locate any installable media."
msgstr ""
-#: FrmSelISO.class:91
+#: FrmSelISO.class:92
msgid "Select installation media from the list below"
msgstr ""
-#: FrmSelISO.class:122
+#: FrmSelISO.class:123
msgid "Unable to identify distro."
msgstr ""
-#: FrmSelISO.class:157
+#: FrmSelISO.class:158
msgid "Minimum Disk Space Requirements"
msgstr ""
-#: FrmSelISO.class:270
+#: FrmSelISO.class:271
msgid "No installable images found."
msgstr ""
-#: FrmSelISO.class:276
+#: FrmSelISO.class:277
msgid "Select which VectorLinux version you wish to install from the list
below"
msgstr ""
-#: FrmSelISO.class:281
+#: FrmSelISO.class:282
msgid "TextLabel1"
msgstr ""
-#: FrmSelISO.class:286
+#: FrmSelISO.class:287
msgid "Search Again"
msgstr ""
-#: FrmSelISO.class:297
+#: FrmSelISO.class:299
msgid "Verify Installation Files"
msgstr ""
Modified: branches/iVL/FrmDone.class
==============================================================================
--- branches/iVL/FrmDone.class (original)
+++ branches/iVL/FrmDone.class Tue Feb 3 07:45:07 2009
@@ -20,8 +20,8 @@
PUBLIC SUB Form_Open()
DIM sText AS String
-ME.MovieBox1.Path = "images/throbber.gif"
-ME.icon = picture["images/throbber.gif"]
+ME.MovieBox1.Path = "images/ChBltB.gif"
+ME.icon = picture["images/ChBltB.gif"]
FMain.FrmCurr = ME
Fmain.tvPlan["Conf4"].Picture = MdlCore.sDonePic
Fmain.tvPlan["Conf5"].Picture = MdlCore.sNowPic
Modified: branches/iVL/FrmSelISO.class
==============================================================================
--- branches/iVL/FrmSelISO.class (original)
+++ branches/iVL/FrmSelISO.class Tue Feb 3 07:45:07 2009
@@ -77,6 +77,7 @@
IF lstInstallableImg.count = 1 AND lstInstallableImg.Find(("No
Installable Media Found")) = -1 THEN
tlBanner.Text = ("Click") & Space(1) & "\'" & FMain.btnext.text & "\'"
& Space(1) & ("to begin installating") & Space(1)&
Left(FrmSelISO.lstInstallableImg.text,
InStr(FrmSelISO.lstInstallableImg.text, "/") - 4)
+ FrmSelISO.btVerifyInstall.Visible = FALSE
FrmSelISO.btVerifyInstall.Enabled = TRUE
FrmSelISO.btVerifyInstall.ForeColor = Color.Black
ELSE IF lstInstallableImg.Find(("No Installable Media Found")) <> -1 THEN
Modified: branches/iVL/FrmSelISO.form
==============================================================================
--- branches/iVL/FrmSelISO.form (original)
+++ branches/iVL/FrmSelISO.form Tue Feb 3 07:45:07 2009
@@ -27,6 +27,7 @@
}
{ btVerifyInstall Button
MoveScaled(1,43,26,3)
+ Visible = False
Enabled = False
Text = ("Verify Installation Files")
Picture = Picture["icon:/small/apply"]
Added: branches/iVL/images/ChBltB.gif
==============================================================================
Binary file. No diff available.
|