Connexion rapide:  

Forum: General Discussion

Sujet Tablet PC use - is there a way to lockout the screen?

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

I want to use it tablet style & walk around, but I don't wan't to walk on eggsshells everywhere & end up grazing against something that sets off some abberent command on the screen. How do I lock up the screen so that I don't inadvertently strike a function on the mobile tablet screen?
 

Posté Thu 30 Oct 14 @ 10:59 pm
djjbPRO InfinityMember since 2004
Hi,
You can edit the skin. Put another layer on top of the skin (It can be transparent)

Open the skin in notepad or another textprogram and scroll down to the and. You see

</skin>

Now just before that paste this code
<panel id="screensaver" group="toplayer" visible="false">
<visual type="color" source="constant 'red'" visibility="50%">
<tooltip></tooltip>
<size width="1024" height="768"/>
<pos x="0" y="0" />
</visual>
<button action="nothing">
<size width="1024" height="768"/>
<pos x="0" y="0" />
</button>
</panel>
</Skin>

You can add a shortcut with the action "skin_panel 'screensaver'"
 

Posté Fri 31 Oct 14 @ 12:48 am
You mean it is a desktop shortcut?
How do you "re-enable" the screen?
Does it prompt you for a pwd?
 

Posté Fri 31 Oct 14 @ 7:41 am
djjbPRO InfinityMember since 2004
You can put an invisible button on the "screensaver" panel. if you use a tablet (no keyboard ofcourse) .
 

Posté Fri 31 Oct 14 @ 12:03 pm


(Les anciens sujets et forums sont automatiquement fermés)