View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006755 | MMW v4 | Framework: Scripts/Extensions | public | 2010-11-27 18:08 | 2010-11-27 18:08 |
Reporter | zvezdan | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0006755: ISDBMenuItem::ShortCut doesn't work with F5 key | ||||
Description | Refresh key (F5) cannot be handled by script. I need it mainly for playlist nodes created by my script. | ||||
Steps To Reproduce | Option Explicit Sub OnStartup() Dim oMenuItem Set oMenuItem = SDB.UI.AddMenuItem(SDB.UI.Menu_Edit, 0, 0) oMenuItem.Caption = "Test of F5 shortcut" oMenuItem.Shortcut = "F5" oMenuItem.UseScript = Script.ScriptPath oMenuItem.OnClickFunc = "Test1" End Sub Sub Test1(oItem) SDB.MessageBox "Main menu shortcut.", mtInformation, Array(mbOK) End Sub | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||