On Jul 19, 2007, at 1:10 PM, Nate Lowrie wrote:

> Any clues on how to do it would be most helpful.  I tried the
> following code but it didn't work
>
> sb = self.StatusBar
> sb.Sizer = dabo.ui.dSizer('h')
> sb.Sizer.append(dabo.ui.dLabel(self, Caption="test label"))
> sb.layout()

        You can't make the label a child of the form, and then add it to a  
sizer in a different container. Make it a child of the status bar and  
it will appear there.

        There are some other considerations, such as positioning the added  
controls relative to the native StatusText field.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to