Hi,
I have a custom component where the user can change skins by entering the new skin name in the component parameters panel. I have two sets of skins included in the component. Now when the user changes to one of the two by entering their name in the component parameters panel it works ok.
The problem arises when the user creates new skins and and tries to apply them. The LivePreview doesn’t work then and any attempt to scale the component distorts even the original skins.
Any ideas? Should I subclass the LivePreviewParent class and implement custom getters setters for my component?
thanks in advance