View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006722 | MMW v4 | Framework: Scripts/Extensions | public | 2010-11-22 08:50 | 2011-04-10 22:54 |
Reporter | zvezdan | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Target Version | 4.1 | ||||
Summary | 0006722: ISDBTracksWindow::Columns and ISDBPlayer::Columns objects needed | ||||
Description | We need a possibility to modify columns layout in the main tracklist and NP panel, i.e. visibility of particular columns, their width, displayed arrangement (which column is first, which is second, ...), ... | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=19445 You should implement Columns object with Count and Item properties, as well as Column object with several properties like Width, Visible... For example: Set objColumn = SDBTracksWindow.Columns.Item(nnn) objColumn.Width = iii objColumn.Order = jjj objColumn.Visible = bbb objColumn.Caption = sss ... | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Isn't that similar to #6322, where you whold be able to make your own track listing? |
|
No, it is not similar. You are suggesting that we simulate the existing tracklist using some panel and the TreeList object instead. The TreeList object is not very well realized (http://www.ventismedia.com/mantis/view.php?id=6727) and even if you consider my suggestions about it, it still cannot replace the built-in tracklist. I really don't want to create some new panel with TreeList object and to populate all its columns and rows and to hassle with all its events when such new tracklist should be updated, if I just want to store/load settings of layout for some specific view. For example, I have some custom node for which I want to display just some columns in some specific order - nothing more and nothing less. |
|
Triage for 4.1 |