how can I move out this bar please ?
Hi.
i am making my application and i can see when i run
the aspen simulator, always is this bar on the top...
![[Image: quitar2.jpg]](http://www.1572-8.com/fotos/fotos-server/iphone-dev/quitar2.jpg)
my question is:
how can i move when my application start please ?
all info is welcome every time.
thanks again !
i am making my application and i can see when i run
the aspen simulator, always is this bar on the top...
![[Image: quitar2.jpg]](http://www.1572-8.com/fotos/fotos-server/iphone-dev/quitar2.jpg)
my question is:
how can i move when my application start please ?
all info is welcome every time.
thanks again !
Add to Info.plist:
Code:
<key>UIStatusBarHidden</key>
<true/>
thanks brother......
I add here and first not work, gave me an error on .plis
but i do3 times , then work...thanks....
.....
........
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>UIStatusBarHidden</key>
<true/>
</dict>
</plist>[
I add here and first not work, gave me an error on .plis
but i do3 times , then work...thanks....
.....
........
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>UIStatusBarHidden</key>
<true/>
</dict>
</plist>[
I have a small question again with this bar....
sorry to bother a lot please...
well , now ican hide this bar, but when i put abutton on that place
dont letme press the button,
It seems the bar is ther, but transparent.
how can I out a button ther and use it please !
thanks
sorry to bother a lot please...
well , now ican hide this bar, but when i put abutton on that place
dont letme press the button,
It seems the bar is ther, but transparent.
how can I out a button ther and use it please !
thanks
imaumac Wrote:It seems the bar is ther, but transparent.
As far as I know, that is a bug in the simulator, but should work fine on the device.
ok.. thanks....
i hope apple will not return with this error !!!
thanks
i hope apple will not return with this error !!!
thanks
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Move in direction of camera | MikeD | 3 | 3,850 |
Aug 18, 2010 07:33 AM Last Post: MikeD |
|
| glTranslate or glOrtho to move camera on a 2D game? | riruilo | 6 | 5,994 |
Sep 22, 2009 12:59 PM Last Post: riruilo |
|
| png to pvrtc move | kendric | 8 | 5,606 |
Jul 1, 2009 04:49 AM Last Post: arekkusu |
|
| Make the terrain move with the character | chrism | 9 | 4,148 |
May 20, 2009 04:15 PM Last Post: chrism |
|

