Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qm to replace katmouse
#6
Does not work because the code tries to get child window from mouse, but openoffice windows don't have child windows (I see this first time).

In Scroll_

replace

Function Scroll_
Code:
Copy      Help
cw=RealChild(p.x p.y); if(!cw) ret

to

Function Scroll_
Code:
Copy      Help
cw=RealChild(p.x p.y); if(!cw) cw=win(mouse)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)