1. How to capture desktop actions and movements to a presentation
4. Recording the movement of the Pointig Pen.
I'm using Toshiba Tablet PC with the Pen. The user is going to use the Pen with PowerPoint slides to point to important things on graphs or diagrams. I would like to record those movements of pointing device in PowerPoint slides for the purpose to later convert it to jpeg images. Final goal is to make Presentation with the speaker talking and the slides on his right slides with all the movement of the Pen. I'm doing it for Macintosh users that's why I need jpeg images. How to do recording. Thanks in advance.
6. How do I capture mouse movements...
Okay, So I am an experienced PowerPlant programmer. Recently I have been moving a decent sized gui project over to PPx. Many of the gui elements that I am working with (custom panes and views and such) require mouse tracking in the form of the old LMouseTracker class/LPane::MouseWithin. I was going to try to use an PPx::IdleTimer, essentially copying the behaviour of the LMouseTracker periodical, but the PPx::IdleTimer does not send a mouse event that I can work with. I then discovered PPx::MouseMovedDoer, but I never see the event get posted (my DoMouseMoved method never gets called). Other things I have tried have also proven fruitless. So how do I implement a non-blocking mouse tracker with PPx? Thanks, ---Phoenix...