Board index » cppbuilder » Page scroller bug????
Dave Wes
![]() CBuilder Developer |
Wed, 23 Jul 2003 05:26:15 GMT
Page scroller bug????
I have a TToolBar with a TPageScroller as its parent. The TPageScroller
is dockable inside a TControlBar.? I am dynamically adding and removing buttons with bit map images to the TToolbar depending on who is using the software.? There are several instances where the number of buttons require more space than is available on the toolbar.? This is why I need the page scroller.? The problem is that the page scroller doesn't work correctly when the program starts with the toolbar in the docked position.? It will show the scroll buttons, but fails to scroll when you click on the buttons and the buttons don't always hide when they should.? The reason I believe this may be a bug is that when I undock the PageScroller(with the toolbar as a child), the page scroller works flawlessly, and it continues to work flawlessly when I return it to its docked position.? Is there some property that I've overlooked setting or is this a potential bug???? -- |