this didn't work. I also tried overriding get explicitHeight/Width to
return these values. again, no joy. also tried a switch statement to
set the size in the createChildren() of the component.
by 'didn't work' i mean a runtime error:
Cannot access a property or method of a null object reference.
at com.openflux.layouts::ContraintLayout/measure()
I can make it work, but only if I set the width and height inline in
the parent document. My preference would be for the View itself figure
out what size it should be from css - dynamic and decoupled.
thanks again for OpenFlux! Heck once I understand it better and
there's still more milage after flex4 I'd be up for contributing some.
peace and love.