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 » Status Bar - Ready after startup Collapse All
Subject Author Date
Gernot Griesser Mar 12, 2005 - 2:14 PM

Hello,


Normally you can read "Ready" in the status bar after application (SDI) started.


If I use Prof-UIS (2.30) any text is shown after startup. Ready is only shown if the mouse moves to the menu/toolbar and return to the view.


Yours,
Gernot

Technical Support Mar 13, 2005 - 10:17 AM

Thank you fot this information but we cannot yet confirm it. Prof-UIS samples with the status bar control in the main frame window display the Ready text when they start. Please provide us with more details:

  • Does this problem occur in Prof-UIS samples or in your application?
  • Which version of Visual C++ / Service Pack / MFC are you using?
  • Whether any newer version of Platform SDK is installed on your machine?
  • Please provide us with details on your Windows OS version.
If the problem occurs in your application, please send us a project that demonstrates this problem and we will immediately help you.

Gernot Griesser Mar 12, 2005 - 2:42 PM

Another problem: If right click in the menubar or in the toolbar and move the mouse on the menubar entry in the popup menu, you can see in the status bar:


<AppName> <AppName> <AppName>.Document


 


Yours,


Gernot

Technical Support Mar 13, 2005 - 10:24 AM

In Prof-UIS samples you should see something like "Show/Hide Menu Bar" instead of funny strings provided in your message. We guess that there is something wrong with resource identifiers in your project. Please check the following:

  1. All identifiers in the resource.h file of your project are unique. For example, this statement is true for the resource.h file of our profuisdll project.
  2. Please check whether the resource identifiers in your project differ from the Prof-UIS DLL resource identifiers and from IDs in other DLLs if any.