Board index » cppbuilder » Page scroller bug????

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????

--
David West
Software Development Engineer
Fastpic Systems, Inc.
?
?

 

Re:Page scroller bug????


This is in CBuilder5...

Quote
Dave West wrote:
> 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????

> --
> David West
> Software Development Engineer
> Fastpic Systems, Inc.
> ?
> ?

--
David West
Software Development Engineer
Fastpic Systems, Inc.
41 Eisenhower Drive, Suite A
Westbrook, ME 04092

http://www.fastpicsystems.com
?

Other Threads