Hi folks,
I just discovered the joys of using the DIALOGATTRX_NETDOCKABLE attribute. I now have a dialog that is nicely pinnable on the side of the MicroStation window where it doesn't hog screen real-estate. There are only two problems that enabling this attribute causes in my application:
I can't find a workaround to these problems, and needless to say, they are show-stoppers for me using .NET docking. If I turn off this attribute in the resource file so I have normal window docking, then these problems both go away, but I lose the advantage of pinnable docking. Has anyone seen either of these problems before? Problem #2 is the big one. I've tried calling mdlWindow_organizeApplicationArea() to no avail, but I suspect this function is not .NET docking-aware.
Cheers.