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

Notification

Icon
Error

Options
Go to last post Go to first unread
mortenfe  
#1 Posted : Tuesday, January 12, 2010 8:28:35 AM(UTC)
mortenfe

Rank: Newbie

Groups: Member
Joined: 9/7/2009(UTC)
Posts: 2

Hi,

Our company is building an ASP.NET web site which embeds Aurigma Uploader in an image library page. The aspx page also contains a reference to an "Ext 3.0 Core Library" (ext-core.js).

When loading the Aurigma Uploader in Java mode (ActiveXControlEnabled="false") I get javascript errors in IE 7, IE 8 and Firefox 3.x. If I remove the ext-core.js reference the errors disappear.

I have set up a clean aspx page like this:


<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ExtJs_And_Aurigma.aspx.cs" Inherits="TestClient.ExtJs_And_Aurigma" %>
<%@ Register assembly="Aurigma.ImageUploader" namespace="Aurigma.ImageUploader" tagprefix="cc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Testing Aurigma Uploader 6.1.4.19258 in Java Mode with ExtJs Core Library 3.0</title>
<script type="text/javascript" src="js/ext-core.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div>
<cc1:ImageUploader ID="ImageUploader1" runat="server"
Width="400"
Height="100"

PaneLayout="OnePane"
UploadView="AdvancedDetails"

MaxFileCount="1"

ShowDebugWindow="true"
AllowRotate="false"
BackgroundColor="#ffffff"

ActiveXControlEnabled="false"

UploadThumbnail1FitMode="Off"

>
<InstallationProgress
Visible="True"
ProgressCssClass="ScreenStyle"
InstructionsCssClass="ScreenStyle" />
</cc1:ImageUploader>

</div>
</form>
</body>
</html>






IE 7 returns the following Error and displays an empty page:

Line: 249
Error: Object doesn't support this property or method.


IE 8 returns the following error while displaying the uploader GUI:

Syntax error
WebResource.axd, Line: 811
Object doesn't support this property or method


Firefox 3.5.7 returns error in line 811 as well as references to the conflict in ExtJs (see attached screenshot).


Any suggestions?

File Attachment(s):
ext-core.zip (30kb) downloaded 3 time(s).
mortenfe attached the following image(s):
aurigma_extjs_error.GIF
Dmitry  
#2 Posted : Tuesday, January 12, 2010 11:42:24 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)
Hello,

Thanks for your detailed explanation of the problem. We confirm this issue. It will be fixed in the next release of Image Uploader which will be released by the beginning of February.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
mortenfe  
#3 Posted : Thursday, January 14, 2010 5:01:11 PM(UTC)
mortenfe

Rank: Newbie

Groups: Member
Joined: 9/7/2009(UTC)
Posts: 2

Hi Dmitry,

Thanks for the quick response! Our project leader would love to know the exact release date for the next version ;-)

Regards,
Morten
Dmitry  
#4 Posted : Sunday, January 17, 2010 9:22:19 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)
Hello,

Please, expect release on 30, January. We are in the process of testing of new version now. Maybe we will release a bit earlier than 30, Jan but I cannot assure you.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
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.