[Xerte] Re: Xerte 2: New Window page

Ron Mitchell ronm at mitchellmedia.co.uk
Tue Jun 21 12:55:35 BST 2011


yes - sorry was working with a slightly earlier version. :-(

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
Sent: 21 June 2011 10:45
To: Xerte discussion list
Subject: [Xerte] Re: Xerte 2: New Window page

 

i think I got that already - check the file in the svn?

 

  _____  

From: xerte-bounces at lists.nottingham.ac.uk
[xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell
[ronm at mitchellmedia.co.uk]
Sent: 21 June 2011 10:30
To: 'Xerte discussion list'
Subject: [Xerte] Re: Xerte 2: New Window page

Think I spotted another slight error with this which was only really showing
when larger graphics were used e.g. larger graphics weren't being
constrained to maxwidth or maxheight so I changed the calculate script as
follows:

 

p = graphic._width / graphic._height;

 

maxWidth = 465;

maxHeight = 465;

graphic.constrain(maxWidth, maxHeight);

//resize the panel to the graphic

panel._width = graphic._width + 20;

panel._height = graphic._height + 20;

 

//this was here and not working but now moved above panel settings and works
fine

//graphic.constrain(maxWidth, maxHeight);

  

Also assuming that the change you made to what Johnathan reported is as
follows?

if (pageIcon.templateData.newWindow[0].previewImage.indexOf('http') == 0){

 

HTH

Ron

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
Sent: 20 June 2011 12:51
To: Xerte discussion list
Subject: [Xerte] Re: Xerte 2: New Window page

 

Get the files from the svn: I did some work on NewWindow last week - those
issues might remain, but  check the latest version of the files.

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan
Sent: 20 June 2011 12:19
To: Xerte discussion list
Subject: [Xerte] Xerte 2: New Window page

 

This morning I down loaded the latest version of Xerte 2.16 to obtain the
missing New Window and Bleeding Image model files.

 

I have been trying to get the new window to work but there are a few issues.

 

Line 8 reads

 

if (pageIcon.templateData.textGraphics[0].url.indexOf('http') == 0){

 

So I changed that to reference
pageIcon.templateData.newWindow[0].url.indexOf('http') 

 

Then the next few lines confused me.

 

if (pageIcon.templateData.newWindow[0].url.indexOf('http') == 0){
previewImage = "'" + pageIcon.templateData.newWindow[0].previewImage + "'";
} else {
previewImage = pageIcon.templateData.newWindow[0].previewImage;
}

 

If I add a url to the xwd form then the if condition is true and
previewImage is set to have ' wrapped around it, in which case no image is
displayed, so nothing to click on.

 

If I remove the url from the xwd form then the image is displayed but after
a few exiting the preview and returning to the preview, the preview stalls
with a loading xml message.

 

It seems that you need the ' wrapping to stop the page breaking but then the
image value is not recognised as a valid url by the image icon.

 

Any ideas?

 

Kind regards

 

Johnathan

 

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. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110621/cfc726fa/attachment.html>


More information about the Xerte mailing list