This Package is amazing, love it. But today I found an error. I'm trying to use two croppers in the same DocumentType, but when I create a new node in the content area I get this error:
Multiple controls with the same ID 'ImageCropper' were found. FindControl requires that controls have unique IDs.
I created different DataTypes, one for each field, but I understand the problem is because the ID 'ImageCropper' is fixed.
¿Am I doing something wrong? ¿Is there a workaround?
This is tripping me up in a bad way right now, I have never looked at the source of controls like this so if anyone has a fix or can at least help drive me towards a fix I would really appreciate it.
I want a single media type that can handle muliple image sizes. The reason for multiple image croppers is because a skyscrapper images (180x360) will be virtually impossible to use with a standard image (300x250 - important Information in the image would be cut)
Multiple controls with the same ID 'ImageCropper'
This Package is amazing, love it. But today I found an error. I'm trying to use two croppers in the same DocumentType, but when I create a new node in the content area I get this error:
Multiple controls with the same ID 'ImageCropper' were found. FindControl requires that controls have unique IDs.
I created different DataTypes, one for each field, but I understand the problem is because the ID 'ImageCropper' is fixed.
¿Am I doing something wrong? ¿Is there a workaround?
Thanks!
Yep....
Got the same problem here.....
I also created different Data Type because i want to have a specific crop size of thumbs.
Anybody who got this fixed? Or used a workaround?
This is tripping me up in a bad way right now, I have never looked at the source of controls like this so if anyone has a fix or can at least help drive me towards a fix I would really appreciate it.
If anyone can provide any assistance with this I would be very grateful..
I have the same issue...
I want a single media type that can handle muliple image sizes. The reason for multiple image croppers is because a skyscrapper images (180x360) will be virtually impossible to use with a standard image (300x250 - important Information in the image would be cut)
Same problem here and in this case solved.
Under settings -> Mediatypes -> Image -> Generic Properties. 2 imagecroppers where added here. When i removed one of them the problem was solved!
It's best to have multiple media types with each it's own image cropper :). You can see here how I do it with DAMP: http://www.youtube.com/watch?v=LkcObL7CMvQ.
Jeroen
is working on a reply...