From: Hans-Peter J. <hp...@ur...> - 2002-03-20 16:28:46
|
Hi Riaan, > > while trying to make my boa dialogs resizable, I wasn't able to > > figure out, how to ensure a minimum size. > > Set the SizeHints property in the Inspector. > > It's a tuple of 4 values: (minX, minY, maxX, maxY) Cool, thanks. Would you mind looking into the "constraint objects move by one on edit in Designer" issue. BTW: When using constraints together with wxNotebooks, it's important, that the notebook panels are unconstraint. Otherwise very strange things happens: some right/bottom constraint objects get negative x position values and simply disappear. Just enable constraints of panel[23] in my example. I've made it orginally to resolve this issue ;). > Riaan. Cheers, Hans-Peter |