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

Notification

Icon
Error

Options
Go to last post Go to first unread
Sergey Vin  
#1 Posted : Tuesday, January 25, 2011 3:31:12 AM(UTC)
Sergey Vin

Rank: Newbie

Groups: Member
Joined: 1/25/2011(UTC)
Posts: 4

Hello,

We try to use DimensionsAreTooSmallText property to inform user about image size was selected:

iu.addParam("MinImageWidth", "1200");

iu.addParam("MinImageHeight", "800");

iu.addParam("DimensionsAreTooSmallText", "Image is too small");

But when the selected dir is displayed only images with the size greater 1200x800 has checkboxes, user cann't choose incorrect images and "Image is too small" text isn't displayed.

Can you help with ImageUploader configuration ?

Dmitry.Obukhov  
#2 Posted : Wednesday, January 26, 2011 3:48:57 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

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

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

The values of MinImageWidth and MinImageHeight properties specify minimum allowed image width and height (in pixels). The images, which have width and height less than set values of these properties, do not have checkboxes. They have captions, which is set by DimensionsAreTooSmallText property. Please see attached screen shot.

Could you please explain what you need to implement?

Edited by user Wednesday, January 26, 2011 3:49:43 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov attached the following image(s):
TooSmall.PNG
Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

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.