View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006706 | MMW v4 | Framework: Scripts/Extensions | public | 2010-11-17 23:51 | 2011-04-11 09:18 |
Reporter | zvezdan | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Target Version | 4.1 | ||||
Summary | 0006706: ISDBTracksWindow::RemoveTrack method needed | ||||
Description | We need RemoveTrack method which could be used to remove some particular track from the main tracklist, similar to ISDBPlayer::PlaylistDelete. | ||||
Additional Information | Well, this could be achieved using e.g. For i = 0 To SDB.AllVisibleSongList.Count - 1 If i = iShouldBeRemoved Then SDB.MainTracksWindow.Selected(i) = True Else SDB.MainTracksWindow.Selected(i) = False End If Next SDB.MainTracksWindow.RemoveSelectedTracks However, what if we want to keep existing selection? We need to store array of selected tracks and to apply another loop just to select previously selected tracks again. This is to much works for such trivial task, so it would be better if we could get the suggested method. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||