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

Notification

Icon
Error

Options
Go to last post Go to first unread
AlanZhuo  
#1 Posted : Monday, April 2, 2007 6:30:41 PM(UTC)
AlanZhuo

Rank: Member

Groups: Member
Joined: 4/2/2007(UTC)
Posts: 7

Hi,

I have a problem showing the remove icon over the thumbnails in the upload pane.
I use the three panes layout and when I move the mouse over the thumbs, in Internet
Explorer (v6.0.2900) I can see 3 icons, the 2 rotate ones at the bottom, and the
remove from upload pane icon on the top-right from this thumb.
But in Firefox (v2.0.0.3) I get only the 2 rotate icons at the bottom.

[Image was removed]

Some code:

Code:
    var iu = new ImageUploaderWriter("ImageUploader", 660, 500);
    iu.activeXControlEnabled = true;
    iu.javaAppletEnabled = true;

    iu.activeXControlCodeBase = "ImageUploader4.cab";
    iu.activeXControlVersion  = "4,1,21,0";

    iu.javaAppletCodeBase = "./";
    iu.javaAppletCached   = true;
    iu.javaAppletVersion  = "2.1.30.0";

    iu.showNonemptyResponse = "off";
    
    iu.addParam("PaneLayout",       "ThreePanes");
    iu.addParam("ShowDebugWindow",  "false");
    iu.addParam("ShowDescriptions", "false");
    iu.addParam("BackgroundColor",  "#ffffff");

    iu.addParam("FileMask", "*.jpg;*.jpeg;*.jpe");

    iu.addParam("MinFileSize",    "1000");
    iu.addParam("MaxFileSize",    "5242880");
    iu.addParam("MinImageWidth",  "320");
    iu.addParam("MinImageHeight", "240");
    iu.addParam("MaxFileCount",   "500");

    iu.addParam("ShowUploadListButtons",      "true");
    iu.addParam("FolderPaneHeight",           "220");
    iu.addParam("UploadPaneShowDescriptions", "false");
    iu.addParam("FolderPaneShowDescriptions", "false");
    iu.addParam("TreePaneWidth",              "234");
    iu.addParam("EnableAutoRotate",           "false");
    iu.addParam("EnableRemoveIcon",           "true");
    iu.addParam("AllowRotate",                "true");
    iu.addParam("UploadThumbnail1FitMode",    "ActualSize");
    
    //some more params ...

So my question is, has it something to do with my Javascript code,
or is it a bug in the Image Uploader?

Thanks,
Alan

Edited by user Friday, December 18, 2009 8:21:34 PM(UTC)  | Reason: Not specified

George Ulyanov  
#2 Posted : Tuesday, April 3, 2007 1:11:38 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hello Alan,

EnableRemoveIcon property is not yet supported in Java version.

Edited by user Friday, February 22, 2008 12:24:48 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
AlanZhuo  
#3 Posted : Thursday, April 5, 2007 10:39:27 PM(UTC)
AlanZhuo

Rank: Member

Groups: Member
Joined: 4/2/2007(UTC)
Posts: 7

Oh, indeed, I didn't notice the supported icons on top ... now I do. :)

Thanks.
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.