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 » CExtPageContainerWnd Hover works only until clicking a page Collapse All
Subject Author Date
Seongho Park Apr 7, 2007 - 8:07 AM

I’m using a custom class inherited from CExtPageContainerWnd to display different caption image when mouse is hovered.
It only works until I click another page. Once I change to another page, the OnPageContainerDrawCaption where I chnage captionbar image is no longer called. Anyone has any clue?

Seongho Park Apr 10, 2007 - 1:50 PM

I got it resolved. I needed to set     m_pPageInfoPressed = NULL in the custom drived fucntion, OnPageContainerCaptionPressedStop.
Thanks.

Technical Support Apr 7, 2007 - 1:13 PM

Could you modify the PageContainer sample so it reproduces the problem and send it to us? That would help us quickly find out what’s wrong.