how to embedd Time in the xml? (1 Viewer)

Twhyman

Portal Member
July 11, 2007
13
0
Hi,

i went over the guide links provided by infinityloop.

iam trying to embed a clock in all of project mayhem's pages.

and i looked at myhome.xml for refrence.

so i pasted this code in myvideos.xml:
Code:
<control>
      <description>Time</description>
      <type>label</type>
      <id>350</id>
      <posX>400</posX>
      <posY>100</posY>
      <label>#time</label>
      <align>left</align>
      <font>font14</font>
      <textcolor>7A7979</textcolor>
      <animation effect="fade" time="800" delay="250">WindowOpen</animation>
      <animation effect="fade" time="800" delay="250">WindowClose</animation>
 </control>

i get time to show up but not where i want it... , i tried playing with <posX> and <posY> but the time wont move its stuck by the buttons, i took the <posX> and <posY> from myhome.xml, and still aint moving.

i change its color but i cant move it, i deleted the cache if that can help.

please help
Thanks
Twhyman
 

Users who are viewing this thread


Write your reply...
Top Bottom