View Issue Details

IDProjectCategoryView StatusLast Update
0009882MMW v4Framework: Scripts/Extensionspublic2012-11-01 13:02
ReporterBex Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
PlatformWindowsOS7OS Version-
Product Version4.0.6 
Target Version4.0.7 
Summary0009882: OnChangedSelection is not fired in NowPlaying window (regression)
DescriptionThe SDBApplicationEvent OnChangedSelection is not fired when you select tracks in the NowPlaying window, unless the NowPlaying _Node_ is selected. This behaviour was not present in MM3.


To replicate, add this script to the scripts/auto folder and click around in MM.
'------------------------------------
Sub OnStartUp()
  Script.RegisterEvent SDB, "OnChangedSelection", "SelectionChanged"
End Sub

Sub SelectionChanged()
 msgbox "SelectionChanged"
End Sub
'------------------------------------
TagsNo tags attached.
Fixed in build

Relationships

duplicate of 0009024 closedLudek OnChangedSelection is not firing when user change selection in Now Playing panel since b1367 

Activities

Ludek

2012-11-01 13:02

developer   ~0032866

Resolved as dup of 0009024