On 7/19/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Jul 19, 2007, at 1:39 PM, Nate Lowrie wrote: > > > 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. > > You have to go into wx code to do this. If you want only text > controls, the SetFieldCount() and SetStatusWidths() methods will do. > If you want to add other controls, you'll have to position them > manually and update them in the OnSize event (again, a wx-event).
Thanks. > > -- 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]
