1

Topic: Recycle Litestep via executable

Hello all,

has anybody an idea, how i can recycle my Litestep via an executable?
The reason for my question is, that my wallpaper dissapears, when I rotate the Display about 90 or 180 degree. And it would be helpful for switching between day and night-mode.

Therefore I want to manage it via a C# written tool to control this behavior.

Thanks for any ideas and help

Best regards

Adleano

2

Re: Recycle Litestep via executable

You can just execute litestep.exe with the command line argument !recycle

3

Re: Recycle Litestep via executable

Why build a seperate app to handle this?  Why not just build a LS module to help the rest of us tablet users out?

4

Re: Recycle Litestep via executable

DeViLbOi wrote:

Why build a seperate app to handle this?  Why not just build a LS module to help the rest of us tablet users out?

Unfortunately you can't really write modules in C# right now.

5

Re: Recycle Litestep via executable

Hello,

many thanks for your help. The parameter start of the litestep.exe works great.
Nearly all tools of the client which are behind the buttons are written in C#.

One is for example the Day/Night mode button. If the user click this button, all open Applications turn into night mode, the display is going to be dimmed and I want to change the background image, too.

Another point is that I want to refresh automatically the desktop if the user turned the display to 90 or 180 degree position. Maybe this point will be difficult, but lets see how i can catch the turning event.

6

Re: Recycle Litestep via executable

Try to catch the WM_DISPLAYCHANGE message, it should fire on a rotation.