<div>Given the comments from Ron, I will carry on tidying up the Connector pages - fixing the odd bugs, setting the navigation to use setEnabled(), adding the colour picker to the menu etc.<br></div><div><br></div><div>This will give a little while for the Youtube issues to settle down. The last thing we want is two people making changes to the same files.</div>
<div><br></div><div><br></div><div>Kind regards</div><div><br></div><div>Johnathan</div><br><div class="gmail_quote">On 2 May 2012 11:11, Julian Tenney <span dir="ltr"><<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-GB" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">I’m happy with the two youtube pages, so go ahead,</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"> </span></p><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:36.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Kemp Johnathan<br>
<b>Sent:</b> 02 May 2012 11:04</span></p><div><div class="h5"><br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</div></div></div><div><div class="h5"><p class="MsoNormal" style="margin-left:36.0pt">
 </p><div><p class="MsoNormal" style="margin-left:36.0pt">The default introduction to the model files has changed with the latest set of models.</p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div>
<p class="MsoNormal" style="margin-left:36.0pt">if (extXML == undefined){<br>// Page Wizard<br>pageIcon.templateData = pageIcon.extXML.toObject();<br>pageIcon.templateData = pageIcon.templateData.pageWizard[0];<br>} else {<br>
// Toolkits<br>myXML = new XML(extXML.firstChild.childNodes[rootIcon.getPageIndex() - pgOffset]);<br>pageIcon.templateData = myXML.toObject();<br>rootIcon.setTitleText(templateData.learningObject[0].name);<br>}</p></div><div>
<p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">new format</p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
<span style="background:#ffff33">if (rootIcon.projMode == "dev"){ </span><br>// Page Wizard<br>pageIcon.templateData = pageIcon.extXML.toObject();<br>pageIcon.templateData = pageIcon.templateData.pageWizard[0];<br>
} else {<br>// Toolkits<br>myXML = new XML(extXML.firstChild.childNodes[rootIcon.getPageIndex() - pgOffset]);<br>pageIcon.templateData = myXML.toObject();<br><br>} <br><span style="background:yellow">rootIcon.setTitleText(templateData.learningObject[0].name);</span></p>
</div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt"><span style="background:#33ff33">// handle multiple page data definitions in a project <br>if (rootIcon.projectPageIndex == undefined){ <br>
rootIcon.projectPageIndex = 0;<br>}<br>// check if this page has a definition for the current project index and default to 0 if not<br>if (pageIcon.templateData.</span><span style="background:#ff6666">bullets</span><span style="background:#33ff33">[rootIcon.projectPageIndex].name == undefined){<br>
projPI = 0;<br>} else {<br>projPI = rootIcon.projectPageIndex; <br>}</span> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">if (pageIcon.templateData.bullets[<span style="background:#33ff33">projPI</span>].delaySecs != undefined){</p>
</div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">The new pages project type in desktop Xerte now has an xwd and xml file giving the author xwd form based control over many of the project settings. This results in the existence of "extXML" thus making the original test for the desktop environment invalid. After much testing I ended up setting a variable in the setup script of the project, hence the new test. Not ideal. I tried to find something that would work "out of the box" for the desktop environment but was unable to do so. I tried using </p>
</div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">if (_level0jumpData.fileType.toLowerCase() == ".rlo") {</p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
 </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">but this worked in preview but not in published mode.</p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
One upside of the changes was that for both environments the learning object title can be set so the rootIcon.setTitle line has now been moved outside of the test for the environment.</p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
 </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">A further significant change in the model files is there to support the capability in desktop Xerte to have multiple data definitions for a single page. This addition is shown highlighted in green.</p>
</div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">The addition of the "green" code block with the appropriate top element name entry (highlighted in red) ensures that for XOT and pageTemplates users the value "projPI" is always 0. For desktop Xerte users it will default to 0 if the current value of rootIcon.projectPageIndex is referencing a data set for the page that has not been defined.</p>
</div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">References in the rest of the pages code that used to be of the form </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
 </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">pageIcon.templateData.bullets[0]</p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
now become</p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">pageIcon.templateData.bullets[projPI]</p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
 </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">XOT and Page Templates are unaffected by this change, but Xerte desktop can now leverage multiple data definitions per page.</p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
 </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">If you wish, once you are happy with the way the two new you tube pages are working I can make the necessary alterations.</p></div><div><p class="MsoNormal" style="margin-left:36.0pt">
 </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">Kind regards</p></div><div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div><div><p class="MsoNormal" style="margin-left:36.0pt">Johnathan</p></div>
