yorikvanhavre / BIM_Workbench

A BIM Workbench for FreeCAD
363 stars 77 forks source link

Status Bar didn't show in case of default WB is BIM #85

Open ebrahimraeyat opened 2 years ago

ebrahimraeyat commented 2 years ago

first, Thank you so much for this great WB.

When I set the BIM workbench as default WB, instead of appear in status bar, the update icon, unit widget and other appears as a separate toolbar.

In my WB, I implemented this method, but for mine, it didn't show anything, I mean It did not show even separate toolbar and when program search for statusbar (in your code that i borrowed), it return None. But when I set another WB as default it appears.

in my code

yorikvanhavre commented 2 years ago

Hi, Indeed. The status bar system was implemented in Draft only so far. Do you find it better in the status bar? I kind of like having it in the toolbars, because I usually disable the status bar. Maybe we could allow both?

ebrahimraeyat commented 2 years ago

Hello @yorikvanhavre . this way, maybe user did not found it. because if i set for example BIM or My workbench as default WB in FreeCAD, instead of appears in status bar, it appears in toolbar and maybe confusing user. Thanks

yorikvanhavre commented 2 years ago

I think @realthunder's branch allows to add toolbars to the status bar, so this could become obsolete (user decides where they place their toolbars...)