Nate Lowrie wrote:
> On Sun, Jan 4, 2009 at 3:51 PM, Bob Sysero llc Dev <[email protected]> 
> wrote:
>   
>>        Working with the Class Designer on how to modify the menu I looked 
>> into
>> the Dabo Editor for some examples on the menu.  While looking I found an
>> area in the code where the line number and column were being displayed
>> to the button of the Form in the Status area.
>>
>>        My question is there a way to break the status line into sections.  In
>> my application I want to use a section to show my user if the time clock
>> is one offline Red, Online idle Yellow and Data being collect as Green.
>> I would like to show this information at the bottom of the Form to the
>> fare right of the status area.
>>
>>        Any idea where to find any examples.
>>     
>
> Bob,
>
> You can definitely do this, though the Dabo dStatusBar object isn't
> setup to add different sections.  You must go through wx to add the
> sections.  WxPython demo has a nice demo on the statusbar that does
> exactly what you want.  I would check it out.
>
> Nate L.

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?

Thank you
Bob




_______________________________________________
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