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

Notification

Icon
Error

Options
Go to last post Go to first unread
codesmithsf  
#1 Posted : Thursday, December 20, 2007 2:16:37 AM(UTC)
codesmithsf

Rank: Newbie

Groups: Member
Joined: 12/20/2007(UTC)
Posts: 2

I'm using the following stripped down code as a test base. I drag a file from the file browser upper part to the lower "Drop files here" and it doesn't seem to be firing the "UploadFileCountChange" in Firefox (version 2.0.0.11) in OSX. Safari is fine. IE versions and Firefox on Windows XP work fine. Any ideas?

Code:
	var ImageUploader = null;
	function ImageUploader_UploadFileCountChange(){
		alert('here');
	}
	var iu = new ImageUploaderWriter("ImageUploader", 400, 400);
	//For Java applet we specify only directory with JAR files
	iu.javaAppletCodeBase = "../newiu2/";
	iu.javaAppletVersion = "2.5.70.0";
	iu.addParam("LicenseKey","XXXX;XXXX");
	iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");


Edited by user Thursday, January 17, 2008 1:04:49 AM(UTC)  | Reason: Not specified

Alex Makhov  
#2 Posted : Thursday, December 20, 2007 8:51:59 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

I remember that there was the same problem before. While trying to fix it last time we have found some problems with LiveConnect and stopped trying. Now I changed this bug priority to high and we will try to fix it now.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
codesmith  
#3 Posted : Friday, December 21, 2007 3:59:53 AM(UTC)
codesmith

Rank: Advanced Member

Groups: Member
Joined: 7/8/2005(UTC)
Posts: 40

Thanks for the reply. Will this be a fix to the 4.x or 5 series? Is this a problem in the new 5.x version?
Alex Makhov  
#4 Posted : Tuesday, December 25, 2007 12:21:00 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

We have checked it more accurately. The event is not fired when the file is dropped to the upload pane (when it is added to the upload pane with AddToUploadPane button, there is no problem). We have debugged this situation. Image Uploader receives drop notification, adds an item to the upload pane and then tries to fire an event handler. But no event handler is fired. I think that is because of another thread from which drop event is fired. Image Uploader is unable to fire event via LiveConnect from another threads and that's a reason of the problem. Hope we will be able to find the fix but it will be not as fast as we would like.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
codesmith  
#5 Posted : Wednesday, January 16, 2008 6:56:34 AM(UTC)
codesmith

Rank: Advanced Member

Groups: Member
Joined: 7/8/2005(UTC)
Posts: 40

Hi,

Just wanted to check if there was an update or ETA on this fix.

Thanks,
Justin
Alex Makhov  
#6 Posted : Wednesday, January 16, 2008 6:59:02 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

By now we did not find the solution yet. We have tried to find the resolution, but failed. I think the problem is in threading or something like that but not sure.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
xtof  
#7 Posted : Monday, August 25, 2008 2:46:12 AM(UTC)
xtof

Rank: Newbie

Groups: Member
Joined: 8/25/2008(UTC)
Posts: 1

Hello Alex,
this issue seems not to be fixed with the latest 4.7. Do you think it will be fixed in the future ?
Kind regards,
Christophe.
Alex Kon  
#8 Posted : Monday, August 25, 2008 6:44:30 PM(UTC)
Alex Kon

Rank: Advanced Member

Groups: Member
Joined: 1/31/2005(UTC)
Posts: 458

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

We are working on it, but still without success. I have to confirm that this event doesn't work correctly in Firefox + MacOS tandem even in the last 5.5.1 update of ImageUploader for Java.

I don't know - will it be fixed or not. However we will continue our work on this.

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.