Can't seem to get the new DDT Toolbar control in PB 9.0 to work as advertised in the help documents. I can only get a normal and hot icon to appear. Any disabled icon never shows up.
The sample "Toolbar.bas" seems to work only when using the XPtheme and the XPthemed icons in the sample icon folder. You can see what I mean if you recompile without the "1 24 "XPTheme.xml"" line in its RC file.... but before you recompile, create the missing pdis.ico file.
I am interested in not having to XPtheme my app since the XPtheme creates extra space under the icons for a caption, which I don't necessarily always want.
Has anyone experienced this? Can't figure out what I'm doing wrong. The help docs don't say that this toolbar control is only good for themed programs.
The sample "Toolbar.bas" seems to work only when using the XPtheme and the XPthemed icons in the sample icon folder. You can see what I mean if you recompile without the "1 24 "XPTheme.xml"" line in its RC file.... but before you recompile, create the missing pdis.ico file.
I am interested in not having to XPtheme my app since the XPtheme creates extra space under the icons for a caption, which I don't necessarily always want.
Has anyone experienced this? Can't figure out what I'm doing wrong. The help docs don't say that this toolbar control is only good for themed programs.
Comment