For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > January 2006 > WM 5.0 Smartphone Landscape mode









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author WM 5.0 Smartphone Landscape mode
Go Cougs!

2005-10-14, 7:01 pm

Looks like the motorola smartphone has a landscape screen. See
http://www.motorola.com/motoinfo/pr.../0,,113,00.html

My question is how to get the WM 5.0 smartphone emulator to work in
landscape mode? I can certainly rotate the device 90 degrees to have the
display in the emulator in landscape form, but can not find anywhere in the
smartphone settings to tell Windows CE to switch to landscape mode like you
can in the Pocket PC emulator for WM 5.0.

Would like to be able to run the software I am developing in landscape mode
on the emulator.
riki

2005-10-14, 7:01 pm

Go Cougs! wrote:
> Looks like the motorola smartphone has a landscape screen. See
> http://www.motorola.com/motoinfo/pr.../0,,113,00.html
>
> My question is how to get the WM 5.0 smartphone emulator to work in
> landscape mode? I can certainly rotate the device 90 degrees to have the
> display in the emulator in landscape form, but can not find anywhere in the
> smartphone settings to tell Windows CE to switch to landscape mode like you
> can in the Pocket PC emulator for WM 5.0.
>
> Would like to be able to run the software I am developing in landscape mode
> on the emulator.


if the emulator gfx driver was written correctly then:

DEVMODE devmode = {0};
devmode.dmSize = sizeof(DEVMODE);
devmode.dmDisplayOrientation = DMDO_90; //landscape mode
devmode.dmFields = DM_DISPLAYORIENTATION;
ChangeDisplaySettingsEx(NULL, &devmode, NULL, 0, NULL);

riki

It's easy to fix -- just jiggle the fiddlybob
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
By Day: http://www.EmbeddedFusion.com
Robert Levy [MS]

2005-10-15, 6:58 pm

You're right - we need to release a new emulator that includes support for
landscape. It's in the works...

--
-Robert Levy
Program Manager, Windows Mobile Developer Experience
http://blogs.msdn.com/windowsmobile

"Go Cougs!" <Go Cougs!@discussions.microsoft.com> wrote in message
news:6F1DBFA0-2FBC-4251-B2BD-8CC869C9A06B@microsoft.com...
> Looks like the motorola smartphone has a landscape screen. See
> http://www.motorola.com/motoinfo/pr.../0,,113,00.html
>
> My question is how to get the WM 5.0 smartphone emulator to work in
> landscape mode? I can certainly rotate the device 90 degrees to have the
> display in the emulator in landscape form, but can not find anywhere in
> the
> smartphone settings to tell Windows CE to switch to landscape mode like
> you
> can in the Pocket PC emulator for WM 5.0.
>
> Would like to be able to run the software I am developing in landscape
> mode
> on the emulator.



Go Cougs!

2005-10-17, 7:01 pm

Any time frame on when the emulator with support for smartphone landscape
will be released?

"Robert Levy [MS]" wrote:

> You're right - we need to release a new emulator that includes support for
> landscape. It's in the works...
>
> --
> -Robert Levy
> Program Manager, Windows Mobile Developer Experience
> http://blogs.msdn.com/windowsmobile
>
> "Go Cougs!" <Go Cougs!@discussions.microsoft.com> wrote in message
> news:6F1DBFA0-2FBC-4251-B2BD-8CC869C9A06B@microsoft.com...
>
>
>

Robert Levy [MS]

2005-10-17, 7:01 pm

Not yet... we're looking at various options that will let us get out this
new emulator and a bunch of other things without causing a bunch of
confusion.

--
-Robert Levy
Program Manager, Windows Mobile Developer Experience
http://blogs.msdn.com/windowsmobile

"Go Cougs!" <GoCougs@discussions.microsoft.com> wrote in message
news:A08D8CE6-BE7E-4A7C-BBBF-5C4BEAE0F76F@microsoft.com...[color=darkred]
> Any time frame on when the emulator with support for smartphone landscape
> will be released?
>
> "Robert Levy [MS]" wrote:
>


Go Cougs!

2006-01-12, 7:07 pm

Any update on when this will be available?

"Robert Levy [MS]" wrote:

> Not yet... we're looking at various options that will let us get out this
> new emulator and a bunch of other things without causing a bunch of
> confusion.
>
> --
> -Robert Levy
> Program Manager, Windows Mobile Developer Experience
> http://blogs.msdn.com/windowsmobile
>
> "Go Cougs!" <GoCougs@discussions.microsoft.com> wrote in message
> news:A08D8CE6-BE7E-4A7C-BBBF-5C4BEAE0F76F@microsoft.com...
>
>
>

MSenne

2006-01-13, 7:04 pm

If you're worried about supporting the motorola Q before it or an
emulator are available, then remember that it has a 320x240 screen in
landscape mode - just like a landscaped 2003SE or WM5 Pocket PC. You
can still mock up your UI is VS, or simply reuse a PPC UI if you've
already got one.
-MSenne

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com