Ingreso rápido:  

Forum: General Discussion

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

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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?
 

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

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

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

Mensajes Fri 31 Oct 14 @ 12:03 pm


(Los tópicos y foros antiguos son automáticamente cerrados)