View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007852 | MMW v4 | Framework: Scripts/Extensions | public | 2011-05-18 21:19 | 2011-06-07 21:49 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0007852: Toolbars: Scripters can't create/manipulate new toolbars | ||||
Description | Due the UI Changes in MM4.0 there are several missing features regarding Toolbars. Unlike Menu items http://www.mediamonkey.com/wiki/index.php/SDBUI and there is no equivalent scripting functions for manipulating toolbars: 1. Function AddToolbar(ToolbarName as String, Visible as Boolean) As SDBMenuItem NOTE: if ToolbarName exist it returns existing one if not creates new one. OPTIONAL not as urgent: 2. Function ToolbarGet(ToolbarName as String) As SDBMenuItem | ||||
Tags | No tags attached. | ||||
Fixed in build | 1378 | ||||
|
Can you please triage to add into MM4 as Rusty pointed in 0007844 that last.fm should have own Toolbar. |
|
Added both methods in build 1378: AddToolbar( Name as String) As SDBMenuItem GetToolbar( Name as String) As SDBMenuItem http://www.mediamonkey.com/wiki/index.php/SDBUI#ISDBUI_members |
|
Verified 1385 |