disable buttonclicks on DirectScrollBar

Maybe you should create your own incButton and decButton that are DirectLabel objects instead of DirectButtons? This might be as simple as replacing the objects that are created by default, or maybe you will need to subclass (or copy) the DirectScrollBar class and make the change explicitly.

David