<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Julian,<br>
<br>
I figured out that the problem basically is the form. The form is
already showing, when I disable the debug function. I tried to add a
function to the engine to show and hide the form, but that does not
seem to work....<br>
<br>
i.e. Nothing is shown in the debug windows (which is good), but the
form is still showing....<br>
<br>
//DEBUGGER   /////////////////////////////////////////////////<br>
engine.winDebug = "false";<br>
engine.showDebug = "true";<br>
<br>
var dbgID = mdm.Forms.MainForm.callFunction<br>
var debug_lc = new LocalConnection();<br>
<br>
function debug(msg){<br>
    if (engine.showDebug == 'true') {<br>
        if (engine.winDebug != 'true'){<br>
            engine.winDebug = 'true';<br>
            mdm.Forms.debugger.show();<br>
        }<br>
        var msg = String(msg);<br>
        debug_lc.send("_debug_", "debug", msg);<br>
    }<br>
}<br>
<br>
function hideDebug(flag) {<br>
    if (engine.showDebug != flag) {<br>
        if (flag == 'true') {<br>
            if (engine.winDebug == 'true'){<br>
                engine.winDebug = 'false';<br>
            }<br>
            mdm.Forms.debugger.hide();<br>
            mdm.Forms.debugger.visible = false;<br>
            engine.showDebug = 'false';<br>
        }<br>
        else{<br>
            engine.showDebug = 'true';<br>
            mdm.Forms.debugger.visible = true;<br>
            mdm.Forms.debugger.show();<br>
        }<br>
    }<br>
}<br>
<br>
Op 10-6-2011 13:58, Julian Tenney schreef:
<blockquote
 cite="mid:12C67A1EEC419342AF5E59DA31562C3F0587B69835@EXCHANGE1.ad.nottingham.ac.uk"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
  <div class="WordSection1">
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">_level0.engine.debug
= null;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">Try
that.<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
  <p class="MsoNormal" style="margin-left: 36pt;"><b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif"; color: windowtext;"
 lang="EN-US">From:</span></b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif"; color: windowtext;"
 lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>
[<a class="moz-txt-link-freetext" href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Tom
Reijnders<br>
  <b>Sent:</b> 10 June 2011 10:51<br>
  <b>To:</b> Xerte discussion list<br>
  <b>Subject:</b> [Xerte] Re: [Xerte 2] Debug window<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal" style="margin-left: 36pt;"><o:p> </o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;">Hmmm,<br>
  <br>
I can't get this working.  I tried to add a function hideDebug to the
engine, but I can't get that to work either....<br>
  <br>
  <br>
Op 31-5-2011 21:08, Tom Reijnders schreef: <o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;">Thank you, I'll give
that a whirl... <br>
  <br>
Op 31-5-2011 15:59, Julian Tenney schreef: <o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">You
could add a line of code to the rlt early on to delete the debug
function? You could even have a property on the wizard form then to
turn debugging on or off:</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> </span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">If
(templateData.learningObject[0].debug != ‘true’){</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> 
delete level0.engine.debug;</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">}</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> </span><o:p></o:p></p>
  <div>
  <div
 style="border-style: solid none none; border-color: -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
  <p class="MsoNormal" style="margin-left: 72pt;"><b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US">From:</span></b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US"> <a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>]
  <b>On Behalf Of </b>Julian Tenney<br>
  <b>Sent:</b> 31 May 2011 14:57<br>
  <b>To:</b> Xerte discussion list<br>
  <b>Subject:</b> [Xerte] Re: [Xerte 2] Debug window</span><o:p></o:p></p>
  </div>
  </div>
  <p class="MsoNormal" style="margin-left: 72pt;"> <o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 72pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">No
form events in Zinc…</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 72pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> </span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 72pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">Dah.</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 72pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> </span><o:p></o:p></p>
  <div>
  <div
 style="border-style: solid none none; border-color: -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
  <p class="MsoNormal" style="margin-left: 108pt;"><b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US">From:</span></b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US"> <a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>]
  <b>On Behalf Of </b>Julian Tenney<br>
  <b>Sent:</b> 31 May 2011 11:43<br>
  <b>To:</b> Xerte discussion list<br>
  <b>Subject:</b> [Xerte] Re: [Xerte 2] Debug window</span><o:p></o:p></p>
  </div>
  </div>
  <p class="MsoNormal" style="margin-left: 108pt;"> <o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 108pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">That
would be easier…</span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 108pt;"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> </span><o:p></o:p></p>
  <div>
  <div
 style="border-style: solid none none; border-color: -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
  <p class="MsoNormal" style="margin-left: 144pt;"><b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US">From:</span></b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US"> <a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>]
  <b>On Behalf Of </b>Dave Burnett<br>
  <b>Sent:</b> 31 May 2011 11:42<br>
  <b>To:</b> Xerte list<br>
  <b>Subject:</b> [Xerte] Re: [Xerte 2] Debug window</span><o:p></o:p></p>
  </div>
  </div>
  <p class="MsoNormal" style="margin-left: 144pt;"> <o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 144pt;"><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";">Double-click
title bar to roll up/down?<br>
 <br>
 <br>
  <br>
 <br>
> From: <a moz-do-not-send="true"
 href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
