Hi,
I already find an answer, on this board but i couldn't understand it? I want to fire an event on the value change of a cursor wich is moved by hand over the data.
Is this posible?
Best regards,
Thijs
已解决! 转到解答。
Hi Thijis,
Create a User Event and configure the event case that handles the cursor move to handle that event as well. Then fire that event when the data updates.What are the things you are not able to understand?
I can "Add an event" or "edit"an event on the event structure... I am missing it... Do you mean create an event on a dynamic user event? I can't "Create a User event", i can create method and nodes....
I just don't understand...
Sorry, i've already made a lot of programs, but this i mis??
Could you please help me out?
sorry see my edit message!
I think you mean, making an input for the waveform cursur x position output and use that as event? Is that it...?
It still doesn't work...
I've made an indicator and used that as a value change event, but what i already expecteted comes true, the indicator never fire an event because it'll never be triggered...
You created an indicator whose name is "Cursor.Cursor Position:Cursor X"
And you are watching for a value change event on "Cursor.Cursor Position:Cursor X"
So you are not monitoring your cursor but the indicator that you created 😄
Change your event to be :
Waveform Graph, cursor release (or move)
Notice that on the left you will have access to the cursor position "CursLoc", so you don't need the property node to read it.
Ah, now i understand, i use the mixed signal waveform graph, and they don't have the "cursor move" event... but i can use the mouse over event. And then see if the value did change in the next loop!