View Issue Details

IDProjectCategoryView StatusLast Update
0007852MMW v4Framework: Scripts/Extensionspublic2011-06-07 21:49
Reporterpeke Assigned To 
PriorityimmediateSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0007852: Toolbars: Scripters can't create/manipulate new toolbars
DescriptionDue 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
TagsNo tags attached.
Fixed in build1378

Relationships

related to 0007844 closedLudek Scripts that uses Toolbar is listed as 'TBStandard' instead of 'Standard' 

Activities

peke

2011-05-18 21:27

developer   ~0025451

Can you please triage to add into MM4 as Rusty pointed in 0007844 that last.fm should have own Toolbar.

Ludek

2011-05-20 15:19

developer   ~0025527

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

peke

2011-06-07 21:49

developer   ~0025983

Verified 1385