Just wondering...

BlitzPlus Forums/BlitzPlus Programming/Just wondering...

Davo(Posted 2004) [#1]
Is there any way of disabling the toolbar when you run your programs in window mode? Most of my games and programs are created in windowed mode and its becoming abit of a burden lately. So, in short... can you disable the toolbar?


Mr Brine(Posted 2004) [#2]
try disablegadget, although it doesnt grey out the toolbar, it makes the toolbar completely inactive. enablegadget returns it to a normal state.

use DisableToolBarItem to ghost an individual toolbar button.
enabletoolbaritem has returns the toolbar button to normal state.

Mr Brine


Davo(Posted 2004) [#3]
Thanks for your help. I havent gotten round to trying it yet. This came to mind after seeing MSN Messenger 6.1, how you can click a button to enable and disable the toolbar above. It would be a handly little thing to have for desktop games, which im doing, as the toolbar gets in the way most of the time.