[Xerte-dev] Re: xot 1.8 beta problems update

Julian Tenney Julian.Tenney at nottingham.ac.uk
Mon Apr 30 12:03:19 BST 2012


Yes, if at design time (where mdm is defined), we don't have a web page to call.

-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders
Sent: 30 April 2012 11:49
To: For Xerte technical developers
Subject: [Xerte-dev] Re: xot 1.8 beta problems update

So I think the proper fix is to do the getURL part if (mdm !=
undefined). Correct?

Op 30-4-2012 9:21, Tom Reijnders schreef:
> Julian,
>
> You can ask Fay about that, because as far as I can tell she made the
> change when she checked in:
> 'Changes so frames resize with change in screensize combo & extra
> features added to jmol page'
>
> on March 22 (version 519) the version before that (your check in on
> March 21, version 516) doesn't have the getURL in setDisplay
>
> Tom
>
> Op 30-4-2012 9:06, Julian Tenney schreef:
>> Odd. I don't know what's happened here: you re right, so I put if
>> (mdm != undefined) return; at the top of setDisplayMode() and now the
>> problem has gone away.
>>
>> But where did it come from, because this didn't happen before?
>>
>> -----Original Message-----
>> From: xerte-dev-bounces at lists.nottingham.ac.uk
>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>> Reijnders
>> Sent: 28 April 2012 10:02
>> To: For Xerte technical developers
>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>
>> For my understanding. What html page is used on preview (if any)?
>>
>> And could it be that the XMLEngine.swf from the install folder (right
>> next to xerte.exe) was still an older version (without the
>> javascript:resizePopup) and that the one in common/publish was the
>> correct/newer version in your older install?
>>
>> Op 28-4-2012 10:48, Julian Tenney schreef:
>>> Good detective work. The function might be missing in the web page -
>>> but why does it work in the old install? Hmm.
>>> ________________________________________
>>> From: xerte-dev-bounces at lists.nottingham.ac.uk
>>> [xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>> Reijnders [reijnders at tor.nl]
>>> Sent: 27 April 2012 20:39
>>> To: For Xerte technical developers
>>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>>
>>> Assuming we're talking about the same (i.e. I get a screen flashing,
>>> and
>>> indeed a browser window pops up, and I end up in the download
>>> windows of
>>> IE9, the preview is there however)
>>>
>>> This is caused by
>>>
>>> rootIcon.setDisplayMode(templateData.learningObject[0].displayMode);
>>>
>>> in the jump script of the onInitHandler
>>>
>>> setDisplayMode is in the Engine, and besides a fscommand('resize'... )
>>> tries to do a getURL("javascript:resizePopup('  ...)
>>>
>>> As far as I can tell the resizePopup is in the
>>> runtime/publish/rloObject.html, but I don't know whether that is
>>> used on
>>> preview.
>>>
>>> Don't know exactly what is happening there...
>>>
>>> Julian, does this ring a bells?
>>>
>>> If I comment out that line from the script everything seems to work as
>>> expected.
>>>
>>>
>>>
>>> Op 27-4-2012 18:47, Julian Tenney schreef:
>>>> Thinking about it on the way home, the problem must be in
>>>> xmlengine.SWF because it only happens when you preview. I noticed a
>>>> new xmlengine.Fla when I updated my svn this morning, maybe that
>>>> helps...
>>>> ________________________________________
>>>> From: xerte-dev-bounces at lists.nottingham.ac.uk
>>>> [xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>> Reijnders [reijnders at tor.nl]
>>>> Sent: 27 April 2012 16:00
>>>> To: For Xerte technical developers
>>>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>>>
>>>> I'll have a look a.s.a.p.
>>>>
>>>> Op 27-4-2012 16:58, Julian Tenney schreef:
>>>> The latest one you made that installs into xerte218
>>>>
>>>> From:
>>>> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nottingham.ac.uk>
>>>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>> Reijnders
>>>> Sent: 27 April 2012 15:08
>>>> To: For Xerte technical developers
>>>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>>>
>>>> No, I am a bit confused about that. xerte218 build has nothing to
>>>> do with xot ...
>>>>
>>>> So what exactly is happening??
>>>>
>>>> I assume we're talking xerte here, not xot. You installed which build?
>>>>
>>>> Tom
>>>>
>>>> Op 27-4-2012 16:01, Julian Tenney schreef:
>>>> BTW, I'm running the xerte218 build Tom made, and this happens when
>>>> I open the rlt from xerte2code\templates\pageTemplates and run it,
>>>> even without adding pages.
>>>>
>>>> From:
>>>> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nottingham.ac.uk>
>>>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of
>>>> Julian Tenney
>>>> Sent: 27 April 2012 14:53
>>>> To: For Xerte technical developers
>>>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>>>
>>>> There are more problems: when I try and run a template project in
>>>> Xerte toolkits I get two errors on the screen, a browser window
>>>> tries to open, and then I get another error. This looks like some
>>>> sort of getURL call failing.
>>>>
>>>> This does not happen in the old install I still have.
>>>>
>>>> What's changed in the editor to break this? Can it be fixed ASAP
>>>> please, because I can't make a Xerte installer with any fixes in
>>>> until this is fixed, and it's important I can do that.
>>>>
>>>> [cid:part3.08000300.07040200 at tor.nl]
>>>>
>>>> From:
>>>> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nottingham.ac.uk>
>>>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>> Reijnders
>>>> Sent: 27 April 2012 14:43
>>>> To: For Xerte technical developers
>>>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>>>
>>>> Ron,
>>>>
>>>> Sorry I caused some problems. As I can't really look at the files
>>>> of the installation, I need your help.
>>>>
>>>> I assume this is the issue you're talking about:
>>>>
>>>> [cid:part6.08030902.00010205 at tor.nl]
>>>>
>>>> This means that somehow the file
>>>> /var/www/vle/xot/workspaceproperties.php can't find the file
>>>> workspaceproperties.inc (which should now be in languages/en-GB)
>>>>
>>>> Also, if you decided NOT to update config.php, you have to change
>>>> the default language (all references to en-gb) to en-GB.
>>>>
>>>> Please let me know if this does not solve the issue.
>>>>
>>>> Tom
>>>>
>>>> Op 27-4-2012 10:31, Ron Mitchell schreef:
>>>> Hi Tom
>>>> thanks for the updated files in the xot svn. I've just updated the
>>>> test installation with these but we're now getting some errors
>>>> appearing in the workspace. Could you visit the test install and
>>>> check please?
>>>> Thanks
>>>> Ron
>>>>
>>>> From:
>>>> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nottingham.ac.uk>
>>>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>> Reijnders
>>>> Sent: 27 April 2012 07:53
>>>> To: For Xerte technical developers
>>>> Subject: [Xerte-dev] Re: xot 1.8 beta problems update
>>>>
>>>> I have NOT updated XOT yet, only xerte2 Need to test first.
>>>>
>>>> Op 27-4-2012 8:40, Tom Reijnders schreef:
>>>> Johnathan, you can go ahead.
>>>>
>>>> Op 26-4-2012 23:11, Kemp Johnathan schreef:
>>>> Hello Ron,
>>>>
>>>> I'll take another look.
>>>>
>>>> There are a few things I found whilst setting up the example
>>>> Connector pages that I want to fix that I have not added to the
>>>> spreadsheet.
>>>>
>>>> I am just waiting for Tom to complete the changes to the SVN (he
>>>> may have done them - I need to check as I have not updated for a
>>>> couple of days.). I don't want to fix one file and then find I
>>>> fixed the wrong copy.
>>>>
>>>> Kind regards
>>>>
>>>> Johnathan
>>>> On 26 April 2012 15:59, Ron
>>>> Mitchell<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>>
>>>> wrote:
>>>> Hi all
>>>> I've moved some things around in the Google doc and added a
>>>> defferred sheet for partly fix or less essential issues because it
>>>> seems we do still have some critical issues with the php/web site
>>>> code e.g. export isn't exporting the languages folder so LO's don't
>>>> play
>>>>
>>>> Can everyone have a look and comment or indicate they're able to
>>>> look at fixing etc
>>>>
>>>> Cheers
>>>> Ron
>>>>
>>>>
>>>> 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.
>>>>
>>>> _______________________________________________
>>>> Xerte-dev mailing list
>>>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>>>>
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>>> 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.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>>
>>>> Xerte-dev mailing list
>>>>
>>>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>>>>
>>>>
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>>>
>>>>
>>>> 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.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> Tom Reijnders
>>>>
>>>> TOR Informatica
>>>>
>>>> Chopinlaan 27
>>>>
>>>> 5242HM Rosmalen
>>>>
>>>> Tel: 073 5226191
>>>>
>>>> Fax: 073 5226196
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>>
>>>> Xerte-dev mailing list
>>>>
>>>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>>>>
>>>>
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>>>
>>>>
>>>> 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.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> Tom Reijnders
>>>>
>>>> TOR Informatica
>>>>
>>>> Chopinlaan 27
>>>>
>>>> 5242HM Rosmalen
>>>>
>>>> Tel: 073 5226191
>>>>
>>>> Fax: 073 5226196
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>>
>>>> Xerte-dev mailing list
>>>>
>>>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>>>>
>>>>
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>>>
>>>>
>>>> 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.
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> Tom Reijnders
>>>>
>>>> TOR Informatica
>>>>
>>>> Chopinlaan 27
>>>>
>>>> 5242HM Rosmalen
>>>>
>>>> Tel: 073 5226191
>>>>
>>>> Fax: 073 5226196
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>>
>>>> Xerte-dev mailing list
>>>>
>>>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>>>>
>>>>
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>>>
>>>>
>>>> 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.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> Tom Reijnders
>>>>
>>>> TOR Informatica
>>>>
>>>> Chopinlaan 27
>>>>
>>>> 5242HM Rosmalen
>>>>
>>>> Tel: 073 5226191
>>>>
>>>> Fax: 073 5226196
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Xerte-dev mailing list
>>>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>>>>
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>>> 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.
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>>
>>>> Tom Reijnders
>>>> TOR Informatica
>>>> Chopinlaan 27
>>>> 5242HM Rosmalen
>>>> Tel: 073 5226191
>>>> Fax: 073 5226196
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Xerte-dev mailing list
>>>> Xerte-dev at lists.nottingham.ac.uk
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>>
>>> --
>>> --
>>>
>>> Tom Reijnders
>>> TOR Informatica
>>> Chopinlaan 27
>>> 5242HM Rosmalen
>>> Tel: 073 5226191
>>> Fax: 073 5226196
>>>
>>>
>>>
>>> _______________________________________________
>>> Xerte-dev mailing list
>>> Xerte-dev at lists.nottingham.ac.uk
>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>
>>> _______________________________________________
>>> Xerte-dev mailing list
>>> Xerte-dev at lists.nottingham.ac.uk
>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>>
>> --
>> --
>>
>> Tom Reijnders
>> TOR Informatica
>> Chopinlaan 27
>> 5242HM Rosmalen
>> Tel: 073 5226191
>> Fax: 073 5226196
>>
>>
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>

--
--

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



_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



More information about the Xerte-dev mailing list