window_ptr->setTitleBarEnabled(false);
This function causes that titlebar is disable, but is visible, is on top.
I would like to hide it. There is also option to hide it in xml. I have added something like in section FrameWindow:
<Property Name="visible" value="false" />
But after that titlebar is also visible. I think that to solve it there is option to do it in code, in xml and from CEED editor.
There would be the best to know all of this options. If you have any idea please let me know. Thank you very much.