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 » Qestion ThemeBar Collapse All
Subject Author Date
tera t May 12, 2008 - 8:47 PM

Hello.


When I am for release, non-display a theme bar

When I am for "Debug", I want to display a theme bar.

Is there the good method?

Technical Support May 15, 2008 - 9:10 AM

You can use the _DEBUG compiler constant which is defined in the Debug configurations. Just put all the code relative to the theme bar creation or showing to the following code:

#ifdef _DEBUG
            // put some code here
#endif