APPTITLE??

BlitzMax Forums/BlitzMax Beginners Area/APPTITLE??

visionastral(Posted 2005) [#1]
How can I change the name of the window/app and the opengl one create with the name "BlitzGL Window" by default?

I haven't found a command for doing that...


Perturbatio(Posted 2005) [#2]
I created a mod that does this and other things:
pert.appfuncs
create a folder in your mod directory called pert and unzip this mod inside it then rebuild.

details here:
http://www.blitzbasic.com/Community/posts.php?topic=43341


visionastral(Posted 2005) [#3]
Thank's Perturbatio!
Releasing anything without changing the caption name would be so unprofesional! :-)

ps: the link to your post shows an internal error from the server :-b


Perturbatio(Posted 2005) [#4]
I take it you log in at blitzmax.com?

just change the domain in the url.
I ended up logging in to all three domains just to make sure I can follow links.


Red(Posted 2005) [#5]
Use AppTitle variable

AppTitle = "My App"