tablet-pc

Tablet PC SDK (1.7) Merge Module + VS2008 + Windows Vista?

Hi there, I have a VS2005 deployment & setup project, that makes use of the Tablet PC SDK 1.7 Merge Module, so users of Windows XP can make use of the managed Microsoft.Ink.DLL library. Now that we've moved over to Vista/VS2008, do I still need to install the TPC SDK (to get the merge module) or can I make use of something that Vista h...

What happens when the stylus "lifts" on a tablet pc? How best to capture that event?

I am working on a legacy project in VC++/Win32/MFC. Recently it became a requirement that the application work on a tablet pc, and this ushered in a host of new issues. I have been able to work with, and around these issues, but am left with one wherein I could use some expert suggestions. I have a particular bug that is induced by the ...

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 for local repositories, SQL Server Express, Apache and MYSQL. I also use Office 2007 for word processing and spreadsheets and use Vista Ult...

Can offline web apps be a replacement for desktop apps?

I work on a desktop sales app that is run off a tablet and was wondering if this and other "traditional" desktop tablet applications could be viable as a offline web application. The main difference with tablet applications being the inking support. I think a web app can get close with browser gestures. ...

Javascript mouse tracking speed

I was working on a tablet PC using zoho notebook (http://notebook.zoho.com) earlier today and noticed that stylus input is not as accurate or smooth as something like say, OneNote. It seems like the functionality is done in javascript, so my question then becomes: Is it possible to increase the accuracy (for pen tool functionality that i...

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 with a mouse then it shouldn't. So how do I check whether he was using a mouse or a pen? Edit: Using Windows Forms not WPF ...

How to disable default TextInputPanel for an application?

Hi all, I have a wpf application (I use CAL) for a tablet pc. I created a custom text input panel. Now is my question: How can I disable the default TextInputPanel? This is only through my application offcourse because I still want the utility in my winxp and other apps on the tablet. The problem is that when I hover to long near...

Help with Autocomplete feature in Tablet PC

Environment : Visual Studio 2005 , using the Tablet pc SDK Language : C++, COM, ATL I am using the COM classes for development of Ink recognition characters. I am using IInkCollector, IInkDisp, and IInkRecognizer. I am able to capture the ink and recognize it too. But I want the Autocomplete feature so the handwriting automatically g...

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 the application from scratch, taking advantage of all of the knowledge I've gained in software development. I'd also like to write this new ...

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 operation? The touch-support driver of the tablet PC is necessary, of course. ...

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 little modification on XP with a SMART interactive whiteboard, and for mouse users on Linux/Mac). I've written a program which hooks into the...

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 soon as I use the stylus (wacomm pen and touch, but this seems irrelevant). I want to create a simple drawing app which runs silently in t...

Get the modified contextnodes from Microsoft InkAnaylzer

Hi, I was wondering if there was any way to get only the modified (or new) ContextNodes (word nodes) from the InkAnalyzer. I am trying to recreate something similar to the word suggestion combo boxes in Windows Tablet Input Panel. Does anyone know how I might be able to get only the modified nodes? Thanks in advance for any help. Cheer...

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 InkCollector object supresses the cursor and only shows a writing tip. When the stylus is hovering, I see the normal cursor and it flickers...

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 does not receive Packets, StylusUp or StylusDown events, even if it get the focus again. The curious thing is that this problem only occurs o...

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(); I am using Microsoft.Ink and I would like to be able to send an Ink object to the MathInputControl object through the MathInputControl....

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. It's the freehand drawing which worries us. They will be using a tablet pc with stylus. The customer is running Office 2007. This project ...

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 (Server 2008 R2) but on Beta (Server 2008) it fails. Our code is compiled in x86 and both server's app pools are set to allow x86 programs. ...

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 will then need the results send to a server side script, PHP in my case. Essentially, this would be a simple mouse drawing canvas with the...

Comparing signatures in Ink Serilized Format

Hey guys, I have a load of signatures I wish to compare (all in ISF - ink serialized format). Does anyone know how to compare these signatures? Thanks in advance ...