Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

C# Script Node Outputs

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
Poly Kim
Posts: 46
Joined: 30 Apr 2014, 07:24
Location: Seoul, South Korea
Contact:

C# Script Node Outputs

Post by Poly Kim » 10 May 2014, 08:13

hi, all

I'm playing with C# script node, and made a simple functionality "sort".
I can see the result what I expected on script node outputs, i mean the "sorted" result.

My script node can give customized event to the node that is bound to script node output.
But, the result(sorted value) from the script node is not applied to the nodes that are bound to the script node at all.

Am i missing something?
How can I hand over those values to the outside of script value?
Let me have your advice.
thanks

btw, the more I get familiar w/ ventuz, the more i get excited cuz it is sooooo~ excellent~!!!! :D

poly

kris rok

Re: C# Script Node Outputs

Post by kris rok » 12 May 2014, 10:45

most likely you did not set changed = true. also if it happens in response to an event your handler method should return true to trigger validation of the node. then the connected nodes should get the values and revalidate.

User avatar
Poly Kim
Posts: 46
Joined: 30 Apr 2014, 07:24
Location: Seoul, South Korea
Contact:

Re: C# Script Node Outputs

Post by Poly Kim » 14 May 2014, 02:16

I should have searched FAQ.
anyway thanks :)

Post Reply