JPen development site has moved to a new site: http://github.com/nicarran/jpen . This forum is now read only. New comments and bug reports are welcomed on the new site.
JPen development site has moved to a new site: http://github.com/nicarran/jpen. This forum is now read only. New comments and bug reports are welcomed on the new site.
I opened issue #15 on github. The linux profile was loaded in windows 10 because the 64bit architecture is called amd64 here too. You can disable that profile by adding the os family unix: <id>amd64</id> <activation> <os> <family>unix</family> </os> </activation> (and the same for i386-on-amd64) Kind regards, Hannes Schäuble
Hello, sorry for the late answer... This project was moving to github.com/nicarran/jpen Please clone that repository and try to build it using the win(dows) profile. I'm currently updating the pom.xml. There are build issues using openJDK > 8 because of the deprecation of javah which was superseded by javac -h. I already updated the config for macOS and I'm now updating the config for linux.. Please open an issue on github for further communication and development. PS: If this stackoverflow question...
I checked out jpen and am trying to get it to build on my Windows 10 machine. Unfortnately, it's not working. First I encountered a problem with the org.freehep/ freehep-nar-plugin not being found in any of the available repositories - howver, I was able to work around this by replacing it with the newer com.github.maven-nar/nar-maven-plugin. Now I'm having a link problem. When the amd64 tries to compile, I'm getting an error that the Xi library cannot be found: --- nar-maven-plugin:3.2.3:nar-compile...
I've created a maven project and would like to add JPen as a dependency to it. I've added the following to the dependencies section of my pom, but it's not working. Do I need to add something else? <dependencies> <dependency> <groupId>net.sourceforge.jpen</groupId> <artifactId>jpen</artifactId> <version>4.0.0</version> </dependency> </dependencies>
Hi all. I'm living in sydney australia . I'm certain I want to get a Pen display but can't fork over the money for a Cintiq. I've been eyeballing the Artist 22E Pro and was wondering which of these would be the better choice. Looking for a Mid size pen display Under 700 dollars . I did a lot of research of xp-pen Artist series before purchasing mine, and I found that the reviews were generally very good for the xp-pen Artist series . You get the odd one where someone has had an issue, but my feeling...
Wacom recently released the Bamboo Ink stylus that switches support between Wacom's AES protocol and Microsoft Pen Protocol (previously N-Trig). However, Microsoft Pen Protocol doesn't seem to work with JPen (because no WinTab, I'm guessing), and Windows 10 won't let me use the Wacom protocol with the Bamboo Ink pen. Is it possible to interface with the Microsoft Pen Protocol? Wacom provides a WILL™ (Wacom Ink Layer Language) SDK for Windows UWP that seems like it supports their pen, but it seems...
Yes, this was exactly the problem. Other machines had the more recent version of...
Yes, this was exactly the problem. Other machines had the more recent version of...
Yes, this was exactly the problem. Other machines had the more recent version of...
Hello Nicolas, thank you for explaining. I found the current windows provider is...
See github issue #2: https://github.com/nicarran/jpen/issues/2
Hello Nicolas, I made a fix based on the idea of limiting the range by 1 instead...
Hello Nicolas, I made a fix based on the idea of limiting the range by 1 instead...
Ok, found something : XiDevice.java : getLevelRange(..) is returning max_value 899...
Hello Nicolas, I found the statement in the code, that wheel and rotation are given...
Hello Nicolas, I tested again, with suppress 0 and suppress 2 (on all devices) but...
Hello Nicolas as mentioned in the post before i got it to compile successfully in...
Hello Hannes, Personally, as a JPen library user/developer, the tablet model/brand/features...
Hello Hannes, Personally, as a JPen library user/developer, the tablet model/brand/features...
oops, I just read the xsetwacom man page and I'm wrong :-S. In the previous post...
oops, I just read the xsetwacom man page and I'm wrong :-S. In the previous post...
oops, I just read the xsetwacom man page and I'm wrong :-S. In the previous post...
Hello Hannes, I merged the pull request. I also added the ant build file "build-properties.xml"...
Hello Hannes, I modified the jpen.PLevel.Type.SIDE_PRESSURE javadoc to reflect the...
Hello Nicolas as mentioned in the post before i got it to compile successfully in...
Hello Nicolas as mentioned in the post before i got it to compile successfully in...
Hello Nicolas as mentioned in the post before i got it to compile successfully in...
Hello i got it fixed in xcode (it compiles in xcode so far, untested): In the file...
I implemented the changes you mentioned and it builds with success. I made a pull...
Hello Nicolas I have difficulties preparing the windows build: I can't find the WinTab...
Hello Nicolas Another note to the jni.h error: At first i fixed it using a relative...
Hello Nicolas I'm not sure, but i read in the past about git and symlinks. They should...
Hello Hannes Edgar I use ant for my jpen builds, maven was introduced later in development...
Hello Nicolas, With "Tip 0, End 1" i meant the (wheel/finger) value decreases to...
Hello Hannes, Does the value increase from 0 to 1 when the wheel (or the finger)...
Hello! I'm trying to build JPen v2.0.0 on macOS 10.12.1 (Sierra), but i get a build...
Hello! I'm planning to write an application with tablet support using this library...
Hello ! I tested the SidePressure for an AirBrush (Intuos4) using JPen v2.0.0 Demo:...
Airbrush Test as mentioned in PLevel javadoc
Hi Please try using the latest JPen release (v2.0.0) jpen-2.0.0-lib.zip: https://github.com/nicarran/jpen/releases...
Hi, JPen uses java.lang.System.loadLibrary() to load the native library (jpen-2-3-64.dll...
Hi, I wrote a program based on the simple example code I added the jar library to...
Hello, the whole idea to use JPEN is for me to get pressure and rotation infos but...
Hi, I wrote a program based on the simple example code I added the jar library to...
Hi, I wrote a program based on the simple example code I added the jar library to...
Hi W. Schilling, I see that the Surface Pro 3 (SP3) does not have a wacom digitizer...
Hi Anthony, this issue could be related to your use case: http://news.kynosarges.org/2015/06/29/javafx-dpi-scaling-fixed/...
Hi Anthony, If in your case the demo runs as expected (you can draw with dots and...
Hi W. Schilling, I see that the Surface Pro 3 (SP3) does not have a wacom digitizer...
I also tried the Java example code in a simple project. Here is the log window from...
I am seeing similar issues with my surface pro 3. Initially, it was failing because...
Okay, it was in fact working. However, point data was offset from the pen's origin...
Okay, it was in fact working. However, point data was offset from the pen's origin...
Okay, it was in fact working. However, point data was offset from the pen's origin...
Thanks, I will try this.
hi Anthony, sorry for the late answer, my time is currently being expended on other...
I use JPen with JavaFX as part of my doctoral research. The Surface Book has a much...
It is definitely possible. I have made it work for me in JavaFX.
Hi Nicolas! Thanks a lot for the reply. I try to do it and it works correctly, thank...
hi Marco, If you want to fully prevent the tablet from moving the cursor while changing...
hi Marco, If you want to fully prevent the tablet to move the cursor while changing...
setSystemCursorEnabled(false) problem
hi Ales let's follow "Semantic Versioning 2.0.0" and number the next release "2.0.0"....
Hi Nicolas. Really glad you have decided to switch to git/github! I have deleted...
Hi Ales, git is so cool, thanks again for pushing in this direction and all the ideas...
Hi Ales, git is so cool, thanks again for pushing in this direction and all the ideas...
* PenScheduler.scheduleLevelEvent: only pass mo...
* Bug fix: xinput devices now refresh properly ...
Hi, Nicolas! I'm a bit busy lately. I must study more about events in JPen to say...
* javadoc
* fixed bug introduced in previous commit (r316...
There are still some tests failing... I will have to do some changes... :-S
The changes are now in the repo rev.317. Cheers! Nicolas
* PenManager: fix check when PenManager must be...
hi Aleksey, Should I use AwtPenToolkit instead of it (AwtPenOwner)? I was thinking...
Hi, Nicolas! I checked r316 - it works! Thanks! Could you please clarify: <b>Warning:</b>...
Hi, Nicolas! I checked r316 - it works! Thanks! Could you please clarify: Warning:...
hi Aleksey, I made some changes, they are on the svn repo r316* (this link downloads...
*jpen.PenScheduler.SystemMouseFilter: change to...
hi Aleksey, I'll check this tomorrow and let you know what I find. Cheers! Nicol...
Hello, Nicolas! JPen is loosing events! How to reproduce: 1) create one component...
Hi Ales, I'm so rusty on version control systems... I will have to learn how to use...
Hi Nicolas, Thanks for your great work. I wished to build your library, but freehep-nar-plugin...
Here https://github.com/alesguzik/jpen you may see how project page will look after...
I've also made docs available via github pages at http://jpen-library.github.io/...
Hi Nicolas, Thanks for your great work. I wished to build your library, but freehep-nar-plugin...
Hi Nicolas, Thanks for the help, I will try the setFrequencyLater(1001) call! An...
** UPDATE to previous post: I just saw that Tablet.java does not do anything with...
Hi Andres, you can try disabling jpen event buffering by inserting "pm.pen.setFrequencyLater(1001);"...
Hi Andres, you can try disabling jpen event buffering by inserting "pm.pen.setFrequencyLater(1001);"...
Hi Andres, you can try disabling jpen event buffering by inserting "pm.pen.setFrequencyLater(1001);"...