Quick Sign In:  

Forum: General Discussion

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

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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?
 

geposted 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'"
 

geposted 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?
 

geposted 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) .
 

geposted Fri 31 Oct 14 @ 12:03 pm


(Alte Themen und Foren werden automatisch geschlossen)