TouchGesture
Posted: 08 Aug 2018 08:07
Could someone explain with more details how touchgesture works?
I am using AutoMagic to control Skype and make it simpler to use for elderly people with just one button to hangup an ongoing call.
I am using AM to overlay a big hangup button on the existing Skype buttons. When the senior clicks on my hangup button I use an AM script to click on the proper Skype hangup button.
All that is working very well but the problem is that during Skype video calls, after few seconds skype removes its buttons from the screen. The user needs to touch the screen to make the Skype buttons reappear.
I am trying to use touchgesure in my script to simulate a user touch on the screen and make the skype buttons appear again.
I am using this script "touchGesture(0, 300 newList(1000,700))" but it does not work properly.
Any suggestions to fix that?
I am using AutoMagic to control Skype and make it simpler to use for elderly people with just one button to hangup an ongoing call.
I am using AM to overlay a big hangup button on the existing Skype buttons. When the senior clicks on my hangup button I use an AM script to click on the proper Skype hangup button.
All that is working very well but the problem is that during Skype video calls, after few seconds skype removes its buttons from the screen. The user needs to touch the screen to make the Skype buttons reappear.
I am trying to use touchgesure in my script to simulate a user touch on the screen and make the skype buttons appear again.
I am using this script "touchGesture(0, 300 newList(1000,700))" but it does not work properly.
Any suggestions to fix that?