On Jan 6, 2009, at 8:38 AM, Bob Sysero llc Dev wrote:

> I am new to python and dabo. What I think I need to do is create my  
> own
> class and using the base class dStatusBar to override the class.  
> Then I
> can use the WxPython demo to get add what I want to the dStatusBar. I
> think this is what I need to do?

        You'll need to read up on how the wx status bar class works before  
you can implement it. The Dabo dStatusBar class is a subclass of the  
wx status bar, so you can call the wx methods on it to add the  
additional fields.

        Hey, if you get into it and are able to add/remove additional fields  
as desired, we can add those capabilities to the Dabo class. So far  
there hasn't been a need for these abilities, as most of the time  
people want to simply display a status message on a form, so our aim  
was to make that as simple as possible.


-- Ed Leafe





_______________________________________________
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/[email protected]

Reply via email to