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

Notification

Icon
Error

Options
Go to last post Go to first unread
Ali Watters  
#1 Posted : Tuesday, November 20, 2007 12:48:18 AM(UTC)
Ali Watters

Rank: Member

Groups: Member
Joined: 11/6/2007(UTC)
Posts: 28

Trying to restrict users to only allow panorama photos.

Code:
iu.addParam("MinImageWidth", "1598");
iu.addParam("MaxImageHeight", "700");

Unfortunately blocks all images from selection in the ActiveX component.

Any work arounds?

Edited by user Monday, February 25, 2008 2:39:12 AM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Tuesday, November 20, 2007 5:19:41 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi Ali,

This is an issue and it will be fixed in the future versions. As a workaround try to set MaxImageWidth:

Code:
...
iu.addParam("MinImageWidth", "1598");
iu.addParam("MaxImageWidth", "5000");
iu.addParam("MaxImageHeight", "700");
...
Thank you for a bug reporting.

Edited by user Monday, February 25, 2008 2:39:30 AM(UTC)  | Reason: Not specified

Best regards,

Eugene Kosmin

The Aurigma Development Team

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.