Posted by: Frank Otto
Hi,
I want to dock two dialogs on the right side, one above the other:
Call SalDlgSetDockStatus (dlgTest1, DOCK_Right + DOCK_Top)
Call SalDlgSetDockStatus (dlgTest2, DOCK_Right + DOCK_Bottom)
But they were docked next to each other. I think this is a bug, because with
the mouse I can dock the two dialogs correctly, one above the other. If I
call SalDlgGetDockStatus after I did this, the dock status will be always
DOCK_Right???
kind regards,
Frank