View Issue Details

IDProjectCategoryView StatusLast Update
0007222MMW v4Framework: Scripts/Extensionspublic2015-02-05 15:13
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityN/A
Status feedbackResolutionopen 
Product Version4.0 
Target Version4.0.7 
Summary0007222: Programatic execution of all built-in menu and keyboard commands needed
DescriptionFor example, I need a possibility to return to the previous view. I could simulate press on Alt+Left with:
        Set oShell = CreateObject("WScript.Shell")
        oShell.SendKeys "%{LEFT}"
but I have problem with that because I am doing it in another shortcut handler (here is request: http://www.mediamonkey.com/forum/viewtopic.php?p=284015#p284015). So, it would be nice if we get, for example, SDB.ExecCommand("GoToPreviousView") or SDB.ExecCommand(1234) where 1234 is an integer constant representing a particular command or something similar.
TagsNo tags attached.
Fixed in build

Activities

rusty

2011-05-06 20:29

administrator   ~0024913

Please triage.