Tagged Questions
The ink tag has no wiki summary.
2
votes
3answers
245 views
Microsoft Ink Development
How to start development using Microsoft Ink?
Where can i download the current Assemblies ?
Thanks!
1
vote
0answers
93 views
Handling ink In Microsoft.ink sdk
I am working on microsoft ink sdk. or the tablet pc using C#
I have some strokes which i want to modify mathematically. in GIF format or ISF format I don't know how to retrieve the pressure ...
1
vote
1answer
105 views
animating strokes in an inkpresenter
I am trying to animate the colors of strokes in an inkpresenter. Is there a way to make an animation for each stroke in an inkpresenter? It seems like storyboards only allow you to modify properties ...
1
vote
1answer
753 views
How to use useLegacyV2RuntimeActivationPolicy with multiple projects?
i'm trying to include handwriting recognition capabilities as a library into a WPF .NET 4 Solution containing multiple projects. Therefore i wanted to use the IAWinFX.dll (tablet PC SDK 1.7) on Win7 ...
1
vote
1answer
77 views
Separating lines in Microsoft Ink
Using Mircosoft.Ink, when I have a RecognizerContext rec, how can I separate the different lines? I need to get the text that was written per line and not everything together when I call ...
1
vote
1answer
541 views
How to retrieve cartridges ink level programmatically (Epson StatusMonitor + Mac OS X)?
I'm looking for a way to query the ink level for my Epson DX 4050 on Mac OS X. There is some UI called EPSON StatusMonitor to display cartridges levels graphically, but I'd like to get it from the ...
0
votes
0answers
41 views
Parsing Windows Journal (JNT) files
According to .NET docs here, it should be possible to convert JNT files into XML using the Microsoft.Ink.JournalReader.ReadFromStream component. However, all the code samples on MSDN are old and ...
0
votes
2answers
47 views
What API's are there to enable drawing in a Web App?
I need something similar to the Silverlight InkPresenter, that allows a freehand drawing to be saved onto a picture (so a fixed background and a drawn foreground saved into one final picture).
...
0
votes
1answer
29 views
What is the most popular cross-platform ink-capturing and displaying technology?
I need to develop a simple application that allows the user to write some text and save it in the DB. It needs to be reasonably secure.
Unfortunately... it needs to work on both Windows and Mac, ...
0
votes
1answer
402 views
lock a scrollviewer in place
I have an inkpresenter inside a scrollviewer for a Windows Phone 7 application. Often when the user starts to draw, the scrollviewer takes over mid stroke, making it hard to actually draw stuff. I ...
0
votes
1answer
211 views
Microsoft Ink InkAnalyzer “… is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)”
i am getting a "... is not a valid Win32 application. (Exception from
HRESULT: 0x800700C1)"
Exception with the following code, any suggestions how to fix it ?
InkAnalyzer analyzer = new ...
0
votes
1answer
528 views
How to get a microsoft.ink (XP Tablet PC SDK) app that works on windows 7 to work in winXP (not tablet edition)
I've written and tested an app that runs perfectly on Win7 using the XP Tablet PC SDK 1.7, but am having problems getting this to work on standard XP which a number of our clients use. I guess XP is ...
0
votes
1answer
61 views
How can I get started with Microsoft Ink for Mobile?
We have a simple requirement - to allow drawing on top of a picture and save it.
I've seen an example using an ink control (which I am lead to believe comes with .net) that does exactly what I want, ...
0
votes
1answer
58 views
Comparing a Stroke to a Path
I want to analyze a user's input on an InkPresenter to a template.
Pseudo-xaml
<Canvas>
<Canvas ScaleTransform="to match parent size">
<Path Data="some line or bezier">
...
0
votes
2answers
293 views
How to clear microsoft ink picture control?
Say I draw something and I have a button to clear , how do i clean/clear/reset the drawing on the control ?
0
votes
1answer
86 views
how do I measure the stroke angle?
I am working on wpf project, I want to know how to measure the angle of the stroke on the ink canvas? whether the stroke is right inclined or left inclined?
0
votes
1answer
140 views
Accurate BoundingBox on Microsoft ISF?
I have a set of Microsoft ISF (Ink Serialized Format) images, which I am attempting to convert to PNGs to include in a web page. I have successfully used the C# package Microsoft.Ink to draw the ink ...