<div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div></div></div><div><div><div class="h5"><p class="MsoNormal" style="margin-left:36.0pt">On 2 May 2012 09:31, Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>> wrote:</p>
</div></div><div><div><div><div class="h5"><p class="MsoNormal" style="margin-left:36.0pt"><span style="color:#1f497d">Do you get it in standalone xerte?</span></p><p class="MsoNormal" style="margin-left:36.0pt"><span style="color:#1f497d"> </span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:36.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:72.0pt"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 02 May 2012 08:55</span></p><div><div><p class="MsoNormal" style="margin-left:36.0pt"><br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</p></div></div>
</div></div></div></div><div><div><div><div class="h5"><p class="MsoNormal" style="margin-left:72.0pt"> </p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d">Julian - thanks for making the thumb images clickable - works well.</span></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d">Not sure what the extent of the rogue scrollbar appearing is but I'll create a single page example and share via the lists and hopefully get other to respond to confirm whether they get this or not.</span></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:72.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 01 May 2012 14:19<br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:72.0pt"> </p><p class="MsoNormal" style="margin-left:72.0pt">
<span style="color:#1f497d">Ok tested on another Windows 7 machine and I don't see the rogue scroll bar on that in any of the browsers.</span></p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d"> </span></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d">So that seems to rule out the difference between Windows 7 and XP being the problem.</span></p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d"> </span></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d">I have the same AV software including browser plug-ins on both machines so it's not that.</span></p><p class="MsoNormal" style="margin-left:72.0pt">
<span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d">I've deleted offline files in IE and tried again - same problem exists.</span></p><p class="MsoNormal" style="margin-left:72.0pt">
<span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d">Lost for ideas now but I have seen this previously on college machines etc and obviously someone reported it to Alistair too. Would be good if others here on this list could test and confirm either way?</span></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:72.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Julian Tenney<br>
<b>Sent:</b> 01 May 2012 13:51<br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:72.0pt"> </p><p class="MsoNormal" style="margin-left:72.0pt">
<span style="color:#1f497d">XP.</span></p><p class="MsoNormal" style="margin-left:72.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:108.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 01 May 2012 13:51<br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:108.0pt"> </p><p class="MsoNormal" style="margin-left:108.0pt">
<span style="color:#1f497d">That's weird - could it be flash player version or OS version or something? Are you on Win 7 or earlier?</span></p><p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d"> </span></p>
<p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d">Got a skype call now but will test on a different machine later.</span></p><p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d"> </span></p>
<p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d">Anyone else seeing or not seeing this?</span></p><p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:108.0pt">
<span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:108.0pt"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Julian Tenney<br>
<b>Sent:</b> 01 May 2012 13:40<br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:108.0pt"> </p><p class="MsoNormal" style="margin-left:108.0pt">
<span style="color:#1f497d">No I’m not:</span></p><p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d"> </span></p></div></div><p class="MsoNormal" style="margin-left:108.0pt"><b><span lang="EN-US" style="color:#1f497d">Error! Filename not specified.</span></b></p>
<div class="im"><p class="MsoNormal" style="margin-left:108.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:144.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 01 May 2012 13:35<br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:144.0pt"> </p><p class="MsoNormal" style="margin-left:144.0pt">
<span style="color:#1f497d">No this is on the test server purely 1.8 code are you not seeing it on <a href="http://vle.jisctechdis.ac.uk/xot/play.php?template_id=22" target="_blank">http://vle.jisctechdis.ac.uk/xot/play.php?template_id=22</a></span></p>
<p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d">I get this on IE, Firefox, Safari and Chrome</span></p>
<p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d"> </span></p></div><p class="MsoNormal" style="margin-left:144.0pt"><b><span lang="EN-US" style="color:#1f497d">Error! Filename not specified.</span></b></p>
<div><div class="h5"><p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:144.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Julian Tenney<br>
<b>Sent:</b> 01 May 2012 13:16<br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:144.0pt"> </p><p class="MsoNormal" style="margin-left:144.0pt">
<span style="color:#1f497d">I aint seein’ no scrollbar.</span></p><p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d">This some third party thing you guys have installed?</span></p>
<p class="MsoNormal" style="margin-left:144.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:180.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 01 May 2012 13:13<br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:180.0pt"> </p><p class="MsoNormal" style="margin-left:180.0pt">
<span style="color:#1f497d">Have uploaded. P60 of <a href="http://vle.jisctechdis.ac.uk/xot/play.php?template_id=22" target="_blank">http://vle.jisctechdis.ac.uk/xot/play.php?template_id=22</a></span></p><p class="MsoNormal" style="margin-left:180.0pt">
<span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d">We've still got that rogue scrollbar to the left of the thumbnails which also affects the scrollbar for the thumbs.</span></p>
<p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d">Can the thumbnails be active links as well as the text?</span></p>
<p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d">In my IE8 the pop-up still isn't resizable but could just be specific to my laptop so would be good if others could test and feed back? Will test on IE9 too.</span></p>
<p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d">HTH</span></p><p class="MsoNormal" style="margin-left:180.0pt">
<span style="color:#1f497d">Ron</span></p><p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:180.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Julian Tenney<br>
<b>Sent:</b> 01 May 2012 13:02<br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:180.0pt"> </p><p class="MsoNormal" style="margin-left:180.0pt">
<span style="color:#1f497d">Just committed the feed page, it works the same way. I also changed the params in openWindow to allow the window to be resizable, and to get the focus when it’s made, so you don’t lose it. That’s in preview_xerte_top (which is in modules/xerte by the way as I can never find it…)</span></p>
<p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:180.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:216.0pt"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 01 May 2012 12:39<br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:216.0pt"> </p><p class="MsoNormal" style="margin-left:216.0pt">
<span style="color:#1f497d">It's in place now - page 61 and 62 of <a href="http://vle.jisctechdis.ac.uk/xot/play.php?template_id=22" target="_blank">http://vle.jisctechdis.ac.uk/xot/play.php?template_id=22</a></span></p>
<p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">If you go through in linear order Page 61 comes up with an undefined but page 62 seems to work fine - not sure what the difference is but then if you go back to page 61 it pops up the video from page 62.</span></p>
<p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">Will the wizard have options to set pop-up window features such as resizable? In IE 8 the pop up isn't resizable but I think it should be or perhaps better still have control over than in the wizard. In Firefox and Safari I can resize the pop-up.</span></p>
<p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">Presumably this is grabbing the image automatically which is great? I don't think it's as nice as the current YouTube page but if that's going then I guess we have no choice. At least it means features such as captions and view full screen are available.</span></p>
<p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">How will the feed page work?</span></p><p class="MsoNormal" style="margin-left:216.0pt">
<span style="color:#1f497d"> </span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">HTH</span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">Ron</span></p>
<p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:216.0pt">
<b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Julian Tenney<br>
<b>Sent:</b> 01 May 2012 12:14<br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:216.0pt"> </p><p class="MsoNormal" style="margin-left:216.0pt">
<span style="color:#1f497d">Sorry, I commited it to xerte. Just replace the one youtube.rlm file. Its in the XOT svn now as well.</span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p>
<div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal" style="margin-left:216.0pt"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ron Mitchell<br>
<b>Sent:</b> 01 May 2012 11:41<br><b>To:</b> 'For Xerte technical developers'<br><b>Subject:</b> [Xerte-dev] Re: New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:216.0pt"> </p><p class="MsoNormal" style="margin-left:216.0pt">
<span style="color:#1f497d">Hi Julian</span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">did you commit to the XOT svn or just Xerte? Not showing up in the XOT svn that I've been using for the test install. Not sure if I can just grab the two files from the Xerte svn and just replace the files on the test install?</span></p>
<p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d">Ron</span></p><p class="MsoNormal" style="margin-left:216.0pt"><span style="color:#1f497d"> </span></p><div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:216.0pt"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Julian Tenney<br>
<b>Sent:</b> 01 May 2012 11:29<br><b>To:</b> For Xerte technical developers<br><b>Subject:</b> [Xerte-dev] New Youtube page</span></p></div></div><p class="MsoNormal" style="margin-left:216.0pt"> </p><p class="MsoNormal" style="margin-left:216.0pt">
I just committed a new version of the youtube page: it uses newWindow to launch the video. I tried doing the embed approach, but it’s gribbly: the movie hovers above the popup menus along the bottom, and moving to a new page left the screen black for a few seconds. So this way pops up a new window, but I think it’s the best we can do until we get the HTML5 stuff finished.</p>
<p class="MsoNormal" style="margin-left:216.0pt"> </p><p class="MsoNormal" style="margin-left:216.0pt">If you could pop it in the demo please Ron, I’ll do the RSS one as well, but I’ll wait for any comments first.</p><p class="MsoNormal" style="margin-left:216.0pt">
 </p><p style="margin-left:216.0pt">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. </p>
<p style="margin-left:252.0pt">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. </p>
</div></div></div></div></div></div><div><div class="h5"><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:36.0pt"><br>_______________________________________________<br>Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</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></p></div></div></div><p class="MsoNormal" style="margin-left:36.0pt"> </p></div></div><br>_______________________________________________<br>

Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</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></blockquote></div><br>