Ed Leafe wrote:
On Jan 17, 2006, at 3:18 PM, Don Taylor wrote:

I can get at the horizontal sizers' slot's properties from the textbox
or button control.  But I can't see how to get at the vertical sizer's
slots' properties because they are occupied by sizers and not  controls.


You access the controlling 'slot' for any object by manipulating the 'Sizer_*' properties. So select the Horizontal sizer that is in the vertical sizer's slot, and look at the prop sheet. You'll see regular sizer-type props that affect the horizontal sizer, but also a series of 'Sizer_*' properties that affect the vertical sizer slot. For example, changing the Sizer_Border property to 20 for the Horizontal sizer puts a 20-pixel border around the entire H-sizer.

Ok, so there is a bug here because when I just tried selecting the horizontal sizer as you suggested then it succeeds the first time but thereafter it refuses to show me its properties again. It just shows me the properties of whatever control I was looking at immediately prior to trying to look at the horizontal sizer.



Don.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to