Questions tagged [pen]
118 questions
0
votes
1 answer
Pyglet Tablet Input make weird prints
So, I want to make a Whiteboard app and I decided to make it in pyglet, because it has support for tablet input, but when I use the tablet, it is making some prints that I didn't ask for.
Like:
0
0
0
0
0
0
0 (or 1 if I press the pen on the…

Gabriel
- 66
- 7
0
votes
1 answer
Pen testing issue request designed as POST is accepted as GET
I am facing a pen testing issue as below. Is there a way so that we can restrict the method as POST from the java-script end. Tried .setAttribute('method', 'POST') but that is breaking the application. Is there any other way to achieve this so that…

user12872106
- 21
- 4
0
votes
0 answers
How to make DrawingVisual objects in C# have unique Pen Brush colour, but share the same thickness
I'm building an application that can load in Vector files and display them on a Canvas. To zoom and pan efficiently I'm using DrawingVisual shapes for my background maps that don't change often.
In order to keep the line thickness the same…

Richard
- 439
- 3
- 25
0
votes
1 answer
Switching HTML5 Canvas pen stroke to solid, dotted, and highlighter
Next issue with the web paint/drawing app I'm building is how to select and switch the stroke types between solid, dotted and highlighter.
It's in the JavaScript that this is done, but to give context all relevant code is below.
The issue I am…

TenG
- 3,843
- 2
- 25
- 42
0
votes
1 answer
Is the pen in Turtle graphics an object that can be interacted with or no?
I want to make a game in the turtle module similar to "Lunar Lander" by Atari but I'm not sure if I'll be able to make a collision system if I draw the terrain using a turtle. Any help would be appreciated.

Pat
- 21
- 3
0
votes
0 answers
Need to save pen tool drawigns in powerpoint before exiting
I have working macro for switching mouse cursor to pen tool and back to cursor.
Now the problem is, that after I have done my drawing with pen tool, I use macro to export that page to .pdf and after that quit slideshow…

dibledurf
- 13
- 3
0
votes
1 answer
AutoHotkey script only works when this window is open
Autohotkey script only works when I have this window open (please see screenshot). If I minimise it, it does not work. I have the H visible in the tray. Any help would be appreciated, thanks.
My script to use with Windows Pen is simply:
#F20::Run…

Student201
- 143
- 8
0
votes
1 answer
Why not use random OIDs in LDAP models?
LDAP models often has this format (here, the definition for an attribute):
olcAttributeTypes: ( 1.3.6.1.4.1.40805.2.1.3 NAME 'authzAccessTokenEncoding'
DESC 'OAuth 2.0 access token encoding'
EQUALITY caseExactMatch
ORDERING…

azmeuk
- 4,026
- 3
- 37
- 64
0
votes
2 answers
Can't find a way to get graphic tablet drivers working on mint
So i was trying to install the XP Pen Driver for my Deco 01 v2 graphics tablet on my Linux Mint 19.2 Tina when i came to encounter the following error:
./Pentablet_Driver: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found…

Fuutralala
- 29
- 5
0
votes
1 answer
AutoHotKey overwriting SurfacePen not working
I want to overwrite my "rubber" button on the Surface Pen with AutoHotKey. My aim is to click my PDF presentation (Left and Right Arrow) with the SurfacePen
Described on many…

user125198
- 101
0
votes
0 answers
Fix the width of pen when changing resolution of image
I can draw a line on image by using below code. Width of pen is fixed as 5. There is a dropdown for selecting resolution of screen (640*480,352*288,320*240 etc). When selecting it, screen will change into that resolution. As a result the width of…

user2431727
- 877
- 2
- 15
- 46
0
votes
0 answers
How can I redirect my Pen-Input to Mouse-Input?
Here is what I want to do: My Pen should act as my mouse when I put it on my screen. When I put it onto the screen, move it, and lift it, my device should think I pressed the Left mouse button, moved my mouse, and let go.
I have done some research,…

Eopanium
- 1
- 2
0
votes
1 answer
url does not load after proxy settings in IE and burp suite
When I set proxy to record activities in Burp Suite, URL keeps on loading, though manually without proxy it works.

san
- 81
- 1
- 1
- 8
0
votes
0 answers
Windows 10 UWP - How do I query an ink device's sampling rate?
As in the title, how might I query a device that is producing ink input about the rate at which it produces new stroke points? For instance, how can I tell that the pen I am using is sampling at 120 Hz or 60 Hz?
I know that InkPoints themselves have…

TheHans255
- 2,059
- 1
- 19
- 36
0
votes
1 answer
How Do You Implement Pen Computing via WinTab on a Surface Book?
I would like to write an application that gets pen input on a Surface Book.
The primary motivation is that the new Surface Pen Platinum advertises tilt and 4096 levels of pressure, but there is no tilt response that I can find (and probably not 4096…

Kenneth Evans
- 2,179
- 19
- 26