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 » ReportGrid sample Collapse All
Subject Author Date
Jonas Gauffin Jun 13, 2006 - 1:17 AM

The ID_VIEW_UI_LOOK_BAR definition is not set in the ReportGrid sample.

Technical Support Jun 13, 2006 - 9:16 AM

It is not clear what you exactly mean but the ID_VIEW_UI_LOOK_BAR identifier is used in popup menus to show or hide the UI Theme Switcher toolbar. Maybe you have some first version of the sample? Please download the latest library version.

Jonas Gauffin Jun 13, 2006 - 1:22 AM

Problem #2, I get an assert on     "VERIFY( m_bmpDCA.LoadBMP_Resource( MAKEINTRESOURCE(IDB_EXT_2007_DCA_LUNA_BLUE) ) );" when running "Ansi Debug".
I have installed v2.54

Technical Support Jun 13, 2006 - 6:59 AM

This assert may occur if you statically link you app with Prof-UIS and forgot to include the Prof-UIS resources in your project, so the bitmap resources are not loaded. Please make sure that you included the following line in your *.rc2 file:

#if ( !(defined _AFXDLL && !defined __STATPROFUIS_WITH_DLLMFC__) )
    #include <Resources/Resource.rc>
#endif
You can read more about this issue in the FAQ How to link statically with Prof-UIS?.



Jonas Gauffin Jun 13, 2006 - 7:31 AM

Yes, I know that. And that text is in my rc2 file. It still doesn’t work. And it’s ony the 2007 themes that do not work.

Jonas Gauffin Jun 13, 2006 - 1:38 AM

It’s only the 2007 themes that do not work.

Technical Support Jun 13, 2006 - 11:55 AM

Unfortunately we have no idea why the resources are not loaded. Would you send us a sample project that shows the problem?