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 » Invisible toolbar buttons in 2.22 Collapse All
Subject Author Date
Cory Albrecht Jan 18, 2004 - 2:00 PM

After being satisfied and impressed with ProfUIS 2.20, I downloaded 2.22 a while ago to try it out, but only got around to doing that just now.

I took a VC++6 project that was already working with 2.20 and changed _only_ the project’s additional include & library directories to point to where I had placed 2.22. The program compiled OK, but imagine my surprise when I ran it to find none of the toolbar buttons had any images!

Compare the window image the program compiled with 2.20 (http://s94306345.onlinehome.us/app-puis-2.20.png) to the image of the program compiled with 2.22 (http://s94306345.onlinehome.us/app-puis-2.22.png).

What happened? The program was compiled using VC++6sp5 on Windows Server 2003 Enterprise Edition.

Technical Support Jan 21, 2004 - 2:54 AM

Dear Cory,

It seems that you forgot to establish the correspondence between the frame window and the profile. Try and add the following line at the beginning of the CMainFrame::OnCreate method:

g_CmdManager->ProfileWndAdd( NULL, m_hWnd );

Technical Support Jan 19, 2004 - 8:45 AM

Dear Cory,

We tested all our samples on Windows Server 2003 and cannot confirm the bug behavior you are reporting.

To make clear the issue, please send us your test project.