Page 1 of 1

Stacking rollup frames

Posted: Thu Jun 05, 2008 14:22
by jaguillard
Working with the rollup feature, I want any frames below the currently rolled up frame to move up and fill in the gap. Is there any coding in the XML to handle this, or would it need to be handled on the C++ side?

Posted: Thu Jun 05, 2008 18:15
by CrazyEddie
Hi,

At the moment there is no auto-layout support for a set of discreet windows (meaning windows that are not created as children as defined in a looknfeel skin) - so you'll need to handle that in code, either C++ or scripting if you're using that :)

CE.