Page 1 of 1

Title Bar and title at top of screen in simulator

Posted: Sat Mar 14, 2015 10:43 pm
by foggycoast
Hi,


I am a registered Apple developer and am experimenting with the smart basic SDK. I am able to get my code running based on the instructions provided in the forum. However, I noticed that there is a default background, title bar and background title graphic when running the program in the Xcode simulator. I would like to just see my code execution and nothing else.
Is it possible that I can remove all the extras (the title and bar and background )from the screen for my app when running in Xcode?

Thanks

BTW
Smart Basic is an awesome app.

Re: Title Bar and title at top of screen in simulator

Posted: Sun Mar 15, 2015 3:10 am
by Mr. Kibernetik
Check for SET TOOLBAR ON/OFF commands in Interface section of documentation.

All graphics files (backgrounds, etc.) are in open access in SDK, so you are free to replace them with your own versions. But of course you should know well what you are doing if you are replacing something in SDK.

Re: Title Bar and title at top of screen in simulator

Posted: Sun Mar 15, 2015 2:18 pm
by foggycoast
That sounds great, thanks for your help and quick reply.