08-09-2015, 05:54 PM
Thank you for your communications. In my case there was no QM icon in system tray. Actually, I located the problem in the following item which runs when QM is loaded. I disabled it, there is no problem. The problem is probably due to some incompatibility related to the detection of keyboard layout. I will report any further findings.
Function QM_Show
Trigger @16
Function QM_Show
Trigger @16

str si.getmacro(getopt(itemid) 1)
str caller.getmacro(getopt(itemid 1) 1);err caller=si
if ideb; min 0; err out "<>%s : <open ''%s /%i''>%s</open> - Called by : %s" NowT si _error.place si caller
int l=GetKeyboardLayout(GetWindowThreadProcessId(_hwndqm 0))
int lo=l&0xffff
str lan
lan=iif(lo=1033 "English" "Greek")
_s=lan
min 0; err out "<>%s : <open ''%s /%i''>%s</open> - %s" NowT si _error.place si _s
if lo=1032
,English_keyboard
,1
,l=GetKeyboardLayout(GetWindowThreadProcessId(_hwndqm 0))
,lo=l&0xffff
,lan=iif(lo=1033 "English" "Greek")
,_s.from("QM-Shift to : " lan)
,min 0; err out "<>%s : <open ''%s /%i''>%s</open> - %s" NowT si _error.place si _s
,
int w1=win("MYMAIN TOOLBAR LEFT OR RIGHT2" "QM_toolbar")
ifi(w1); siz 0 0 w1 1 ;;clo w1
;w1=win("Desktop Clock" "TForm_DesktopClock")
;ifi(w1); hid w1
;if lo=1032
;;,mes "Greek" "Show"
,;int px(xm) py(ym)
,;mou 2 2
,;lef
,;mou px py
;mes "Show"