Setting properties on an include should work fine. However, if you want to specify the size of a component, you should generally use preferredWidth and preferredHeight rather than width and height. It is up to the container to determine if/how the preferred values should be applied.
On Jul 1, 2010, at 8:53 AM, Michael Allman wrote: > Hi, > > I'd like to set some properties on the root element of an included wtkx. A > classic case is setting width and height. How might I go about doing this? > > <wtkx:include src="whatever.wtkx" width="100" height="100"/> > > does not work. > > Cheers, > > Michael >
