[RESOLVED] Toolbar Disabled-list problem
I've made two image lists for my toolbars.
ilsMenu - normal images
ilsMenuD - for the disabled images.
The problem is the toolbars are refusing to use ilsMenu and are using ilsMenuD for both the normal and disable positions.
When I select ilsMenu from the dropdownbox, ilsMenuD pops back in when the 'Apply' button is hit.
I've made sure that the toolbar and the image lists are the same version
and tried un-registering and re-registering the mscomctl.ocx using regsvr32.
Then tried re-installing SP6.
Still no luck.
Any ideas?
Re: Toolbar Disabled-list problem
What's the color depth for your (I suppose icons) images? Alphas are definitely no good, not sure about the True colors (you need to check that) but 256 are ok.
Re: Toolbar Disabled-list problem
Quote:
Originally Posted by RhinoBull
What's the color depth for your (I suppose icons) images? Alphas are definitely no good, not sure about the True colors (you need to check that) but 256 are ok.
They're all 256.
I seem to have fixed it.
1. I Ctrl+X'ed ilsMenuD and moved it to another form.
2. Went back to frmMain and reset the main image list to ilsMenu, without a disable list.
3. Renamed ilsMenuD to ilsMenuDis and moved it back to frmMain
(it wouldn't work untill i re-named the list)
4. Set ilsMenuDis as the disabled list.
Re: [RESOLVED] Toolbar Disabled-list problem