Setting window title at runtime?

BlitzMax Forums/BlitzMax Programming/Setting window title at runtime?

Oddball(Posted 2010) [#1]
What's the easiest way to set the Max2D window title at runtime? By that I mean changing it after the window has been created. AppTitle only works when used before the window is created and I don't want to use MaxGUI just so I can change the title at runtime. Thanks.


Amon(Posted 2010) [#2]
Untested but try storing the title in a global then change the variable and see if it works.


Brucey(Posted 2010) [#3]
Untested but try storing the title in a global then change the variable and see if it works

Heh :-)

I don't think that will work...


Oddball(Posted 2010) [#4]
I felt sure you'd have the answer to my problem Brucey. It's really odd that Blitz doesn't have this functionality without the aid of MaxGUI. I've found a module that claims to be able to do this crossplatform, but I've not had chance to test it yet. Still, would have been nice to have this ability inbuilt.