BlitzCC

BlitzPlus Forums/BlitzPlus Programming/BlitzCC

Mental Image(Posted 2004) [#1]
When creating a dialogue box with either "Confirm" or "Requester", Blitz automatically titles the box "BlitzCC" - is there any way to change this?

Ta


pantsonhead.com(Posted 2004) [#2]
Stick this at the start of your application.
AppTitle "Hello World"



Mental Image(Posted 2004) [#3]
Thank you very much.

Can't see how I missed that, but I must admit that I didn't know that it applied to requesters etc.


Hansie(Posted 2004) [#4]
Another lack in the documentation ;-)


WolRon(Posted 2004) [#5]
What lack?

AppTitle title$
Parameters
title$ - the text that will be displayed in the title bar of the application requesters.

Description
Allows you to set the text in title bar of Notify, Confirm and Proceed requesters.

See also: Notify, Confirm, Proceed.