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 » skinned scrollbars Collapse All
Subject Author Date
Eric guez Apr 6, 2010 - 6:48 AM

Hi !

Im using xml skins, and I want to add skinned scrollbars to my app.

I tryed this :

- added "public CExtPmBridge" to class declaration
- added "DECLARE_CExtPmBridge_MEMBERS( CMyClass );"
- added "IMPLEMENT_CExtPmBridge_MEMBERS( CMyClass );"
- added PmBridge_Install(); and PmBridge_Uninstall();


But it didnt worked.

Technical Support Apr 7, 2010 - 2:19 PM

The CExtPmBridge class is a notification interface which is implemented by most of Prof-UIS controls. That’s why the UI theme switching makes all the controls repaint themselves.

Eric guez Apr 7, 2010 - 8:16 AM

Ok thanks, very easy to use !

about CExtPmBridge, what it is supposed to do ?

Technical Support Apr 6, 2010 - 11:46 AM

If you have some CExtTreeCtrl window and you want to make its scroll bar themed, you should use a CExtNCSB < CExtTreeCtrl > window. The CExtNCSB template class skins scrollbars of other windows.