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 » Asserts while changing theme Collapse All
Subject Author Date
Burak Petekkaya May 4, 2007 - 12:06 AM

Hello again,

While changing the current theme in the ribbon bar; if there is an already opened window , I get asserts from wincore.cpp at line 883 and 884

883->ASSERT((p = pMap->LookupPermanent(m_hWnd)) != NULL || (p = pMap->LookupTemporary(m_hWnd)) != NULL);
884->ASSERT((CWnd*)p == this); // must be us

What are the reasons of these asserts?

Thanks for all your help.


Burak Petekkaya May 10, 2007 - 8:46 AM

Hi,

I could not write all of them here. So I have mailed you codes as a sample.

Thanks

Technical Support May 4, 2007 - 7:10 AM

Would you try to reproduce the problem using the RibbonBar sample. That would allow us to help you more effectively.