It is alive!!!
After a little more than one year, I am back trying to write an external app in order to tighten the integration between ZB and my Intuos tablet.
Shortly after my last post, I almost gave up due to the apparent impossibility to capture tablet data from another app. But after quite a strugle, I managed to overcome this obstacle.
Not only that, but now I have managed to extract all the information I need (wheel position, stylus id, etc) from the driver.
All I need to do now is find a way to send these to ZB. And to do this, I need help with a few ‘basic’ doubts about ZScript:
1- How can I get/set the current brush through ZScript?
2- Can I set brush settings (like zIntensity, radius, etc) directly through ZScript?
3- Can I call functions from an app/dll implemented in C# from ZScript?
4- Can a ZScript run in an infinite loop for as long as it is active without freezing the app?
5- Can an external app cause ZB to run a specific script without sending keyboard messages?
My first idea was to study the ZScript ref, but I can’t seem to find it online. The link at the top of this forum is dead.
Thanks in advance
Sygnus
Found how to set the current brush (using IPress)
Still have to find out how to GET the current brush
I guess Sleep/Sleepagain would be just the thing… if only they would take fractions of a second… will have to think a little more about this one.