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

Notification

Icon
Error

Options
Go to last post Go to first unread
WisSteph  
#1 Posted : Wednesday, September 6, 2006 11:26:43 PM(UTC)
WisSteph

Rank: Member

Groups: Member
Joined: 9/6/2006(UTC)
Posts: 4

Hello,

I have an problem with the param "ShowUploadListButtons", the property value is "true" and the value of param "PaneLayout" is "ThreePanes" but the buttons does not visible.

Do you have a solution for this problem?
I used ImageUploader 4.0 dual.

Stephane

PS : Sorry for my english, i am a french user.
George Ulyanov  
#2 Posted : Thursday, September 7, 2006 3:09:22 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

Hello Stephane,

Quote:
I have an problem with the param "ShowUploadListButtons", the property value is "true" and the value of param "PaneLayout" is "ThreePanes" but the buttons does not visible.


Could you post the entire script?

Edited by user Tuesday, February 19, 2008 1:46:09 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
WisSteph  
#3 Posted : Thursday, September 7, 2006 6:00:58 PM(UTC)
WisSteph

Rank: Member

Groups: Member
Joined: 9/6/2006(UTC)
Posts: 4

My code is :

Code:
<script language="javascript">	
var iu = new ImageUploaderWriter("ImageUploader", 720, 450);

<%if ActiveXOnly <> "" then %>
	iu.activeXControlEnabled = true; 
	iu.javaAppletEnabled = false;
<%elseif JavaOnly <> "" then %>
	iu.activeXControlEnabled =false ; 
	iu.javaAppletEnabled = true;
<%else%>
	iu.activeXControlEnabled = true; 
	iu.javaAppletEnabled = true;
<%end if%>


//For ActiveX control full path to CAB file (including file name) should be specified.
iu.activeXControlCodeBase = "./AurigmaActiveX/ImageUploader4.cab";
iu.activeXControlVersion = "4,0,47,0";

//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletCodeBase = "./AurigmaJava2/";
iu.javaAppletCached = true;
iu.javaAppletVersion = "2.0.50.0";

//licence  ActieX;Licence JAva
iu.addParam("LicenseKey", "XXXXXXXXXXXXX");

iu.addParam("Action","/_plateforme/Upload/Aurigma/aspuploadXpress.asp?<%=query%>");
iu.addParam("PaneLayout","ThreePanes"); 
iu.addParam("UploadThumbnail1FitMode","Off");
iu.addParam("UploadThumbnail2FitMode", "off");
iu.addParam("UploadThumbnail3FitMode", "off");
iu.addParam("ShowDebugWindow","true");//Check : A deactiver
iu.addParam("AdditionalFormName","Form1");
iu.addParam("AllowRotate","False");
iu.addParam("FolderView", "Thumbnails");

iu.addParam("ShowButtons", "true");
iu.addParam("ShowContextMenu", "true");
//iu.addParam("UploadView", "AdvancedDetails");

iu.addParam("FileMask" ,"*.jpg;*.jpeg;*.jpe;*.bmp;*.psd;*.png;*.tif");
iu.addParam("ShowDescriptions" ,"False");	
iu.addParam("FilesPerOnePackageCount","1");
iu.addParam("UploadSourceFile", "true");

iu.addParam("PreviewThumbnailSize","80");
iu.addParam("PreviewThumbnailBorderColor","#FFFFFF");
iu.addParam("PreviewThumbnailBorderHoverColor","#ff0000");
iu.addParam("RememberLastVisitedFolder","True");	
iu.addParam("UseSystemColors", "false");

iu.addParam("TreePaneWidth","240");
iu.addParam("FolderPaneHeight","220");
iu.addParam("ShowUploadListButtons","true");
//quota
iu.addParam("MaxFileCount", "<%=MaxFile%>");
iu.addParam("MaxTotalFileSize", "<%=MaxPoids*1024*1000%>");

//Qual
iu.addParam("QualityMeterFormats","11x15,1280,1024,1.33;15x20,1600,1200,1.33;20x27,2048,1536,1.2;30x40,3072,2048,1.2;");
iu.addParam("QualityMeterLowQualityColor","#FF0000");
iu.addParam("QualityMeterAcceptableQualityColor","#F8B36D");
iu.addParam("QualityMeterHighQualityColor","#5BC529");

iu.addParam("Charset", "UTF-8"); //par defaut : "UTF-8"

iu.addParam("BackgroundColor","#<%=DicoAurigma.Item("background_color_" & Langname)%>");

iu.addParam("ButtonDeleteFilesText","");
//iu.addParam("ButtonDeleteFilesImageFormat", "");

iu.addParam("ButtonAddFilesText","<%=DicoAurigma.Item("ButtonAddFilesText_" & Langname)%>");
//iu.addParam("ButtonAddFilesImageFormat", "");

iu.addParam("ButtonAddFoldersText","<%=DicoAurigma.Item("ButtonAddFoldersText_" & Langname)%>");
//iu.addParam("ButtonAddFoldersImageFormat", "");

