I know your docs say that a FormManager and a ToolbarManager can not be used on the same form.(And that was certainly true for my MDI parent form)
However I have a modeless dialog that contains a small ultratoolbar that was working fine until I upgraded to version 11.1.
Now it 'works' in that you can use the toolbar and drag the form or borders around, but the toolbar is drawn ABOVE the form caption.
I tried adding the 2 dockable areas in different orders and assorted other ideas but I can't get it to display correctly - as it used to.
Any ideas on ways around this?
Mike,
I'm glad you found it. Let me know if you have further questions.
I found the solution in another forum entry.
The ToolbarManager is a special case of the FormManager and there is now a properety called ToolbarManager.FormDisplayStyle that can be set to RoundedSizeable.
This works great.