快速登录:  

Forum: General Discussion

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

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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?
 

发表时间 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'"
 

发表时间 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?
 

发表时间 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) .
 

发表时间 Fri 31 Oct 14 @ 12:03 pm


(陈旧帖子或论坛版块会自动关闭)