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 » Hot Imagelist for Toolbar Collapse All
Subject Author Date
Jon A Jul 15, 2004 - 4:32 AM

Is there any way to set up a hot imagelist for the toolbar? the funnybars demo just lowered the alpha of the original toolbar to make it seem hot, but what i want is a completely separate file. is it possible?

thanx.

Technical Support Jul 15, 2004 - 6:51 AM

Prof-UIS toolbar windows are not based on Win32 toolbar controls. They are primarily designed for business applications like MS Office. So, they are not based on the image list and do not support hot effects directly.

You may improve toolbar features by creating your own command button class derived from CExtBarButton. Such command button would be able to support different images for different button states. The FunnyBars sample uses this technique except for it generates images with alpha effect instead of using other images.