Pavel Sanda wrote: > hi, > i tried to mimic the way how View/Update toolbar is done (see attached). > menu item for added toolbar is checked but nothing new in toolbar, toggling > does > nothing.
Abdel, do you have an idea which code is responsible for binding statusbar messages and toolbar icons? on part of the current problems is that any mouse movement over toolbar or menu clears out the status bar (or set it when mouse is over the icon). i have checked that any of statusBar()->showmessages in GuiView is not involved and greping for statusBar doesn't show other parts of code. after all do we need string from toolbars in statusbar, when we have tooltips displaying exactly the same? currently any message from function executed from toolbar get clear out immediately. pavel