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

Notification

Icon
Error

Options
Go to last post Go to first unread
dglp  
#1 Posted : Monday, January 28, 2008 9:37:18 AM(UTC)
dglp

Rank: Newbie

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

Hi There,

We'd like to suppress all error dialog message, but still show the progress bar on successful uploads. We tried setting SilentMode to true but it prevents anything from showing up?

How can we just suppress error dialog messages?

thanks!

Alex Makhov  
#2 Posted : Monday, January 28, 2008 12:17:37 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

Please, look through the following page: ImageUploader Properties (Text Group).

If you want to disable any message you should set an appropriate MessageXXX property value to empty string like here:

Code:
iu.addParam("MessageUploadCompleteText", "");

Edited by user Tuesday, February 26, 2008 2:11:38 AM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

dglp  
#3 Posted : Tuesday, January 29, 2008 12:38:44 AM(UTC)
dglp

Rank: Newbie

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

Which property reads is responsible for "Page to upload is inaccesible" ? Most of the MessageXXX properties are adjustable, but what about that one?

cheers!

Alex Makhov  
#4 Posted : Tuesday, January 29, 2008 12:06:13 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

Actually this message is not customizable because this error should be fixed by the site administrator anyway before the site user will is able to get to this page. This message means then there is some error with Action URL or specified page is not available. If you want to get rid of this message anyway, set the ShowDebugWindow property value to false (it is set to true while adjusting Image Uploader page to see all informational messages). Then set the MessageUnexpectedErrorText property value to an empty string. This message is shown instead of all debug messages when ShowDebugWindow property value is set to false.

Edited by user Tuesday, January 29, 2008 12:43:53 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

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.