Hi,

I am having a problem at the moment.

I am updating the GDI\Rotation value in the registry on the device, but
this is not actually rotating the screen. When i check the registry, it
has been updated and if i perform a soft-reset, then the display gets
correctly rotated. does anyone know which event i need to send, to
force windows to re-read the values from the registry and therefore
update ? I've been looking at this for hours and got no where.

Many thanks in advance

Re: Issue with sending event. by Chris

Chris
Wed Feb 01 15:07:05 CST 2006

You're certain your hardware supports rotation?

-Chris


<steve@oni-kudaki.co.uk> wrote in message
news:1138815798.087756.167020@o13g2000cwo.googlegroups.com...
> Hi,
>
> I am having a problem at the moment.
>
> I am updating the GDI\Rotation value in the registry on the device, but
> this is not actually rotating the screen. When i check the registry, it
> has been updated and if i perform a soft-reset, then the display gets
> correctly rotated. does anyone know which event i need to send, to
> force windows to re-read the values from the registry and therefore
> update ? I've been looking at this for hours and got no where.
>
> Many thanks in advance
>



Re: Issue with sending event. by Brian

Brian
Wed Feb 01 17:31:29 CST 2006

Steve,
Any modification to the registry almost always involves a soft reset, so
what you did was right. If you were to go back and modify it again, you
would once again have to perform a soft reset. Because your unit didn't come
with an easy app in settings to rotate your screen, changing the settings in
the registry becomes almost permanent unless you go back and change them
again.

Hope this helps.
Brian

"Chris Tacke, MVP" wrote:

> You're certain your hardware supports rotation?
>
> -Chris
>
>
> <steve@oni-kudaki.co.uk> wrote in message
> news:1138815798.087756.167020@o13g2000cwo.googlegroups.com...
> > Hi,
> >
> > I am having a problem at the moment.
> >
> > I am updating the GDI\Rotation value in the registry on the device, but
> > this is not actually rotating the screen. When i check the registry, it
> > has been updated and if i perform a soft-reset, then the display gets
> > correctly rotated. does anyone know which event i need to send, to
> > force windows to re-read the values from the registry and therefore
> > update ? I've been looking at this for hours and got no where.
> >
> > Many thanks in advance
> >
>
>
>

Re: Issue with sending event. by steve

steve
Thu Feb 02 03:32:27 CST 2006

Thanks guys,

But what i really need to know, is, is there a call i can make, to
force windows (ppc) to reload the settings from the loacal
machine\system\gdi section of the registry and update the system
(turning the screen to the required rotation).

I have already tried a number of methods, but with no joy. I was
wondering if there is a method of sending a named event, such as you
can with the backlightchangeevent

Hoping someone can help

Thanks

Steve


Re: Issue with sending event. by ctacke/>

ctacke/>
Thu Feb 02 06:48:53 CST 2006

If rotation is supported, it probably works with ChangeDisplaySettings as
well. That's the correct way to dynamically change the setting.

-Chris

<steve@oni-kudaki.co.uk> wrote in message
news:1138872747.265502.321310@z14g2000cwz.googlegroups.com...
> Thanks guys,
>
> But what i really need to know, is, is there a call i can make, to
> force windows (ppc) to reload the settings from the loacal
> machine\system\gdi section of the registry and update the system
> (turning the screen to the required rotation).
>
> I have already tried a number of methods, but with no joy. I was
> wondering if there is a method of sending a named event, such as you
> can with the backlightchangeevent
>
> Hoping someone can help
>
> Thanks
>
> Steve
>