Hi folks! I am working with Roassal-Woden and I want to dynamically change the size of an element already drawn and already added to my view. This could be overcome simply by drawing a new element on top of the current one but works only for bigger elements. What if I want to take the current one and simply change it?
Here is what I thought would be working but it isn't: shape height: aValue. element changed. Where shape is my RWShape (a RWCube in my case) and element is the shape element (an RWElement). The curious thing is that this code is actually working for the color: shape color: aWDColor. element changed. Any tips on what is wrong about my code? Cheers, Nicolas