iu.addParam("ButtonAddAllToUploadListText","<%=DicoAurigma.Item("ButtonAddAllToUploadListText_" & Langname)%>");
//iu.addParam("ButtonAddAllToUploadListImageFormat", "");

iu.addParam("ButtonPasteText","");
//iu.addParam("ButtonPasteImageFormat", "");

iu.addParam("ButtonAddToUploadListText","<%=DicoAurigma.Item("ButtonAddToUploadListText_" & Langname)%>");
//iu.addParam("ButtonAddToUploadListImageFormat", "");

iu.addParam("ButtonRemoveAllFromUploadListText","<%=DicoAurigma.Item("ButtonRemoveAllFromUploadListText_" & Langname)%>");
//iu.addParam("ButtonRemoveAllFromUploadListImageFormat", "");

iu.addParam("ButtonRemoveFromUploadListText","<%=DicoAurigma.Item("ButtonRemoveFromUploadListText_" & Langname)%>");
//iu.addParam("ButtonRemoveFromUploadListImageFormat", "");

iu.addParam("ButtonDeselectAllText","<%=DicoAurigma.Item("ButtonDeselectAllText_" & Langname)%>");
//iu.addParam("ButtonDeselectAllImageFormat","Width=16;Height=16;UrlNormal=DeselectAllSmall.gif");

iu.addParam("ButtonSelectAllText","<%=DicoAurigma.Item("ButtonSelectAllText_" & Langname)%>");
//iu.addParam("ButtonSelectAllImageFormat","Width=16;Height=16;UrlNormal=SelectAllSmall.gif");

iu.addParam("ButtonSendText","<%=DicoAurigma.Item("ButtonSendText_" & Langname)%>");
//iu.addParam("ButtonSendImageFormat","Width=16;Height=16;UrlNormal=SendSmall.gif");

iu.addParam("ButtonStopText","<%=DicoAurigma.Item("ButtonStopText_" & Langname)%>");
//iu.addParam("ButtonStopImageFormat","Width=16;Height=16;UrlNormal=stopSmall.gif");


