LB Booster
General >> General Board >> Main window heading?
http://lbb.conforums.com/index.cgi?board=general&action=display&num=1437581307

Main window heading?
Post by Monkfish on Jul 22nd, 2015, 4:08pm

The main titlebar at the top of the main window always shows the filename of the program being run (.bas or .exe). Is there a way to change this to some other text?

I am aware that this is just the case with mainwin and not with any other opened window.
Re: Main window heading?
Post by Richard Russell on Jul 22nd, 2015, 5:06pm

on Jul 22nd, 2015, 4:08pm, Monkfish wrote:
Is there a way to change this to some other text?

Unless I'm misunderstanding the question, you can use the standard Liberty BASIC titlebar statement:

Code:
    titlebar "My new window title" 

Richard.

Re: Main window heading?
Post by Monkfish on Jul 22nd, 2015, 7:23pm

Obviously a command that has passed me by. Sorry to waste your time rolleyes