A toolbar can have 2 states
  • Docked - in this state, the toolbar is attached to one of the frame's edges and moves as the frame is moved. In this state, one cannot see the toolbar's titlebar ( which shows the text ), hence the text is not visible
  • Floating - in this state, the toolbar is shown as a popup window with a title bar and in this state, the frame can be moved without the toolbar moving. In this state, you can see the title. I think this is what you mean by flyable, if I understand you right.

Now, what is your problem ? Are you trying to change the text and runtime and you see no effect ? However, this statement of yours seems to contradict that
Quote Originally Posted by olekba
I can only manually dock and undock toolbar - int this moment label is update.
Are you saying that when the toolbar is floating, and you change the text, it doesn't take effect immediately, but you have to dock and undock it to see the change ?
Please explain.