iu.addParam("DropFilesHereText","<%=DicoAurigma.Item("DropFilesHereText_" & Langname)%>");
iu.addParam("FileIsTooLargeText","<%=DicoAurigma.Item("FileIsTooLargeText_" & Langname)%>");
iu.addParam("HoursText","<%=DicoAurigma.Item("HoursText_" & Langname)%>");
iu.addParam("KilobytesText","<%=DicoAurigma.Item("KilobytesText_" & Langname)%>");
iu.addParam("ListColumnFileNameText","<%=DicoAurigma.Item("ListColumnFileNameText_" & Langname)%>");
iu.addParam("ListColumnFileSizeText","<%=DicoAurigma.Item("ListColumnFileSizeText_" & Langname)%>");
iu.addParam("ListColumnFileTypeText","<%=DicoAurigma.Item("ListColumnFileTypeText_" & Langname)%>");
iu.addParam("ListColumnLastModifiedText","<%=DicoAurigma.Item("ListColumnLastModifiedText_" & Langname)%>");
iu.addParam("MegabytesText","<%=DicoAurigma.Item("MegabytesText_" & Langname)%>");
iu.addParam("MenuAddAllToUploadListText","<%=DicoAurigma.Item("MenuAddAllToUploadListText_" & Langname)%>");
iu.addParam("MenuAddToUploadListText","<%=DicoAurigma.Item("MenuAddToUploadListText_" & Langname)%>");
iu.addParam("MenuDeselectAllText","<%=DicoAurigma.Item("MenuDeselectAllText_" & Langname)%>");
iu.addParam("MenuDetailsText","<%=DicoAurigma.Item("MenuDetailsText_" & Langname)%>");
iu.addParam("MenuIconsText","<%=DicoAurigma.Item("MenuIconsText_" & Langname)%>");
iu.addParam("MenuInvertSelectionText","<%=DicoAurigma.Item("MenuInvertSelectionText_" & Langname)%>");
iu.addParam("MenuListText","<%=DicoAurigma.Item("MenuListText_" & Langname)%>");
iu.addParam("MenuRefreshText","<%=DicoAurigma.Item("MenuRefreshText_" & Langname)%>");
iu.addParam("MenuRemoveAllFromUploadListText","<%=DicoAurigma.Item("MenuRemoveAllFromUploadListText_" & Langname)%>");
iu.addParam("MenuRemoveFromUploadListText","<%=DicoAurigma.Item("MenuRemoveFromUploadListText_" & Langname)%>");
iu.addParam("MenuSelectAllText","<%=DicoAurigma.Item("MenuSelectAllText_" & Langname)%>");
iu.addParam("MenuThumbnailsText","<%=DicoAurigma.Item("MenuThumbnailsText_" & Langname)%>");
iu.addParam("MessageBoxTitleText","<%=DicoAurigma.Item("MessageBoxTitleText_" & Langname)%>");
iu.addParam("MessageCannotConnectToInternetText","<%=DicoAurigma.Item("MessageCannotConnectToInternetText_" & Langname)%>");
iu.addParam("MessageErrorSendingRequestText","<%=DicoAurigma.Item("MessageErrorSendingRequestText_" & Langname)%>");
iu.addParam("MessageMaxFileCountExceededText","<%=DicoAurigma.Item("MessageMaxFileCountExceededText_" & Langname)%>");
iu.addParam("MessageMaxFileSizeExceededText","<%=DicoAurigma.Item("MessageMaxFileSizeExceededText_" & Langname)%>");
iu.addParam("MessageMaxTotalFileSizeExceededText","<%=DicoAurigma.Item("MessageMaxTotalFileSizeExceededText_" & Langname)%>");
iu.addParam("MessageNoFilesToSendText","<%=DicoAurigma.Item("MessageNoFilesToSendText_" & Langname)%>");
iu.addParam("MessageNoInternetSessionText","<%=DicoAurigma.Item("MessageNoInternetSessionText_" & Langname)%>");
iu.addParam("MessageServerNotFoundText","<%=DicoAurigma.Item("MessageServerNotFoundText_" & Langname)%>");
iu.addParam("MessageUploadCancelledText","<%=DicoAurigma.Item("MessageUploadCancelledText_" & Langname)%>");
iu.addParam("MessageUploadCompleteText","<%=DicoAurigma.Item("MessageUploadCompleteText_" & Langname)%>");
iu.addParam("MessageUploadFailedText","<%=DicoAurigma.Item("MessageUploadFailedText_" & Langname)%>");
iu.addParam("MinutesText","<%=DicoAurigma.Item("MinutesText_" & Langname)%>");
iu.addParam("ProgressDialogCancelButtonText","<%=DicoAurigma.Item("ProgressDialogCancelButtonText_" & Langname)%>");
iu.addParam("ProgressDialogCloseButtonText","<%=DicoAurigma.Item("ProgressDialogCloseButtonText_" & Langname)%>");
iu.addParam("ProgressDialogCloseWhenUploadCompletesText","<%=DicoAurigma.Item("ProgressDialogCloseWhenUploadCompletesText_" & Langname)%>");
iu.addParam("ProgressDialogEstimatedTimeText","<%=DicoAurigma.Item("ProgressDialogEstimatedTimeText_" & Langname)%>");
iu.addParam("ProgressDialogPreparingDataText","<%=DicoAurigma.Item("ProgressDialogPreparingDataText_" & Langname)%>");
iu.addParam("ProgressDialogSentText","<%=DicoAurigma.Item("ProgressDialogSentText_" & Langname)%>");
iu.addParam("ProgressDialogTitleText","<%=DicoAurigma.Item("ProgressDialogTitleText_" & Langname)%>");
iu.addParam("ProgressDialogWaitingForResponseFromServerText","<%=DicoAurigma.Item("ProgressDialogWaitingForResponseFromServerText_" & Langname)%>");
iu.addParam("SecondsText","<%=DicoAurigma.Item("SecondsText_" & Langname)%>");
iu.addParam("StatusFilesInFolderText","<%=DicoAurigma.Item("StatusFilesInFolderText_" & Langname)%>");
iu.addParam("StatusSelectedFilesText","<%=DicoAurigma.Item("StatusSelectedFilesText_" & Langname)%>");

iu.addParam("SilentMode", "false");
 
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
iu.addEventListener("Progress", "ImageUploader_Progress");
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
 
iu.fullPageLoadListenerName="fullPageLoad";

iu.writeHtml();
</script>


Thanks for your help.

Regards,

Stephane

Edited by user Tuesday, February 19, 2008 1:44:31 PM(UTC)  | Reason: Not specified

George Ulyanov  
#4 Posted : Thursday, September 7, 2006 6:48:14 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

Stephane,

Try to comment these lines:

Code:
iu.addParam("ButtonAddAllToUploadListText","<%=DicoAurigma.Item("ButtonAddAllToUploadListText_" & Langname)%>");

iu.addParam("ButtonAddToUploadListText","<%=DicoAurigma.Item("ButtonAddToUploadListText_" & Langname)%>");

iu.addParam("ButtonRemoveAllFromUploadListText","<%=DicoAurigma.Item("ButtonRemoveAllFromUploadListText_" & Langname)%>");

iu.addParam("ButtonRemoveFromUploadListText","<%=DicoAurigma.Item("ButtonRemoveFromUploadListText_" & Langname)%>");


Or just hardcode their values.

NOTE: Setting button text to empty string means that you want to hide the button.
For example iu.addParam("ButtonRemoveAllFromUploadListText", ""); will hide the "RemoveAll" button.

Edited by user Tuesday, February 19, 2008 1:48:33 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
WisSteph  
#5 Posted : Thursday, September 7, 2006 7:19:13 PM(UTC)
WisSteph

Rank: Member

Groups: Member
Joined: 9/6/2006(UTC)
Posts: 4

George,

Thanks very much for your help ! :)

My problem came from my dictionaries whose values were empty for preoccupations with a length of texts.

I replaced my values by "&nbsp;" and i have the same result.

Best regards,

Stéphane

Edited by user Tuesday, February 19, 2008 1:48:50 PM(UTC)  | Reason: Not specified

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.