Hey guys, simple question:
How do I make that bar with carrier, clock and battery go away while my app is running??
Thanks! [import]uid: 95495 topic_id: 21105 reply_id: 321105[/import]
Hey guys, simple question:
How do I make that bar with carrier, clock and battery go away while my app is running??
Thanks! [import]uid: 95495 topic_id: 21105 reply_id: 321105[/import]
Put this as the first line in your main.lua file:
display.setStatusBar( display.HiddenStatusBar )
[import]uid: 17827 topic_id: 21105 reply_id: 83463[/import]
As a side note here you could also use;
[lua]UIStatusBarHidden=true[/lua]
In build.settings - that stops the bar from showing on the splash screen too rather than removing it once the app has loaded.
Peach 
[import]uid: 52491 topic_id: 21105 reply_id: 83495[/import]
Thanks a lot!! [import]uid: 95495 topic_id: 21105 reply_id: 83528[/import]