[jboss-cvs] jboss-profiler/java/webapp/lzx ...

Takuro Okada t2-okada at nri.co.jp
Tue Apr 17 22:52:02 EDT 2007


  User: tokada  
  Date: 07/04/17 22:52:02

  Modified:    java/webapp/lzx  Tag: JBossProfiler_Expansion
                        loadingsplash.lzx
  Log:
  Change images
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +5 -3      jboss-profiler/java/webapp/lzx/Attic/loadingsplash.lzx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: loadingsplash.lzx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/webapp/lzx/Attic/loadingsplash.lzx,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- loadingsplash.lzx	21 Dec 2006 11:22:05 -0000	1.1.2.2
  +++ loadingsplash.lzx	18 Apr 2007 02:52:02 -0000	1.1.2.3
  @@ -32,13 +32,15 @@
     <class name="loadingsplash" extends="borderedpane"
            x="${parent.width/2-this.width/2}" y="${parent.height/2-this.height/2}">
       <view placement="contents" align="center">
  -      <text name="label" fontsize="12">Loading
  +      <simplelayout axis="x" spacing="8"/>
  +      <view resource="./images/splash.swf"/>
  +      <text name="label" fontsize="12" valign="middle">Loading
           <animator name="blinker" attribute="opacity" motion="linear"
                   from="1" to="0" duration="200" repeat="Infinity" start="true"/>
         </text>
       </view>
       <handler name="oninit">
  -      this.updateWidth(160);
  +      this.updateWidth(120);
       </handler>
       <!--- @keywords private -->
       <method name="_applystyle" args="s">
  
  
  



More information about the jboss-cvs-commits mailing list