Page 1 of 1

Bug in SendObjectToGroup() (1.2.1)

Posted: 09 Jul 2009, 17:52
by stephen.beeman
SmartFoxClient.cs line 3091 is:

Code: Select all

        obj.Put("text", strList);

which doesn't work. Comparing this to the ActionScript API, looks like the line should instead be:

Code: Select all

        obj.Put("_$$_", strList);

which performs as advertised.

Posted: 09 Jul 2009, 18:02
by ThomasLund
Thanks a bunch!!

Will include in next bugfix (soon)

/Thomas