iRonJ / hyperpen-for-apple

Automatically exported from code.google.com/p/hyperpen-for-apple
1 stars 1 forks source link

Got problem on Painter 12 #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please provide any additional information below.
Work fine as normal, but can't not draw a pressure sensitivity line on Corel 
Painter 12.

Original issue reported on code.google.com by alfredo...@gmail.com on 15 Mar 2013 at 11:24

GoogleCodeExporter commented 8 years ago
Alfred,

unfortunately this is a know issue I have already addressed to Corel. They came 
back to me and wrote me their application is only meant to support Wacom 
tablets. I think they have tied the code to some Wacom specific APIs (there are 
such things).
You could still try to install a Wacom driver parallel to my tablet driver. 
Some programs are satisfied by the very presence of the Wacom thing. Others are 
not impressed at all.

Give it a try and let me know if it works for you. BTW: You should contact 
Corel as a regular customer and tell them what you think of their product 
policy.

Kind regards
  Udo 

Original comment by udo.kill...@gmail.com on 15 Mar 2013 at 2:44

GoogleCodeExporter commented 8 years ago
I can accept this. But it is strange for my issue that the drawing in Painter 
12 is very lagging, it seems some of the reports discards by the Painter 12. 

Original comment by alfredo...@gmail.com on 18 Mar 2013 at 10:18

GoogleCodeExporter commented 8 years ago
Hi, Udo:

For Painter 11/12, the applications assume a proximity event as NX_MOUSEMOVED 
with NX_SUBTYPE_TABLET_PROXIMITY which was remarked by your code.
I also install an 
AEInstallEventHandler(kEventClassApplication,kEventAppFrontSwitched,...); for 
each time whenever any application is activated, resend the proximity event to 
it.
For Painter 12, you should set the priority of hyperpenDaemon as higher(lower 
numerical value) as possible. Otherwise the drawing in Painter 12 will lag.
Not trying on Phothshop CSx yet.

Best regards.

Alfredo.

Original comment by alfredo...@gmail.com on 28 Mar 2013 at 7:43

GoogleCodeExporter commented 8 years ago
Alfredo,

You are sending Good news !
Could you please send me the modified sources (and mark your modifications). I 
would like to include your ideas and modification in the code. Others will be 
happy that there is a way to get Corel to work.
Kind regards,
Udo

Original comment by udo.kill...@gmail.com on 28 Mar 2013 at 8:19