The Platform Builder BSP that I have by default is designed for
QVGA Portrait Display.
However, I am using a QVGA Landscape Display.

I encountered problems that quite many applications (eg. SYSTEM
and Volume Control in Control Panel) will appear out of the screen
(i.e. the bottom part of the application is out of the screen.)

Kindly advice how this problem could be resolved.

Thank you & Best Regards,

Francis

Re: Display Orientation by Steve

Steve
Tue Apr 11 21:55:26 CDT 2006

It has nothing to do with the BSP. You need to change the OS design
components to use the QVGA Portrait resources so thing fit correctly.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: Display Orientation by Dean

Dean
Wed Apr 12 08:04:47 CDT 2006

Actually, you need to resize the incorrect dialogs yourself and include them
in the BSP. Platform Builder doesn't provide QVGA Landscape dialogs, only
portrait. There is no easy solution.

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
news:uqMiRydXGHA.1200@TK2MSFTNGP03.phx.gbl...
> It has nothing to do with the BSP. You need to change the OS design
> components to use the QVGA Portrait resources so thing fit correctly.
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>



Re: Display Orientation by Francis

Francis
Wed Apr 12 19:45:01 CDT 2006

Thank you. I do understand.
Are you able to advice where I could find all those dialog resources.

Thank you once again.

"Dean Ramsier" wrote:

> Actually, you need to resize the incorrect dialogs yourself and include them
> in the BSP. Platform Builder doesn't provide QVGA Landscape dialogs, only
> portrait. There is no easy solution.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
> news:uqMiRydXGHA.1200@TK2MSFTNGP03.phx.gbl...
> > It has nothing to do with the BSP. You need to change the OS design
> > components to use the QVGA Portrait resources so thing fit correctly.
> >
> > --
> > Steve Maillet
> > EmbeddedFusion
> > www.EmbeddedFusion.com
> > smaillet at EmbeddedFusion dot com
> >
> >
>
>
>

Re: Display Orientation by Dean

Dean
Thu Apr 13 08:04:40 CDT 2006

There is no single place, they will be with their associated component in
the public tree. Most of the complaints are for various control panel
applets, you can start looking in
\WINCE500\PUBLIC\WCESHELLFE\OAK\CTLPNL

Basically, you have to identify all the dialogs you care about, and then go
find them.

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Francis" <Francis@discussions.microsoft.com> wrote in message
news:6BD3EC68-C876-4C9E-AE7B-25D7A736D3E2@microsoft.com...
> Thank you. I do understand.
> Are you able to advice where I could find all those dialog resources.
>
> Thank you once again.
>
> "Dean Ramsier" wrote:
>
>> Actually, you need to resize the incorrect dialogs yourself and include
>> them
>> in the BSP. Platform Builder doesn't provide QVGA Landscape dialogs,
>> only
>> portrait. There is no easy solution.
>>
>> --
>> Dean Ramsier - eMVP
>> BSQUARE Corporation
>>
>>
>> "Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
>> news:uqMiRydXGHA.1200@TK2MSFTNGP03.phx.gbl...
>> > It has nothing to do with the BSP. You need to change the OS design
>> > components to use the QVGA Portrait resources so thing fit correctly.
>> >
>> > --
>> > Steve Maillet
>> > EmbeddedFusion
>> > www.EmbeddedFusion.com
>> > smaillet at EmbeddedFusion dot com
>> >
>> >
>>
>>
>>



Re: Display Orientation by Francis

Francis
Tue Apr 25 05:01:02 CDT 2006

Good Morning Mr Ramsier,

I have tried resizing the 'Volume' dialog and after compilation, it contains
error.

The error is 'duplicate dialog resource'.

When view the cplmain.rc file, under Dialog, one can see two dialogs with
similar names but each dialog is different.

Please advice what the likely problem is.

Thank you.

"Dean Ramsier" wrote:

> There is no single place, they will be with their associated component in
> the public tree. Most of the complaints are for various control panel
> applets, you can start looking in
> \WINCE500\PUBLIC\WCESHELLFE\OAK\CTLPNL
>
> Basically, you have to identify all the dialogs you care about, and then go
> find them.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Francis" <Francis@discussions.microsoft.com> wrote in message
> news:6BD3EC68-C876-4C9E-AE7B-25D7A736D3E2@microsoft.com...
> > Thank you. I do understand.
> > Are you able to advice where I could find all those dialog resources.
> >
> > Thank you once again.
> >
> > "Dean Ramsier" wrote:
> >
> >> Actually, you need to resize the incorrect dialogs yourself and include
> >> them
> >> in the BSP. Platform Builder doesn't provide QVGA Landscape dialogs,
> >> only
> >> portrait. There is no easy solution.
> >>
> >> --
> >> Dean Ramsier - eMVP
> >> BSQUARE Corporation
> >>
> >>
> >> "Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
> >> news:uqMiRydXGHA.1200@TK2MSFTNGP03.phx.gbl...
> >> > It has nothing to do with the BSP. You need to change the OS design
> >> > components to use the QVGA Portrait resources so thing fit correctly.
> >> >
> >> > --
> >> > Steve Maillet
> >> > EmbeddedFusion
> >> > www.EmbeddedFusion.com
> >> > smaillet at EmbeddedFusion dot com
> >> >
> >> >
> >>
> >>
> >>
>
>
>