adding new document to dockcontainer fails
Brought to you by:
konne,
mr_circuit
If a toolbar style dockwindow is in "flyout" mode then adding the new dockwindow will fail.
I have tracked it to:
if (HideContainer)
in Adjustborders. If the toolbar window is pinned or is undocked then this doesn't occur. I don't know how to fix this one (i tried).
Logged In: YES
user_id=1211781
Originator: NO
A window in "flyout" mode is not supposed to receive dockable windows.
Logged In: NO
i wasn't trying to place a new window into the window in flyout mode. There was another dockable window in the app. That is where the new window was to be docked.
Logged In: YES
user_id=1211781
Originator: NO
Sorry, I got it wrong. I'll be on it in the next days.
Regards,
Uwe Mayer
Logged In: YES
user_id=1211781
Originator: NO
The new version (2.4) should fix this bug.