Hi folks,
I've been playing around with dialogs setting the attribute "DIALOGATTRX_NETDOCKABLE". This is great and gives me a lot of flexibility with customising the interface, however it seems that dialogs that set this attribute cannot be resized using mdlWindow_extentSet(). Calling this function seems to have no effect, while if I call mdlWindow_setNETDockable() to set the window as undockable beforehand, then the resize works perfectly.
So my question is - how do I resize a window that is NET dockable? And are there any more API functions that get broken by setting this attribute?
Cheers.