AppTitle = "Test"
BlitzMax Forums/MaxGUI Module/AppTitle = "Test"| 
 | ||
| This no longer works? was working in 1.33, but now seems broken in 1.48 | 
| 
 | ||
| You need to put the instruction before you call graphics, for example: This fails graphics 300,300 apptitle="test"This works apptitle="test" graphics 300,300 | 
| 
 | ||
| WOW!  i didn't even think of that!! Thanks!! Looks like i have to go back to thinking Blitz and Not C++! lol |