-
Vertical Toolbar images
I'm creating a vertical toolbar with 1 or more buttons with images for each. In design, the buttons (actually the 1 button for now) show up fine, but when the app is run, the toolbar and button show up without the image.... The rub is, if I move the toolbar to either the top or bottom, the image shows fine, but docked on the left or right, it doesn't. This is all .Net code generated code in a MDI view, I haven't started hand coding yet...
-
Weirdness, after several compiles, trying this and that with no effect, I go home and come back in the morning and the toolbar button is there... Now, I'm almost afraid to muck with it, it might disappear again :D :confused: :D
If anyone opbserves this behviour, please let me know, I'd like to get a good handle on it...
-
I hate replying to my own posts (yeah, I could edit them, oh well). It seems when the toolbar has a "Dock" property of left or right, the images for the toolbar buttons don't show. Has anyone encountered this or have any clue to a work around?
-
never had such problem...
I face a problem when I created the context menu and added, Large Icons, small icons and show text properties. after the selection is made, it doesn't show the respective property.
otherwise, images are shown pretty fine.
do you use Image List to assign images? if you dont, you should prefer to use it.
-
Yeap, I used the image list, loaded the bmp into is and did all the associations (at least as far as I can tell)... Works fine if the toolbar is not docked but otherwise the images only show up durrin design time.
Another thing is if I turn on the XP Styles, the images disappear...