Hi John, the "visibility" property of a widget has three states, "visible", "hidden" and "excluded" [1]. "hidden" will hide the widget *without* re-layouting the parent. "excluded" will cause this re-layouting [2].
T. [1] http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~visibility [2] Calvin says: "Verbing weirds languages" :-) John Spackman wrote: > > Hi, > > We have a number of buttons in our app which are hidden or visible > depending on what permissions the current user has been assigned; > their space on the form remains as a blank “hole” which can give an > odd appearance to the form. Is it possible to set the invisible > buttons to not consume space in the parent Composite or do we have to > completely remove them from the form? > > Thanks > > John > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
