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 » Loading Large Icon Toolbars for the Customize Dialog Collapse All
Subject Author Date
Michael Bailey Aug 16, 2006 - 8:10 PM

Sorry for all the questions today, I’m coming down the home stretch converting a very large application to Prof-UI. This library is a GREAT tool!

The customize dialog has the option to switch to large toolbar and menu Icons, this is great. This option doubles the size of the already loaded 16x16 toolbars loaded with LoadToolBar() call. This makes the large icons look a little pixelated.

My question is this:

How can I load 32x32 bitmaps that are shrunk to the small bitmap size? Or alternatively how do I load a 32x32 set that will work with the customize dialog large icon options?

Thanks,
Mike

Technical Support Aug 17, 2006 - 12:04 PM

Prof-UIS now supports only one icon per command as it is done in MS Office applications. You could code a CExtBarButton-derived class like CFunnyToolButton in the FunnyBars sample and draw a large icon version when it is needed, but the customization subsystem will not allow you to use more than one icon and the icon edit dialog is also designed to edit the very this default icon.