04-13-2016, 08:22 AM
Function Oc_LBX_24k_8item_S_Hotkey_MSG
;BUILD_ID_150318_14_14
str message="Longer Descriptive message for (S) hotkey"
;;;the above line for testing only, NOTE this will be set at some other point
wait 0.1 ;;160328 from 0.33
int w=win(F"{listBoxSysTitle}" "#32770")
wait 0.01
ifa(w)
,;;MES m
,MES m.hwndowner=F"{listBoxSysTitle}" ;;this makes this a child of the named ListBox
,;out listBoxSysTitle ;;for testing only
,;;MES m.hwndowner=win(listBoxSysTitle); if(m.hwndowner=0) end ERR_WINDOW
,m.style=F"{MSGforHotKey_StyleButtons}n"
,m.x=440 ;;160329 from 10
,m.y=322
,m.timeout=15
,m.default='C'
,int i=mes(F"{MSGforHotKey_TextLine1Item1}{MSGforHotKey_TextLine2Item1}{MSGforHotKey_TextLine3Item1}{MSGforHotKey_TextLine4Item1}{MSGforHotKey_TextLine5Item1}{MSGforHotKey_TextLine5Item2}{MSGforHotKey_TextLine5Item3}{MSGforHotKey_TextLine5Item4}{MSGforHotKey_TextLine5Item5}{MSGforHotKey_TextLine6Item1}{MSGforHotKey_TextLine7Item1}{MSGforHotKey_TextLine7Item2}{MSGforHotKey_TextLine7Item3}{MSGforHotKey_TextLine7Item4}{MSGforHotKey_TextLine7Item5}{MSGforHotKey_TextLine8Item1}{MSGforHotKey_TextLine9Item1}{MSGforHotKey_TextLine9Item2}{MSGforHotKey_TextLine9Item3}{MSGforHotKey_TextLine9Item4}{MSGforHotKey_TextLine9Item5}{MSGforHotKey_TextLine10Item1}{MSGforHotKey_TextLine10Item2}{MSGforHotKey_TextLine10Item3}{MSGforHotKey_TextLine10Item4}{MSGforHotKey_TextLine10Item5}{MSGforHotKey_TextLine11Item1}{MSGforHotKey_TextLine11Item2}{MSGforHotKey_TextLine11Item3}{MSGforHotKey_TextLine11Item4}{MSGforHotKey_TextLine11Item5}{MSGforHotKey_TextLine12Item1}{MSGforHotKey_TextLine13Item1}{MSGforHotKey_TextLine13Item2}{MSGforHotKey_TextLine13Item3}{MSGforHotKey_TextLine13Item4}{MSGforHotKey_TextLine13Item5}{MSGforHotKey_TextLine14Item1}{MSGforHotKey_TextLine14Item2}{MSGforHotKey_TextLine14Item3}{MSGforHotKey_TextLine14Item4}{MSGforHotKey_TextLine14Item5}{MSGforHotKey_TextLine15Item1}{MSGforHotKey_TextLine15Item2}{MSGforHotKey_TextLine15Item3}{MSGforHotKey_TextLine15Item4}{MSGforHotKey_TextLine15Item5}{MSGforHotKey_TextLine16Item1}{MSGforHotKey_TextLine16Item2}{MSGforHotKey_TextLine16Item3}{MSGforHotKey_TextLine16Item4}{MSGforHotKey_TextLine16Item5}{MSGforHotKey_TextLine17Item1}{MSGforHotKey_TextLine18Item1}{MSGforHotKey_TextLine18Item2}{MSGforHotKey_TextLine18Item3}{MSGforHotKey_TextLine18Item4}{MSGforHotKey_TextLine18Item5}{MSGforHotKey_TextLine19Item1}{MSGforHotKey_TextLine20Item1}"F"{MSGforHotKey_CaptionItem1}{MSGforHotKey_CaptionItem2}{MSGforHotKey_CaptionItem3}{MSGforHotKey_CaptionItem4}{MSGforHotKey_CaptionItem5}" m)
,;;key CH ;;edited-out 160305 = need to test WHY this was here
else
,end
;Oc_LBX_24k_8item_END_all_LBX_hotkeys
;;;Oc_ID_510271_all_ThisListBox