Title of the tab
Title of the tab
Hi, I just finished my first application, a type of "hello world" thing. However, the title of the browser's tab, in which the app is running, is still "Spiderbasic". How can I change it?
Re: Title of the tab
Hi Angelo,Angelo wrote:Hi, I just finished my first application, a type of "hello world" thing. However, the title of the browser's tab, in which the app is running, is still "Spiderbasic". How can I change it?
in "index.html" or whichever is your output HTML file.
However, I was also wandering if there is an option to automate that process in terms of defining title in Project?
With my best,
Bruno
Re: Title of the tab
Hi, Bruno, that is exactly my point: to set a kind of title constant as you like, so that you don't have to open the exported html-file.
Re: Title of the tab
If you open a window with the "#PB_Window_Background" flag set, it should set the title of the window.
Re: Title of the tab
Sorry, Fred, it doesn't work. Now I have
and it's still "SpiderBasic" as tab title.
Code: Select all
OpenWindow(#window, 500, 200, 300, 130, "Hello", #PB_Window_Background)