Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtResizableDialog base class anchoring not functioning? Collapse All
Subject Author Date
Jase Wolfe Mar 13, 2008 - 8:10 AM

I have 2 CExtResizableDialog dialog windows being used in a test application. I’m trying to anchor controls in both, however anchoring is only working on the dialog created first. Both dialogs are a child of the same window.

I’m showing/hiding the dialogs based on the data that needs to be shown.

Is there something I would need to do to get anchoring working on both dialogs, or can you only have one dialog with anchoring?

Jase Wolfe Mar 13, 2008 - 9:41 AM

Nevermind, I figured it out. I had to change the parent of the to be hidden dialog to something other than the scrollable window, and set the to be shown dialog parent to the scrollable window.