Hi,
I would like to ask if onClick events in Perspective 8.3 work both on touch panel and computer or do I have to modify each event by adding Touch events if I want to run SCADA on touch panel?
Hi,
I would like to ask if onClick events in Perspective 8.3 work both on touch panel and computer or do I have to modify each event by adding Touch events if I want to run SCADA on touch panel?
A lot of components will have an onActionPerformed event that will respond the same for touch and mouse click.
Thank You for reply.
What about pointer events? I have a lot of components in my SCADA that have pointer events events and it would be very time consuming to add new events to every element. My SCADA will be ran both on computer and touch PC
Hover and similar mouse motion events are not emulated by touchscreens, except for drag. If you need related functionality, you will need separate components to fake the behavior without actual mouse motion events.
I used this events on button to set the tag when the button is pressed. It works well on computer. I am just afraid that it will not work on touch PC (with Windows IoT)
And reset when released? A jog button?
Until you have a comms hiccup and your jog function is stuck on.
The reason Perspective doesn't have a momentary button is because it cannot be made reliable in a browser. Making your own with events is a really bad idea.