Detecting changes to main tracks window

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Detecting changes to main tracks window

Re: Detecting changes to main tracks window

by flashk » Fri Sep 11, 2009 12:47 pm

Thanks, but I don't think that covers what I want. I tried out OnNowPlayingModified, and that does exactly what I want, but only with the now playing list. If there was a similar OnTrackListModified event I would be a happy camper :D

Re: Detecting changes to main tracks window

by trixmoto » Fri Sep 11, 2009 3:26 am

I normally use OnChangedSelection but I don't know if this will cover everything that you're looking for.

Detecting changes to main tracks window

by flashk » Wed Sep 09, 2009 7:31 pm

Hi,

I want my script to be notified whenever there is a change to the main tracks window. I tried using the OnTrackListFilled event, but that doesn't handle all cases. For example, it doesn't get notified when the sort order changes or when an item is removed or dragged to a new position. Is there a way to handle these cases? If not, then is it possible to add this capability to the next release?

Top