Hello everybody, I am facing some issues in design time with my custom component. Please find a description below:
1. If the width or height is set in the properties panel, live preview is updated. If width/height is then deleted, live preview is not updated and a click on the "update button" of the "design view" interface is required. What could be the reason/solution ? 2. If the width of the component is set to a percentage (for example 80%), the component is resized properly. If width is then changed again to a lower value (for example 60%), live preview is not updated. If it is set to an higher value instead, it works. Strange behaviour ? 3. I want my component's child component to resize automatically. Like, if button has a long label, it should increase according to the label size. How to achieve this. If I don't invoke setActualSize method in child components, they are not displayed. Looking forward to a solution :) -- Chetan www.riageeks.com
