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 » CExtSliderWnd in CExtStatusControlBar Collapse All
Subject Author Date
Loren Keagle May 23, 2007 - 8:57 PM

I can place a CExtSliderWnd inside of a CExtStatusControlBar, as demonstrated in the ProfUIS-Controls example code. How can I detect and handle the HSCROLL events?

OnHScroll is never called in the frame window class. Is the message being eaten up by the CExtStatusControlBar container and not being passed on to the containing window?

Technical Support May 24, 2007 - 11:58 AM

Yes, the messages from slider are handled in the parent window. In your case it is CExtStatusControlBar. So you should create a CExtSliderWnd-derived class and handle the scroll events inside this class.