[android-beginners] Re: Screen orientation

2009-09-18 Thread kirti kaul
Yes i understand that,I was jus tring to answer the first part of the question.. On Sep 18, 9:39 am, Raphael wrote: > On Wed, Sep 16, 2009 at 8:21 PM, kirti kaul wrote: > > You can also set the parameter in the manifest file as > >   >  android:screenOrientation="landscape"> > > or portrait,whi

[android-beginners] Re: Screen orientation

2009-09-17 Thread Raphael
On Wed, Sep 16, 2009 at 8:21 PM, kirti kaul wrote: > You can also set the parameter in the manifest file as >    android:screenOrientation="landscape"> > or portrait,which anyway is by default This will not help him test orientation changes. R/ --~--~-~--~~~---~--~-

[android-beginners] Re: Screen orientation

2009-09-17 Thread Konstantin Burov
On Wed, Sep 16, 2009 at 8:46 PM, Neilz wrote: > > Hi all. > > How do I test screen orientation on the emulator please? Can I tell it > to switch orientation just like you would on the real device? > Try Ctrl+F11 --~--~-~--~~~---~--~~ You received this message bec

[android-beginners] Re: Screen orientation

2009-09-17 Thread Konstantin Burov
On Wed, Sep 16, 2009 at 8:46 PM, Neilz wrote: > On a more complex but related matter, I have a Maps app that loses the > map when I change the orientation. My overlays and locations remain > visible, but the map detail has gone leaving a plain blue screen (like > it's over the sea, but it's not!)

[android-beginners] Re: Screen orientation

2009-09-17 Thread kirti kaul
You can also set the parameter in the manifest file as or portrait,which anyway is by default On Sep 16, 9:02 pm, Neilz wrote: > Thanks, all sorted :-) > > On Sep 16, 1:06 pm, Mark Murphy wrote: > > > > > Neilz wrote: > > > How do I test screen orientation on the emulator please? Can I tell

[android-beginners] Re: Screen orientation

2009-09-16 Thread Raphael
On Wed, Sep 16, 2009 at 5:06 AM, Mark Murphy wrote: > Windows/Linux: - > Mac with numeric keypad: <5> on the numeric keypad and $ ~/sdk/tools/emulator.exe -help-keys When running the emulator, use the following keypresses: HOMEHome button F2, PAGEUP

[android-beginners] Re: Screen orientation

2009-09-16 Thread Neilz
Thanks, all sorted :-) On Sep 16, 1:06 pm, Mark Murphy wrote: > Neilz wrote: > > How do I test screen orientation on the emulator please? Can I tell it > > to switch orientation just like you would on the real device? > > Windows/Linux: - > Mac with numeric keypad: <5> on the numeric keypad > >

[android-beginners] Re: Screen orientation

2009-09-16 Thread Mark Murphy
Neilz wrote: > How do I test screen orientation on the emulator please? Can I tell it > to switch orientation just like you would on the real device? Windows/Linux: - Mac with numeric keypad: <5> on the numeric keypad -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/co