INTERACT FORUM

Windows => Plug-in Development => Topic started by: cncb on June 15, 2009, 12:50:36 pm

Title: Shuffle Mode in .NET shows as boolean instead of number?
Post by: cncb on June 15, 2009, 12:50:36 pm
It appears that the IMJCurPlaylistAutomation.Shuffle property shows up as a boolean when using .NET interop rather than a "number" as it says in the SDK docs.  It appears to be the same for the "repeat" mode.  Is there any way to get around this so I can specify and read when it is in the "Auto" mode?
Title: Re: Shuffle Mode in .NET shows as boolean instead of number?
Post by: Matt on June 15, 2009, 01:25:44 pm
Currently you can only read / write two states using automation.

Hopefully we can address this in v14.
Title: Re: Shuffle Mode in .NET shows as boolean instead of number?
Post by: cncb on June 15, 2009, 03:10:10 pm
Ok, thanks.