screen saver

Hi all

How can a screen saver be deactivated by a user application. What event has
to be generated?


Thanks a lot
Markus

Hi,

Sorry for the late response…

I’m not sure there’s a specific event for this sort of thing.
An easy solution is just to call:
system( “slay name_of_saver” );


Markus Jauslin <markus.jauslin@ch.mullermartini.com> wrote:

Hi all

How can a screen saver be deactivated by a user application. What event has
to be generated?


Thanks a lot
Markus

Actually, that seems kind-of low-tech…a better approach would be to
drop a mouse event onto the top level of the windows hierarchy.


rich@qnx.com wrote:

Hi,

Sorry for the late response…

I’m not sure there’s a specific event for this sort of thing.
An easy solution is just to call:
system( “slay name_of_saver” );



Markus Jauslin <> markus.jauslin@ch.mullermartini.com> > wrote:
Hi all

How can a screen saver be deactivated by a user application. What event has
to be generated?


Thanks a lot
Markus