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

Notification

Icon
Error

Options
Go to last post Go to first unread
Tarak  
#1 Posted : Thursday, July 15, 2010 7:27:36 PM(UTC)
Tarak

Rank: Member

Groups: Member
Joined: 6/13/2010(UTC)
Posts: 14

Hi,

When I try to use UploadPaneShowDescriptions to hide the "Edit Description" fields below the thumbnails in the Image Uploader, nothing seems to happen.

I have used getImageUploader("<%=ImageUploader1.ClientID%>").setUploadPaneShowDescriptions(false); in the FullPageLoad handler and set the UploadPaneShowDescriptions to false in the tag properties of the server control but neither of these worked.

I'm using .NET Framework 3.5.

Regards,
Tarak
Dmitry.Obukhov  
#2 Posted : Sunday, July 18, 2010 7:32:31 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Tarak,

I tried to reproduce your problem. I used the application which was made for you in the previous forum topic. Before running this application I converted it to .NET 3.5. Then I set the value of UploadPaneShowDescriptions property to false in the tag properties of the server control:
Code:

<aur:ImageUploader runat="server" ID="ImageUploader1" AdditionalFormName="aspnetForm"
       OnFileUploaded="ImageUploader1_FileUploaded" 
       OnClientAfterUpload="afterUpload"
       UploadPaneShowDescriptions = "false">
</aur:ImageUploader> 

This application worked in the Java-enabled browsers and in the Internet Explorer correctly. The Edit descriptions is invisible in the upload pane.
I attached this sample. Please try it out. If the problem occurs on your end please let me know additional details:
  • your browser and its exact version;
  • Image Uploader version number and its edition (Java or ActiveX);
File Attachment(s):
AdditionalForm_UploadPaneDemo.zip (2,350kb) downloaded 2 time(s).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Tarak  
#3 Posted : Sunday, July 18, 2010 8:18:28 PM(UTC)
Tarak

Rank: Member

Groups: Member
Joined: 6/13/2010(UTC)
Posts: 14

Hello Dmitriy,

The Image Uploader version I'm working with is 6.5.1.36734 and testing it on Firefox 3.6.6 and IE 8.0.6001.18702.

I ran the zip file you have provided and the "Edit Description" fields are still below the thumbnails.

Tarak
Dmitry.Obukhov  
#4 Posted : Sunday, July 18, 2010 8:43:41 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Tarak,

Could you provide me with your application sample where you experience this problem. I will try to reproduce the issue locally. If it is impossible please send me the code snippet where you embed Image Uploader, and the screen shots of Firefox and Internet Explorer.

Looking forward to reply from you.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Tarak  
#5 Posted : Sunday, July 18, 2010 9:24:43 PM(UTC)
Tarak

Rank: Member

Groups: Member
Joined: 6/13/2010(UTC)
Posts: 14

Hi Dmitriy,

I'm having the same problem with the demo. Is it because I somehow must reset the Image Uploader? I press CTRL + F5 but it still keeps showing the 'edit description' links.

Tarak

Edited by user Sunday, July 18, 2010 9:29:40 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#6 Posted : Monday, July 19, 2010 7:19:19 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Tarak,

Pressing CTRl + F5 is okay to reset the Image Uploader. Please let me know which layout of Image Uploader (one pane layout, two panes layout, etc.) you use? The UploadPaneShowDescriptions property works in the one pane and three panes layout only. Unfortunately this functionality is not supported in the two panes layout of Image Uploader. If you use layout with two panes, you should use FolderPaneShowDescriptions property or ShowDescriptions property.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Tarak  
#7 Posted : Tuesday, July 20, 2010 1:28:52 AM(UTC)
Tarak

Rank: Member

Groups: Member
Joined: 6/13/2010(UTC)
Posts: 14

Thanks Dmitriy, that was it; i'm using the two-panel layout. Got it wo work using the ShowDescriptions property.
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.