5
votes
4answers
209 views
Tablet PC: JQuery widget, Extension or browser plugin for drawing into website
I am looking for a solution for a client who has a drawing tablet (an input device that simulates mouse movements using a pen) attached to her computer to directly "draw" on an area on a web page. I …
0
votes
1answer
44 views
Winforms app which must include some freehand drawing
We have a customer who needs some simple forms (probably we would be creating a simple Winforms app for them) but there is a requirement to capture a mix of input fields plus some freehand drawing. …
2
votes
0answers
27 views
Microsoft.Ink not working on Server 2008 (not R2)
To start off, we have 2 servers: Alpha (Server 2008 R2) and Beta (Server 2008).
We cannot create images Beta using Microsoft.Ink.dll (we have version 1.7.2600.2180). The code works great on Alpha …
4
votes
1answer
100 views
Is it possible to cast a .NET class into a COM library class?
I am using the MathInputControl class in C# through the micautLib COM library.
Example:
MathInputControl mic = new MathInputControlClass();
mic.EnableExtendedButtons(true);
mic.Show();
…
0
votes
1answer
83 views
Precise response to tablet/mouse events in Windows
How can I tell Windows not to do unhelpful pre-processing on tablet pen events?
I am programming in Python 2.6, targetting tablet PCs running Windows 7 (though I would like my program to work with …
2
votes
0answers
52 views
Looking for recomendations for v. small tablet device [closed]
Hi guys,
I'm looking for a small cheap device for a disabled child to use for communication - the code is written (it's JavaScript and a lot of .wav files) and it needs a device to run on. Currently …
1
vote
1answer
32 views
Detect StylusDown outside app window
Simple question, hope the answer won't be: "You cant" :-)
How (in code) can I subscribe to a "global" stylus down event. Windows 7 obviously does it in some way, as the little tablet icon appears as …
0
votes
0answers
39 views
Stylus packets lost when using RealTimeStylus with WPF
I am using RealTimeStylus to get Ink data in a WPF application. This works fine until the window on which I collect the ink loses focus. When I draw on the window after that, the AsyncStylusPlugin …
0
votes
0answers
37 views
Qt cursor flickers, when it’s over an InkCollector
I am writing a drawing program using PyQt4 for Windows 7. When my program is in "Drawing" mode, I use a InkCollector COM object to collect the ink strokes. When the tablet stylus is pressed down, the …
0
votes
0answers
69 views
How to Temporarily Disable Pen Input on Ubuntu (Jaunty) on Thinkpad X41 [closed]
I have a Thinkpad X41 tablet PC on which I installed Ubuntu. Everything works fine, including pen input. However, there is a hardware problem which causes the mouse to erratically jump to the bottom …
8
votes
12answers
1k views
Ultra-Portable Laptop or Tablet PC for Development and Sketching
I am a software developer that primarily writes in PHP, [X]HTML, CSS, Javascript, C# and C++. I use Eclipse for web development, Visual Studio 2008 for C++ and C# work, TortoiseSVN, Subversion server …
1
vote
1answer
69 views
How to make a Swing application touchable?
We developed a Swing GUI system running on PC, and the boss wants it to run on a special tablet PC too. Does anyone know what else we can do to achieve it? How to make a Swing GUI support touch …
3
votes
4answers
190 views
When developing for a tablet PC, how do I determine if the user clicked a mouse or a pen?
How do I check if the user clicked with a mouse or with a pen stylus on a C# control.
For eg. If the user clicks a text box with a pen button then I want an input panel to pop up but if he clicks …
0
votes
1answer
103 views
Is a HP Touchsmart tx2z Tablet PC a good investment for a first year university student? [closed]
Ok so i'm seriously considering getting the hp touchsmart tx2z tablet notebook pc but i've read mixed reviews on it and am getting nervous. I need this laptop to last me a good 4 to 5 years and i need …
1
vote
2answers
110 views
Developing a winforms application for both a tablet PC and WindowMobile
I'm developing an application for a Windows based tablet PC. This application is pretty much a port of an application I already developed on a Windows Mobile device using .NET CF. I want to write …
