Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skype and Text Sensitive Menu
#1
My TS works fine everywhere but in Skype (for Business btw) it refuses to trigger no matter what I do.

any ideas why this is?
Here's some of the window and child information.
Macro Macro5
Code:
Copy      Help
int w=win("Name Here " "LyncConversationWindowClass")
int c=child("" "NetUIHWND" w 0x0 "id=0[]style=0x56000000[]exStyle=0x0") ;;dialog
An old blog on QM coding and automation.

The Macro Hook
#2
No ideas. I cannot test it. Tested in free Skype versions, it works.
#3
thanks for trying.
An old blog on QM coding and automation.

The Macro Hook
#4
I can test it tomorrow. I have Skype for Business.
pi
#5
thanks!!!
An old blog on QM coding and automation.

The Macro Hook
#6
The class name is different.
int w=win("Name here" "LyncTabFrameHostWindowClass")
pi
#7
I found another app that fails to take the text sensitive menu text.
Can you check this one?
It's just the login dialog that won't accept it (the password field specifically).

you can download it at.
https://clients.amazonworkspaces.com/

Any thoughts would be appreciated.
An old blog on QM coding and automation.

The Macro Hook
#8
I cannot test the login dialog because it asks for registration code.
#9
well rats.
ok, does any of this window information help?


Text: Amazon WorkSpaces
Class: HwndWrapper[workspaces;;00fbfbe9-2707-4b96-aa15-982f23ad8e7f]
Program: workspaces (C:\Program Files (x86)\Amazon Web Services, Inc\Amazon WorkSpaces\workspaces.exe)
Styles: 0x16C80000 0x40100
An old blog on QM coding and automation.

The Macro Hook
#10
I guess the program protects password fields from programs that use keyboard hook, for example keyloggers. It's very easy, need just to set hook that returns 1 instead of calling next hook.
#11
So, I'd like to reopen this discussion as OneNote fails to receive any of my TS Menu triggers.

Is there anything I can do to help dx this issue?

OneNote Version: 16001.13328.20478.0
OS: Windows 10
QM: 2.4.11.0
An old blog on QM coding and automation.

The Macro Hook
#12
Look in Options / Triggers / Low level hooks. Now need low level hooks with many programs.
#13
Odd, that once I enable the ll triggers, it required 2 triggers for many of my shortcut keys triggers.  Once I disable the LL keyboard triggers, everything works fire.

any thoughts on why that would be?
An old blog on QM coding and automation.

The Macro Hook
#14
Maybe using keyboard detector. It does not work with LL hooks.
#15
That would explain why the TS menu was working in Onenote and the 4th keyboard wasn't working with the LL on.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)