Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
mjb14  
#1 Posted : Monday, May 5, 2008 2:50:11 AM(UTC)
mjb14

Rank: Newbie

Groups: Member
Joined: 5/5/2008(UTC)
Posts: 2

After upgrading to 4.7, the java applet (in firefox) and active x control (in IE) now open in a new window. Previously, the objects were embedded right on the page. Now, they open up in their own pages.

All I did was replace iuembed.js, the jar and cab files, and update my page to have the correct versions:

iu.javaAppletVersion = "2.7.0.0";

iu.activeXControlVersion = "4,7,0,0";

Do I need to do something special so that the object opens up on the existing page as it previously worked?

Thanks!

Mike

Eugene Kosmin  
#2 Posted : Monday, May 5, 2008 3:25:44 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello,

You did all right. Image Uploader should work on its own page too. There are no special actions needed.

Best regards,

Eugene Kosmin

The Aurigma Development Team

mjb14  
#3 Posted : Wednesday, July 2, 2008 3:29:06 AM(UTC)
mjb14

Rank: Newbie

Groups: Member
Joined: 5/5/2008(UTC)
Posts: 2

FYI,

To resolve the problem I had to tweak the iuembed.js file:

this.writeHtml=function(){

//document.write(this.getHtml());

document.getElementById('imageUploader').innerHTML = this.getHtml();

}

I was using ajax to fetch the uploader source and then render it on the page...the document.write was causing a new window to spawn.

Dmitry  
#4 Posted : Wednesday, July 2, 2008 8:02:01 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Thank you for your answer.
Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.