Page 1 of 1

Remoting4 animation command

Posted: 13 Mar 2014, 17:09
by mofo7777
Hello.

http://www.ventuz.com/support/help/late ... tocol.html
The remote caller can send animation control commands as a string. The server will send a response to the set command with the current status. To query the current status without issuing a new command a null-string (N) has to be send
I tried to use this command. In the DataItemChanged callback, i receive the command, but Value from DataItemChangedEventArgs is always null. I don't get the state of the animation.

Code: Select all

Cluster.DataItem(AnimationIID, AnimationName, null, null, null);

Re: Remoting4 animation command

Posted: 13 Mar 2014, 17:23
by mofo7777
Arf.
Reading the current animation status as well async animation status changes notification is not implemented yet!