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 Tech Support » Custom CWnd based control not responding in a CExtResizableDialog Collapse All
Subject Author Date
Jason Smith Oct 11, 2006 - 7:10 PM

I have a CWnd based custom control that I am subclassing to. This control is in a CExtResizableDialog docked within a CExtControlBar.

The control paints properly but does not respond to any mouse events (or other UI type events that I can determine). If I add a regular edit control to the dialog template, the Edit control accepts input, but the custom control still does not.

This control works properly if I subclass it in a regular CDialog. Ideas? What am I not doing to get this to work?

Technical Support Oct 12, 2006 - 11:36 AM

What custom control are you using? The Prof-UIS Grid, Property Grid, TabPageContainer, Toolbox, PageNavigator, Duration, DateTime and other controls are custom controls and they all work inside CExtResizableDialog without problems. Please check the Disabled property for your control. If the problem persists, please send us (at support@prof-uis.com) a test project so we can figure out out what’s wrong.

Jason Smith Oct 12, 2006 - 10:59 PM

It is a custom control I created and I found the problem -- a brainfart -- I didn’t set the "Notify" style in the CStatic I was using in the dialog resource.
Thanks though!