From: <cod...@go...> - 2009-02-23 21:04:49
|
Author: M0...@gm... Date: Mon Feb 23 12:22:27 2009 New Revision: 501 Modified: branches/speedy/.lang/.pot branches/speedy/.lang/Step7a.pot branches/speedy/.lang/Step7b.pot branches/speedy/Step7a.class branches/speedy/Step7a.form branches/speedy/Step7b.class branches/speedy/Step7b.form Log: Throbber action added while reading optional package list Modified: branches/speedy/.lang/.pot ============================================================================== --- branches/speedy/.lang/.pot (original) +++ branches/speedy/.lang/.pot Mon Feb 23 12:22:27 2009 @@ -170,7 +170,7 @@ msgid "This feature can help you avoid an unsuccesful installation." msgstr "" -#: Step1.class:415 Step3a1.class:22 Step3a1a.class:169 Step7a.class:125 +#: Step1.class:415 Step3a1.class:22 Step3a1a.class:169 Step7a.class:127 msgid "WARNING:" msgstr "" @@ -451,11 +451,11 @@ msgid "This step cannot be undone. Are you sure you want to continue?" msgstr "" -#: Step3a1a.class:169 Step6.class:386 Step7a.class:125 +#: Step3a1a.class:169 Step6.class:386 Step7a.class:127 msgid "Yes" msgstr "" -#: Step3a1a.class:169 Step6.class:386 Step7a.class:125 +#: Step3a1a.class:169 Step6.class:386 Step7a.class:127 msgid "No" msgstr "" @@ -719,31 +719,31 @@ msgid "Description" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "" "This component is a dependancy to any graphical user interface progam on the " "system" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "" "Choosing not to install this may result in a command-line (text mode) " "installation only" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "Are you sure you want to disable this conponent anyway?" msgstr "" -#: Step7a.class:151 Step7b.class:153 +#: Step7a.class:153 Step7b.class:164 msgid "Select All" msgstr "" -#: Step7a.class:157 Step7b.class:151 +#: Step7a.class:159 Step7b.class:162 msgid "Un-Select All" msgstr "" -#: Step7a.class:217 +#: Step7a.class:219 msgid "" "Major optional components available for installation. To select / un-select " "a component, click it's name or the box to the left of it's name." @@ -753,7 +753,11 @@ msgid "Package Name" msgstr "" -#: Step7b.class:210 +#: Step7b.class:54 +msgid "Reading software catalog... Please wait a moment" +msgstr "" + +#: Step7b.class:93 msgid "" "Additional optional software available. Select which software packages to " "include in your installation." Modified: branches/speedy/.lang/Step7a.pot ============================================================================== --- branches/speedy/.lang/Step7a.pot (original) +++ branches/speedy/.lang/Step7a.pot Mon Feb 23 12:22:27 2009 @@ -26,39 +26,39 @@ msgid "Description" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "WARNING:" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "This component is a dependancy to any graphical user interface progam on the system" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "Choosing not to install this may result in a command-line (text mode) installation only" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "Are you sure you want to disable this conponent anyway?" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "Yes" msgstr "" -#: Step7a.class:125 +#: Step7a.class:127 msgid "No" msgstr "" -#: Step7a.class:151 +#: Step7a.class:153 msgid "Select All" msgstr "" -#: Step7a.class:157 +#: Step7a.class:159 msgid "Un-Select All" msgstr "" -#: Step7a.class:217 +#: Step7a.class:219 msgid "Major optional components available for installation. To select / un-select a component, click it's name or the box to the left of it's name." msgstr "" Modified: branches/speedy/.lang/Step7b.pot ============================================================================== --- branches/speedy/.lang/Step7b.pot (original) +++ branches/speedy/.lang/Step7b.pot Mon Feb 23 12:22:27 2009 @@ -26,15 +26,19 @@ msgid "Description" msgstr "" -#: Step7b.class:151 -msgid "Un-Select All" +#: Step7b.class:54 +msgid "Reading software catalog... Please wait a moment" msgstr "" -#: Step7b.class:153 -msgid "Select All" +#: Step7b.class:93 +msgid "Additional optional software available. Select which software packages to include in your installation." msgstr "" -#: Step7b.class:210 -msgid "Additional optional software available. Select which software packages to include in your installation." +#: Step7b.class:162 +msgid "Un-Select All" +msgstr "" + +#: Step7b.class:164 +msgid "Select All" msgstr "" Modified: branches/speedy/Step7a.class ============================================================================== --- branches/speedy/Step7a.class (original) +++ branches/speedy/Step7a.class Mon Feb 23 12:22:27 2009 @@ -48,7 +48,7 @@ 'gvBulkSel[0,3].ba gvBulkSel[0, 2].Text = ("Description") gvBulkSel[0, 2].Font.Bold = TRUE - + 'WAIT 1 ME.LIST_OPTIONAL_BULKS END @@ -64,6 +64,8 @@ DIM sArr, sLineArr AS String[] DIM i, irow AS Integer DIM sName, sDesc AS String + + irow = 2 IF Exist("/mnt/source/veclinux/VINSTALL.CONF") THEN Modified: branches/speedy/Step7a.form ============================================================================== --- branches/speedy/Step7a.form (original) +++ branches/speedy/Step7a.form Mon Feb 23 12:22:27 2009 @@ -38,10 +38,10 @@ } } { HBox4 HBox - MoveScaled(2,43,7,1) + MoveScaled(2,47,7,1) } { HBox3 HBox - MoveScaled(2,45,37,3) + MoveScaled(2,49,37,3) { btTglSel ToggleButton MoveScaled(0,0,24,3) Text = ("Un-Select All") Modified: branches/speedy/Step7b.class ============================================================================== --- branches/speedy/Step7b.class (original) +++ branches/speedy/Step7b.class Mon Feb 23 12:22:27 2009 @@ -37,7 +37,9 @@ picYes = Picture.Load("images/16px-check.png") picNo = Picture.Load("images/16px-Nocheck.png") + ME.MovieBox1.Path = "images/throbber.gif" + WAIT 1 ME.LIST_OPTIONAL_PACKAGES() END @@ -48,6 +50,12 @@ DIM sDescDump, sFile, sLine, sPkg, sDesc, sShortDesc AS String DIM sArr, sDescArr AS String[] + 'ME.Panel1.Visible = FALSE + ME.tlWinExp.Text = ("Reading software catalog... Please wait a moment") + ME.Panel1.Visible = FALSE + ME.HPanel2.Visible = TRUE + ME.MovieBox1.Playing = TRUE + WAIT 1 irow = 2 IF Exist("/mnt/source/veclinux/OPTIONAL") = FALSE THEN RETURN @@ -79,7 +87,10 @@ INC irow NEXT - + ME.MovieBox1.Playing = FALSE + ME.HPanel2.Visible = FALSE + ME.Panel1.Visible = TRUE + ME.tlWinExp.Text = ("Additional optional software available. Select which software packages to include in your installation.") END @@ -158,3 +169,5 @@ gvOptions.Refresh END + + Modified: branches/speedy/Step7b.form ============================================================================== --- branches/speedy/Step7b.form (original) +++ branches/speedy/Step7b.form Mon Feb 23 12:22:27 2009 @@ -28,7 +28,8 @@ } } { Panel1 Panel - MoveScaled(1,16,59,28) + MoveScaled(1,16,59,7) + Visible = False Expand = True Arrangement = Arrange.Fill { gvOptions GridView @@ -37,11 +38,19 @@ Border = False } } + { HPanel2 HPanel + MoveScaled(1,24,57,28) + Expand = True + { MovieBox1 MovieBox + MoveScaled(11,1,37,24) + Expand = True + } + } { HBox4 HBox - MoveScaled(1,44,7,1) + MoveScaled(1,52,7,1) } { HBox3 HBox - MoveScaled(1,46,37,3) + MoveScaled(1,54,37,3) { btTglSel ToggleButton MoveScaled(0,0,24,3) Text = ("Un-Select All") |