View Issue Details

IDProjectCategoryView StatusLast Update
0006755MMW v4Framework: Scripts/Extensionspublic2010-11-27 18:08
Reporterzvezdan Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0006755: ISDBMenuItem::ShortCut doesn't work with F5 key
DescriptionRefresh key (F5) cannot be handled by script. I need it mainly for playlist nodes created by my script.
Steps To ReproduceOption 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
TagsNo tags attached.
Fixed in build

Activities

There are no notes attached to this issue.