Update HandleEvent?

   1251   2   0
User Avatar
Member
97 posts
Joined: May 2015
Offline
Is there a way to update Handle Event again? Im getting an error handleEvent - coroutine in nodegraph.py, some way to trigger a button,slider,etc. Tested many ways, only way to easy fix is to move a slider value or button or even just diving into the HDA. Cause callbacks dont work so it has to do something with Event handles.
Edited by Shadowjonny - Aug. 22, 2020 19:17:32

Attachments:
Screenshot (786).png (304.2 KB)

User Avatar
Member
1 posts
Joined: Aug. 2020
Offline
The EventListener method handleEvent() method is called by the user agent when an event is sent to the EventListener, in order to handle events that occur on an observed EventTarget.
User Avatar
Member
97 posts
Joined: May 2015
Offline
rayan008
The EventListener method handleEvent() method is called by the user agent when an event is sent to the EventListener, in order to handle events that occur on an observed EventTarget.

lost me there…, so how can i call it again or update?
  • Quick Links