Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot draw on powerpoint #40

Closed
ericINRAE opened this issue Oct 8, 2020 · 6 comments
Closed

cannot draw on powerpoint #40

ericINRAE opened this issue Oct 8, 2020 · 6 comments

Comments

@ericINRAE
Copy link

Hi,
Working on windows10, I can draw on Paint, but sadly, on PowerPoint, it draws only a point at the location I started to touch the tablet with the stylus.

@H-M-H
Copy link
Owner

H-M-H commented Oct 8, 2020

Hello,
Thanks for your feedback, I do not get much insight on how well Weylus runs on Windows!

There are two possible problems that I can think of right now:

  • The browser sends unexpected mouse events concerning the buttons pressed
  • The library I use to control the mouse does something weird

Please try running the latest version of Weylus: https://github.com/H-M-H/Weylus/suites/1149509854/artifacts/16555003 via your commandline with the environment variable WEYLUS_LOG_LEVEL=TRACE to get additional debug messages. Like that I can confirm or rule out the first point in that list. Alternatively if you have access to another computer or device running a recent browser you could try if controlling Weylus with that results in the same problems.

@ericINRAE
Copy link
Author

Hi H-M-H,
Thanks for the quick reply, attached are the logged events when I try to draw on powerpoint.
log.txt

@H-M-H
Copy link
Owner

H-M-H commented Oct 11, 2020

Thanks for the log! Unfortunately it looks like the library I use to create mouse events is acting up. Are you able to compile rust code yourself? To verify that said library is the problem I could write a minimal test program for you to check.

Also, I reopened this as I suspect you did not mean to close this issue.

@H-M-H H-M-H reopened this Oct 11, 2020
@H-M-H H-M-H closed this as completed Dec 4, 2020
@mjdousti
Copy link

mjdousti commented Mar 3, 2022

I also suffer from the same issue. My logged events are similar to those shared by @ericINRAE. Interestingly, I experience this issue in certain apps (e.g., Powerpoint and OneNote) but not the others (e.g., Xournal++ and MS Paint.)

@H-M-H I am willing to test your minimal program. Please let me know what I need to do.

@H-M-H
Copy link
Owner

H-M-H commented Mar 3, 2022

This is being worked on in #128. Unfortunately I don't have much time at the moment and can't work on Weylus in the next weeks. For now you can try if this experimental build improves things: https://github.com/H-M-H/Weylus/actions/runs/1658407211#artifacts

@mjdousti
Copy link

mjdousti commented Mar 9, 2022

Thanks for the quick response, @H-M-H. I just tried the latest build linked above (v0.11.4) and still faced the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants