INTERACT FORUM

Windows => Plug-in Development => Topic started by: morgan on April 05, 2008, 08:47:20 am

Title: IMJCurPlaylistAutomation.RemoveFile doesn't update the Now Playing view
Post by: morgan on April 05, 2008, 08:47:20 am
Hi,

I'm calling IMJCurPlaylistAutomation.RemoveFile(index) from an interface plugin while MC it is in the stopped state.

MC is not updating the Now Playing view until I do some other action on the current playlist, (such as pushing the play or skip track button.)

Is there a function I can call to force an update of the Now Playing view?

Thanks

PS, a IMJCurPlaylistAutomation.RemoveFiles(index, count) would be very useful...
Title: Re: IMJCurPlaylistAutomation.RemoveFile doesn't update the Now Playing view
Post by: Matt on April 07, 2008, 08:53:29 am
Please try build 471 (or later) once it's public.

It should update the Playing Now view nicely after any internal Playing Now change you make.
Title: Re: IMJCurPlaylistAutomation.RemoveFile doesn't update the Now Playing view
Post by: morgan on April 07, 2008, 01:35:39 pm
Fab.  Thanks.