11-11-2010 02:59 AM
I need to use this data member to command the logoff of current user after a defined time.
In the lookout 6.5 help this member is defined writeable, but in the object explorer there are no ways to access this one for set logoff condition.
Is a mistake in the help file or there is a way to access it?
Greetings
Mario Fanelli
EL.P.R.IND. srl
m.fanelli@elprind.com
Solved! Go to Solution.
11-11-2010 07:28 PM
The problem is the $System group. We decided to add them to the $system, but all data members in $System is only writable and cannot have the "Edit Connection". What you can do is to right click on it and drag onto the panel to create a pushbutton or switch. Or you can create a pushbutton and add the $System.logoff to its remote source.
The original purpose of this datamember is for touch panel user who maybe feel difficult to click on small menu. If you want to programmatically control the logoff data member, you can create a pushbutton and connect remote source to logoff, and then connect a timer to the pushbutton by the "Edit Connection".