> To: <a moz-do-not-send="true"
 href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Date: Tue, 31 May 2011 11:07:14 +0100<br>
> Subject: [Xerte] Re: [Xerte 2] Debug window<br>
> <br>
> Might be some debug left in from the engine, or from the rlt / rlm
files.<br>
> <br>
> Might be able to do some sort of switch, but not sure what to base
that on... I don't want to say 'if wizard no debug' because I want
debugging when using the wizard. Any idea?<br>
> <br>
> They could use toolkits locally on xampp - no debug window there.<br>
> <br>
> -----Original Message-----<br>
> From: <a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>]
On Behalf Of Tom Reijnders<br>
> Sent: 31 May 2011 10:59<br>
> To: Xerte discussion list<br>
> Subject: [Xerte] Re: [Xerte 2] Debug window<br>
> <br>
> Citeren Julian Tenney <a moz-do-not-send="true"
 href="mailto:Julian.Tenney@nottingham.ac.uk"><Julian.Tenney@nottingham.ac.uk></a>:<br>
> Ehmm, sorry, I can see I need to explain better.<br>
> <br>
> Several end users (in Norway) are using templates to build LO's,
and <br>
> they have such small screens, that the debug window is in their
way. <br>
> I've (as far as I can tell) removed all debug statements left in
the <br>
> model files of the templates they use, but the window still pops
up. <br>
> Why? Is that by design? And yes, I think non-programming end-users
do <br>
> not want to see the debug window, because they do not have a clue
what <br>
> it means.<br>
> <br>
> Tom<br>
> <br>
> > Why would you want to do that?<br>
> ><br>
> > -----Original Message-----<br>
> > From: <a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>
  <br>
> > [<a moz-do-not-send="true"
 href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</a>]
On Behalf Of Tom <br>
> > Reijnders<br>
> > Sent: 28 May 2011 20:03<br>
> > To: 'Xerte discussion list'<br>
> > Subject: [Xerte] [Xerte 2] Debug window<br>
> ><br>
> > Is there a way to prevent the debug window from popping up?<br>
> ><br>
> > Thx<br>
> ><br>
> > --<br>
> > --<br>
> ><br>
> > Tom Reijnders<br>
> > TOR Informatica<br>
> > Chopinlaan 27<br>
> > 5242HM Rosmalen<br>
> > Tel: 073 5226191<br>
> > Fax: 073 5226196<br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > Xerte mailing list<br>
> > <a moz-do-not-send="true"
 href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> > <a moz-do-not-send="true"
 href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> ><br>
> > _______________________________________________<br>
> > Xerte mailing list<br>
> > <a moz-do-not-send="true"
 href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> > <a moz-do-not-send="true"
 href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> ><br>
> > This message and any attachment are intended solely for the <br>
> > addressee and may contain confidential information. If you
have <br>
> > received this message in error, please send it back to me,
and <br>
> > immediately delete it. Please do not use, copy or disclose
the <br>
> > information contained in this message or in any attachment.
Any <br>
> > views or opinions expressed by the author of this email do
not <br>
> > 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>
> <br>
> <br>
> ----------------------------------------------------------------<br>
> This message was sent using IMP, the Internet Messaging Program.<br>
> <br>
> <br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a moz-do-not-send="true"
 href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a moz-do-not-send="true"
 href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> <br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a moz-do-not-send="true"
 href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a moz-do-not-send="true"
 href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a></span><o:p></o:p></p>
  <p class="MsoNormal" style="margin-left: 36pt;"><o:p> </o:p></p>
  <p style="margin-left: 36pt;">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. <o:p></o:p></p>
  <p style="margin-left: 36pt;">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. <o:p></o:p></p>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">_______________________________________________<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Xerte mailing list<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><a moz-do-not-send="true"
 href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><a moz-do-not-send="true"
 href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">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.<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">    <o:p></o:p></pre>
  <p class="MsoNormal" style="margin-left: 36pt;"><br>
  <br>
  <o:p></o:p></p>
  <pre style="margin-left: 36pt;">-- <o:p></o:p></pre>
  <pre style="margin-left: 36pt;">--<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">Tom Reijnders<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">TOR Informatica<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Chopinlaan 27<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">5242HM Rosmalen<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Tel: 073 5226191<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Fax: 073 5226196<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">  <o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">_______________________________________________<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Xerte mailing list<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><a moz-do-not-send="true"
 href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><a moz-do-not-send="true"
 href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">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.<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">  <o:p></o:p></pre>
  <p class="MsoNormal" style="margin-left: 36pt;"><br>
  <br>
  <o:p></o:p></p>
  <pre style="margin-left: 36pt;">-- <o:p></o:p></pre>
  <pre style="margin-left: 36pt;">--<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  <pre style="margin-left: 36pt;">Tom Reijnders<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">TOR Informatica<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Chopinlaan 27<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">5242HM Rosmalen<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Tel: 073 5226191<o:p></o:p></pre>
  <pre style="margin-left: 36pt;">Fax: 073 5226196<o:p></o:p></pre>
  <pre style="margin-left: 36pt;"><o:p> </o:p></pre>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Xerte mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a>

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.

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.

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
--

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

</pre>
</body>
</html>