Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Difficulties in loading QM2.4.3.1
#7
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     Help - how to add the trigger to the macro
Code:
Copy      Help
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"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)