<HTML dir=ltr><HEAD><TITLE>question about xerte</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16850" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText431 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>the line breaks will be messing it up.</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Sokratis Iliadis [mailto:si8189@bristol.ac.uk]<BR><B>Sent:</B> Sat 04/07/2009 13:42<BR><B>To:</B> xerte@lists.nottingham.ac.uk<BR><B>Subject:</B> question about xerte<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Hello,<BR><BR>i made a textcion and i gave it id=t<BR>the i added a script icon and i wrote<BR><BR>t.txt.html=false;<BR>t.txt.text="<BR>&lt;html&gt;<BR>&lt;body&gt;<BR>&lt;script type="text/javascript"&gt;<BR>document.write("This is my first JavaScript!");<BR>&lt;/script&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR>";<BR>tf = new TextFormat();<BR>tf.font = "Andale Mono";<BR>t.setTextFormat(tf);<BR><BR>and i took as a result NaN<BR><BR>but when i put just html code as text it works. for exmple this worked:<BR><BR>t.txt.html=false;<BR>t.txt.text="<BR>&lt;html&gt;<BR>&lt;body&gt;<BR>hello world<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR>";<BR>tf = new TextFormat();<BR>tf.font = "Andale Mono";<BR>t.setTextFormat(tf);<BR><BR>It doesn't take the javascript code as text. it may be that the program<BR>works with javascript. Can i disable javascript in the text as we did with<BR>html?<BR><BR>Thanks for your time.<BR><BR><BR><BR><BR><BR><BR><BR>---------------------------- Original Message ----------------------------<BR>Subject: RE: question about xerte<BR>From:&nbsp;&nbsp;&nbsp; "Julian Tenney" &lt;Julian.Tenney@nottingham.ac.uk&gt;<BR>Date:&nbsp;&nbsp;&nbsp; Fri, July 3, 2009 10:27 pm<BR>To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Sokratis Iliadis" &lt;si8189@bristol.ac.uk&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xerte@lists.nottingham.ac.uk<BR>--------------------------------------------------------------------------<BR><BR>RE: question about xerte&nbsp;&nbsp;&nbsp;&nbsp; In the model you save:&nbsp;&nbsp; PageIcon //select<BR>and save this as a model&nbsp;&nbsp;&nbsp; +&nbsp; TextIcon //leave this blank, give it an ID<BR>t - this is used in the script below to set text&nbsp;&nbsp;&nbsp; +&nbsp; ScriptIcon //as<BR>below&nbsp;&nbsp; You can then embellish it with graphics / panels / interactions<BR>etc. Welcome to Xerte.&nbsp;&nbsp; You will eventually want to use other media in<BR>your models: panels, buttons, images and so on, or sounds or video. To<BR>upload graphics you can use from your raw Xerte code like this, use the<BR>Media and Quota panel on the project's properties. Then use the resulting<BR>URL in the code in your model. You can abbreviate this using templatePath<BR>+&nbsp; 'media/yourfilename.swf' in the icon's url property, or in your script.<BR>&nbsp; Please address questions to the list. Everyone can benefit, and others<BR>can help you.&nbsp;&nbsp; J<BR>&nbsp; From: Sokratis Iliadis [<A href="mailto:si8189@bristol.ac.uk">mailto:si8189@bristol.ac.uk</A>]<BR>Sent: Fri 03/07/2009 21:03<BR>To: xerte@lists.nottingham.ac.uk<BR>Subject: RE: question about xerte<BR><BR><BR>That worked. Now i understood that i can make some job in xerte and save<BR>it as model and load it to the template wizard. very nice.<BR><BR>But i haven't yet solved my problem.i want to do the example with the<BR>code. i want to have text in the left and at the right i want to have the<BR>code as text. like the tabbed navigator in templates. You have told me to<BR>do this<BR><BR>t.txt.html = false;<BR>t.txt.text="HERE IS CODE";<BR><BR>&nbsp;and then format it with a codey font:<BR><BR>tf = new TextFormat();<BR>tf.font = "Andale Mono";<BR>t.setTextFormat(tf);<BR><BR>But i do not know how to do this in xerte.<BR>I don't know how and where to manipulate the source code and make this<BR>tabbed navigator with the code as text in xerte. If i could make this i<BR>would load it as model to xerte templates and solve my problem. Can you<BR>give me a tip please how to make this in xerte?<BR><BR>Thanks for your time. You are realy very helpful. Forgive me if i became<BR>annoying.<BR><BR><BR>On Fri, July 3, 2009 1:10 pm, Julian Tenney wrote:<BR>&gt; Follow these steps and you will see what I mean:<BR>&gt;<BR>&gt; Open Xerte.<BR>&gt; Create a new page.<BR>&gt; In the page add a text icon<BR>&gt; Write some text in it.<BR>&gt; Select the page icon<BR>&gt; Click 'file, save as model' and save the model<BR>&gt;<BR>&gt; ...<BR>&gt;<BR>&gt; Now go back to your template project.<BR>&gt; Insert -&gt; Media - &gt;Xerte content<BR>&gt; Load up the model you just saved.<BR>&gt; Run the piece.<BR>&gt;<BR>&gt; So now you can create custom pages to go alongside those included in the<BR>&gt; template. That is what you need to do.<BR>&gt;<BR>&gt; Please address questions to the list.<BR>&gt;<BR>&gt; J<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: Sokratis Iliadis [<A href="mailto:si8189@bristol.ac.uk">mailto:si8189@bristol.ac.uk</A>]<BR>&gt; Sent: Friday, July 03, 2009 1:02 PM<BR>&gt; To: Julian Tenney<BR>&gt; Subject: RE: question about xerte<BR>&gt;<BR>&gt;<BR>&gt; But i have already installed xerte. i opened xerte and then i choosed<BR>&gt; templates-&gt;page templates and i work there because i found it easier.<BR>&gt; Also i choosed to publish the project from there and upload this to my<BR>&gt; web<BR>&gt; application. i Just do not know how can i see the source code of my<BR>&gt; published pages to put the code you gave me and display the example as<BR>&gt; text and not as code.<BR>&gt;<BR>&gt; This may be a stupid question but it is my first touch with<BR>&gt; xerte.forgive me.<BR>&gt;<BR>&gt; From the xerte (not the templates) i tried to do something but when i<BR>&gt; published it it did not produce me the web files. i do not know why and<BR>&gt; what was my mistake. so i am working with templates wich is more simple.<BR>&gt; but if there is a better way let me know please.<BR>&gt;<BR>&gt; Thanks for your time.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; On Fri, July 3, 2009 11:33 am, Julian Tenney wrote:<BR>&gt;&gt; Sorry - I missed that you were working with templates.<BR>&gt;&gt;<BR>&gt;&gt; You can use Xerte to create a page that does what you want, and then<BR>&gt;&gt; save that page as a model. Then upload that page into your project as<BR>&gt;&gt; Media -&gt; Xerte Content.<BR>&gt;&gt;<BR>&gt;&gt; That way you can integrte more complex content. You can include flash<BR>&gt;&gt; movies in a similar way. Download Xerte from<BR>&gt;&gt; www.nottingham.ac.uk/xerte/downloads/setup.exe<BR>&gt;&gt;<BR>&gt;&gt; J<BR>&gt;&gt;<BR>&gt;&gt; -----Original Message-----<BR>&gt;&gt; From: Sokratis Iliadis [<A href="mailto:si8189@bristol.ac.uk">mailto:si8189@bristol.ac.uk</A>]<BR>&gt;&gt; Sent: Friday, July 03, 2009 11:31 AM<BR>&gt;&gt; To: Julian Tenney<BR>&gt;&gt; Subject: RE: question about xerte<BR>&gt;&gt;<BR>&gt;&gt; Thanks for your time,<BR>&gt;&gt; But where can i find the source code of my project to insert this code<BR>&gt;&gt; there.I am working with the xertre template wizard and i cannot find<BR>&gt; the<BR>&gt;&gt; source code.<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; On Fri, July 3, 2009 8:11 am, Julian Tenney wrote:<BR>&gt;&gt;&gt; You need to set the .text property of the text field<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; t.txt.html = false;<BR>&gt;&gt;&gt; t.txt.text="HERE IS CODE";<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; and then format it with a codey font:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; tf = new TextFormat();<BR>&gt;&gt;&gt; tf.font = "Andale Mono";<BR>&gt;&gt;&gt; t.setTextFormat(tf);<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; J<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; -----Original Message-----<BR>&gt;&gt;&gt; From: Sokratis Iliadis [<A href="mailto:si8189@bristol.ac.uk">mailto:si8189@bristol.ac.uk</A>]<BR>&gt;&gt;&gt; Sent: Thursday, July 02, 2009 11:25 PM<BR>&gt;&gt;&gt; To: xerte@lists.nottingham.ac.uk<BR>&gt;&gt;&gt; Subject: question about xerte<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Hello,<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; I am working with xerte and i am working in xerte template wizard and<BR>&gt;&gt; i<BR>&gt;&gt;&gt; am<BR>&gt;&gt;&gt; trying to make a lesson about javascript.<BR>&gt;&gt;&gt; I want to put code in a textbox as example in a tabbed navigator (in<BR>&gt;&gt; the<BR>&gt;&gt;&gt; text area of the white box).<BR>&gt;&gt;&gt; but because is html code with javascript it does not show the code<BR>&gt; but<BR>&gt;&gt;&gt; the<BR>&gt;&gt;&gt; result of code.<BR>&gt;&gt;&gt; i am trying to put the code<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; document.write("Hello World!");<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; and after that i tried with<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; &amp;amp;lt;html&amp;amp;gt;<BR>&gt;&gt;&gt; &amp;amp;lt;body&amp;amp;gt;<BR>&gt;&gt;&gt; &amp;amp;lt;script type=&amp;amp;quot;text/javascript&amp;amp;quot;&amp;amp;gt;<BR>&gt;&gt;&gt; document.write(&amp;amp;quot;&amp;amp;lt;h1&amp;amp;gt;Hello<BR>World!&amp;amp;lt;/h1&amp;amp;gt;&amp;amp;quot;);<BR>&gt;&gt;&gt; &amp;amp;lt;/script&amp;amp;gt;<BR>&gt;&gt;&gt; &amp;amp;lt;/body&amp;amp;gt;<BR>&gt;&gt;&gt; &amp;amp;lt;/html&amp;amp;gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; but in both situations the result is desplaying.<BR>&gt;&gt;&gt; I tried tio fnd the source code of my project to put it there but i<BR>&gt;&gt;&gt; cannot<BR>&gt;&gt;&gt; find the code.<BR>&gt;&gt;&gt; i do not know where i can find it.<BR>&gt;&gt;&gt; can you please tell me where i can find the source code of my<BR>&gt; project.<BR>&gt;&gt;&gt; Also what solution can i follow to put the code as text to a tabbed<BR>&gt;&gt;&gt; navigator?<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Thanks for your time.<BR>&gt;&gt;&gt; forgive me it is my first experiance with xerte.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; This message has been checked for viruses but the contents of an<BR>&gt;&gt;&gt; attachment<BR>&gt;&gt;&gt; may still contain software viruses, which could damage your computer<BR>&gt;&gt;&gt; system:<BR>&gt;&gt;&gt; you are advised to perform your own checks. Email communications with<BR>&gt;&gt; the<BR>&gt;&gt;&gt; University of Nottingham may be monitored as permitted by UK<BR>&gt;&gt; legislation.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; --<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt; --<BR>&gt;<BR>&gt;<BR>&gt;<BR><BR><BR>--<BR><BR><BR><BR><BR><BR>--<BR><BR><BR></FONT></P></DIV></BODY></HTML>