09-16-2009 07:09 PM
How does one hide the title bar on a MainScreen? I want a single bitmap for the entire screen, right now I've got that except for the title bar, which I don't know how to get rid of. If I use FullScreen I'll lose one of MainScreen's features I need.
Thank you...
Solved! Go to Solution.
09-16-2009 07:38 PM
09-16-2009 08:27 PM
Don't know why I didn't think of that. Where shall I send the beer? It works, but you have to use setTitle((LabelField)null) otherwise it's too ambiguous for the compiler. Thank you!