1. Create a plot file that contains a button
2. Add some behaviour on Page Loaded that changes the mouse cursor to “Wait”
3. Run the simulation
Move the mouse over the button… The cursor now changes to the “hand” as long as it is over the button.
Could you please make the system keep the cursor symbol that is defined in the behaviour? The current functionality makes it hard to simulate system feecback, as the wait cursor is overruled.
2 answers
I understand your use case, but for some technical reasons we can not give the system cursor the highest priority.
To simulate the system feedback, I think you can use a transparent rectangle to cover the whole page, it will intercept the mouse events and avoid changing the cursor. You need to hide the rectangle after the feedback delay, to make the elements clickable.
This question is now closed