Routine clicking itself freezes client #620

Open
opened 2026-02-20 10:19:12 -05:00 by deekerman · 0 comments
Owner

Originally created by @96LawDawg on GitHub (Dec 22, 2022).

Self-explanatory (and obvious). But maybe there is a way to catch the error and break the loop.

I was trying to get a basic widget with faces to do the clickRoutine and advance the face. If there is a clickRoutine on a basic widget with faces, only the clickRoutine works and not the faces. But, this is a workaround:

  {
      "func": "CLICK",
      "collection": "thisButton",
      "mode": "ignoreClickRoutine"
    }

However, if you do not add the ignoreClickRoutine you get a button clicking itself and you get the maximum call stat size exceeded message.

Originally created by @96LawDawg on GitHub (Dec 22, 2022). Self-explanatory (and obvious). But maybe there is a way to catch the error and break the loop. I was trying to get a basic widget with faces to do the clickRoutine and advance the face. If there is a clickRoutine on a basic widget with faces, only the clickRoutine works and not the faces. But, this is a workaround: ``` { "func": "CLICK", "collection": "thisButton", "mode": "ignoreClickRoutine" } ``` However, if you do not add the ignoreClickRoutine you get a button clicking itself and you get the maximum call stat size exceeded message.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/virtualtabletop#620
No description provided.