Page 1 of 1

Ventuz Remoting Callback per Argument

Posted: 21 Oct 2014, 09:58
by Poly Kim
hi, All

Let me ask a quick question.

My client wants to download specific files when he "touched" a button in ventuz.

I have no problem with ventuz4 since it can discern Callback Event per ID(different touch button).

Is it possible for me to get the information which button users "touch" in case there are many buttons in ventuz 3 ?

My client has 6 different files, which means 6 buttons in ventuz must have its own ID(argument) so that I can recognize it from VisualStudio.

Please let me know if I'm missing something. :)

Regards
Poly

Re: Ventuz Remoting Callback per Argument

Posted: 22 Oct 2014, 16:28
by Poly Kim
hi,
It seems that there's no way to discern the ID of event in VisualStudio from Ventuz.
I took a way, to externalize currentID of animtion.
Hope this can be helpful for those who have same problem with me.

Poly