On 7/19/07, Ed Leafe <[EMAIL PROTECTED]> wrote:
> 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.

My bad.  I got this working now.

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

The control looks like its been plopped on top of the statusbar.  I
know that there is a way to divide the statusbar into sections, like
the statusbar in this pic
http://editra.org/images/preview/Windows/editra_auto.png  However, I
also need to be able to put a progress bar down there as well.  What
is the standard syntax for doing this.

>
> -- Ed Leafe
> -- http://leafe.com
> -- http://dabodev.com
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
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