<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>OMG!</span></div><div><br><span></span></div><div><span>Tom! ... we have no words to thank this help.</span></div><div><br><span></span></div><div><span>We're going to follow your indications and will create a video tutorial with it.</span></div><div><br><span></span></div><div><span>Of course, this will be published on my blog and will propose to publish it on the XERTE-XOT Wiki.</span></div><div><br><span></span></div><div><span>Thanks again!</span></div><div><br><span></span></div><div><span>José.</span></div><div> </div><div>--<br>Lic. José Gregorio Díaz Unda.<br>Asesor de Tecnologías de Información y Comunicación.<br>Tel.: 58.0412.5518085<br>Skype: xt4mhz<br>Web: www.usb.ve - jgdu.blogspot.com<br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div
 style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">De:</span></b> Tom Reijnders <reijnders@tor.nl><br><b><span style="font-weight: bold;">Para:</span></b> Xerte discussion list <xerte@lists.nottingham.ac.uk><br><b><span style="font-weight: bold;">Enviado:</span></b> Jueves, 17 de noviembre, 2011 9:45:09<br><b><span style="font-weight: bold;">Asunto:</span></b> [Xerte] Re: Customizing XOT Projects<br></font><br><div id="yiv287589041">
  

    
  
  <div>
    Hmmm... XOT. <br>
    <br>
    A bit more difficult, but the good news is, that all the things you
    mentioned can be done without changing XMLEngine.fla<br>
    <br>
    Depends a bit how you want to do it. I'll explain how to CHANGE an
    existing template. The easiest is the Nottingham Page Templates,
    because there is an equivalent in the standalone Xerte.<br>
    <br>
    - Get Xerte standalone and install it on your PC<br>
    - Start Xerte, and start a new Page Templates project:<br>
    <img src="cid:1.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    - Choose a new directory and open the new project<br>
    <img src="cid:2.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - Press play to say the current layout<br>
    <img src="cid:3.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - Leave Xerte<br>
    - Retrieve from your XOT installation the file in
    <webroot>/modules/xerte/parent_templates/Nottingham/Nottingham.rlt<br>
    - Copy it OVER the template.rlt file of the just created Xerte
    project<br>
    - Open Xerte standalone again (by double-clicking template.rlt) in
    the folder<br>
    <img src="cid:2.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - Quit the Wizard (by clicking the X)<br>
    <img src="cid:4.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - First.... colours...:<br>
    You can change the colours by setting optional properties such as
    titleBarColour <br>
    <img src="cid:5.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - You can check what you did by double clicking the First Icon<br>
    <img src="cid:6.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    - and than press Play<br>
    <img src="cid:7.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - Now for the logo and the position of the buttons etc...<br>
    - Leave the Wizard and click on the tree structure and select the
    setup icon<br>
    <img src="cid:8.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    - Click on Script<br>
    <img src="cid:9.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    <img src="cid:10.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - In this script you can move the buttons around and switch on and
    off the list boxes and load a new default logo or banner<br>
    You do this right below the first if statement (or if the template
    is older, below the loadIcon line)<br>
    <img src="cid:11.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    rootIcon.loadIcon(FileLocation +
    'media/banner_sheet_transparant_cr.png');<br>
    _level0.engine.IFC.themes._visible = false;<br>
    _level0.engine.IFC.fonts._visible = false;<br>
    _level0.engine.IFC.access._visible = false;<br>
    _level0.engine.IFC.sizes._x = 10;<br>
    _level0.engine.IFC.txtSize._x = 120;<br>
    <br>
    Also a bit further down in this script all buttons are disabled by <br>
    rootIcon.hideControls(); <br>
    and several are enabled again on a different position.<br>
    <br>
    rootIcon.tocBtn._y = 550;<br>
    rootIcon.nextBtn._y = 550;<br>
    rootIcon.backBtn._y = 550;<br>
    rootIcon.progress._y = 550;<br>
    rootIcon.contButton._visible = false;<br>
    <br>
    <img src="cid:12.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - We added a banner (any logo wider than 200 pixels is placed in the
    upper left corner like a banner), so if you create a semi
    transparent png of 800x68, you can get some interesting effects!<br>
    - Make sure you have the file mentioned in the loadIcon in the media
    folder!!<br>
    <br>
    - Check the results by double clicking the top left icon and
    pressing play to preview<br>
    <br>
    <img src="cid:13.1657521560@web161201.mail.bf1.yahoo.com" alt=""><br>
    <br>
    - Now save and leave Xerte.<br>
    <br>
    It is VERY important NOT to add ANY pages, because these will end in
    the template!!!<br>
    <br>
    Than:<br>
    - copy template.rlt back over
    <webroot>/modules/xerte/parent_templates/Nottingham/Nottingham.rlt<br>
    - copy any media file into
    <webroot>/modules/xerte/parent/Nottingham/media<br>
    <br>
    <br>
    That should do the trick!<br>
    <br>
    Regards,<br>
    <br>
    Tom<br>
    <br>
    Op 17-11-2011 12:37, Davidson, Andrew schreef:
    <blockquote type="cite">
      <pre>Hi Jose - did you get anywhere with how to change the 'skin'? This is where I need to go and so any hints would be welcome.

Best

Andy





-----Original Message-----
From: <a rel="nofollow" class="yiv287589041moz-txt-link-abbreviated" ymailto="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank" href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [<a rel="nofollow" class="yiv287589041moz-txt-link-freetext" ymailto="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank" href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Jose Diaz
Sent: 17 November 2011 01:36
To: XERTE XERTE
Subject: [Xerte] Customizing XOT Projects

Hi everyone and thanks in advance.


We're trying to customize "the look" of scorm packages built from XOT.

We want to change how learning objects are shown: change logo, move buttons (forward, backward, etc.) to the bottom of the screen, hide all dropdown lists at the bottom of the screen, etc.

We're take a look to "XMLEngine.fla" file, but we're not sure if we're in the right path. When we open the "XMLEngine.fla" with Adobe Flash, it shows a grayed rectangle with a lot of code. We just want to "drag and drop" elements of the screen to new positions.


Attached to this message, we send an image of an example how much we want to change the "skin" of the learning objects.


Any "step-by-step" guide to change this "look"?

After changing the "look", we want to translate to spanish the XOT ... but this is another history.

Thanks a lot again.

José.
 
--
Lic. José Gregorio Díaz Unda.
Asesor de Tecnologías de Información y Comunicación.
Tel.: 58.0412.5518085
Skype: xt4mhz
Web: <a rel="nofollow" class="yiv287589041moz-txt-link-abbreviated" target="_blank" href="http://www.usb.ve">www.usb.ve</a> - jgdu.blogspot.comThis message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.

_______________________________________________
Xerte mailing list
<a rel="nofollow" class="yiv287589041moz-txt-link-abbreviated" ymailto="mailto:Xerte@lists.nottingham.ac.uk" target="_blank" href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a>
<a rel="nofollow" class="yiv287589041moz-txt-link-freetext" target="_blank" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a>

</pre>
    </blockquote>
    <br>
    <pre class="yiv287589041moz-signature">-- 
--

Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196

</pre>
  </div>

</div><br>_______________________________________________<br>Xerte mailing list<br><a ymailto="mailto:Xerte@lists.nottingham.ac.uk" href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br><br>This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br><br>This message has been checked for viruses but the contents of an attachment<br>may still contain software viruses which could damage your computer
 system:<br>you are advised to perform your own checks. Email communications with the<br>University of Nottingham may be monitored as permitted by UK legislation.<br><br><br><br></div></div></div></body></html>