Hi I need to convert a Vision project to Perspective. There are two action from two diferent buttons that I need to make at perspective. Could you tell me the equivalent action for the perspective buttons below?
Button 1
system.security.logout()
Button 2
if system.gui.isTouchscreenModeEnabled()==0:
system.gui.setTouchscreenModeEnabled(1)
event.source.parent.blnTouchMode=1
else:
system.gui.setTouchscreenModeEnabled(0)
event.source.parent.blnTouchMode=0
Thank you very much.
Leandro