Revision: 4002
Author:   solomax666
Date:     Thu Jul 21 09:48:36 2011
Log:      - pointer was not animated
http://code.google.com/p/openmeetings/source/detail?r=4002

Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/library.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/library.lzx Fri Jun 24 08:51:46 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/library.lzx Thu Jul 21 09:48:36 2011
@@ -23,6 +23,7 @@
         <attribute name="fadeDelegate" value="null" />
         <labelText x="20" text="$once{ parent.userName }" />
         <handler name="oninit">
+            this.play();
             this.fadeDelegate = new LzDelegate( this, "fadeText" );
             lz.Timer.addTimer( this.fadeDelegate, 5000 );
         </handler>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to