From: <cod...@go...> - 2008-12-31 00:56:43
|
Author: M0...@gm... Date: Tue Dec 30 14:33:53 2008 New Revision: 446 Modified: branches/iVL/.project branches/iVL/FrmMediaCheck.class branches/iVL/FrmMediaCheck.form branches/iVL/installer.gambas Log: Fixed path to animated .gif Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Tue Dec 30 14:33:53 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.10.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.15 +Version=0.1.16 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FrmMediaCheck.class ============================================================================== --- branches/iVL/FrmMediaCheck.class (original) +++ branches/iVL/FrmMediaCheck.class Tue Dec 30 14:33:53 2008 @@ -18,6 +18,7 @@ PUBLIC SUB Form_Open() +ME.MovieBox1.Path = "images/throbber.gif" MdlVerifyMedia.iProcSig = 0 ME.Height = ME.pnlTop.Top + ME.pnlTop.Height MdlCore.LOCK_GUI() Modified: branches/iVL/FrmMediaCheck.form ============================================================================== --- branches/iVL/FrmMediaCheck.form (original) +++ branches/iVL/FrmMediaCheck.form Tue Dec 30 14:33:53 2008 @@ -27,9 +27,9 @@ Text = ("") } { MovieBox1 MovieBox - MoveScaled(30,24,5,18.2857) + MoveScaled(30,24,5,18.1429) Expand = True - Path = "/home/vluser/devel/installer/images/throbber.gif" + Path = "/home/vluser/devel/installer/images/throbber.gif_old" } { ProgressBar1 ProgressBar MoveScaled(2,41,74,3) Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |