Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
many thanks!
I haven't tested it yet, but it has been reported to be compatible with 4.8.0 so it probably also works on 4.8.1.
Jeroen
I seem to have a problem with the DAMP_Helper.GetImageCropperUrl() method in Umbraco 4.9.0:
this code genereates an error:
var solutionCrop = DAMP_Helper.GetImageCropperUrl(product.solutionImage, "solutionCrop");
<img src="@solutionCrop"/>
anyone else encountered problems with DAMP in Umbraco 4.9.0?
greetings,
Anthony
ok, my bad, problem was that product was of type DynamicNode, after changing the type to dynamic the GetImageCropperUrl method works just fine.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
any known compatibility issues with umbraco 4.8.1?
many thanks!
I haven't tested it yet, but it has been reported to be compatible with 4.8.0 so it probably also works on 4.8.1.
Jeroen
I seem to have a problem with the DAMP_Helper.GetImageCropperUrl() method in Umbraco 4.9.0:
this code genereates an error:
var solutionCrop = DAMP_Helper.GetImageCropperUrl(product.solutionImage, "solutionCrop");
<img src="@solutionCrop"/>
anyone else encountered problems with DAMP in Umbraco 4.9.0?
greetings,
Anthony
ok, my bad, problem was that product was of type DynamicNode, after changing the type to dynamic the GetImageCropperUrl method works just fine.
greetings,
Anthony
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.