The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
28 views

Rendering ink using directX

How to render ink on screen using DierctX? I am aware of InkManager in C# for rendering ink on canvas. I am trying to do similar functionality using SharpDX. But I don't have any sample code to ...
4
votes
0answers
38 views

How to restrict microsoft inkoverlay draw in input controls like (textbox, checkbox)?

I want to restrict InkOverlay drawing in textbox and checkbox, but I need to draw in label. How to achieve this. If I set theInkOverlay.AttachMode =InkOverlayAttachMode.Behind; It is applying ...
0
votes
1answer
77 views

Stylus ink pressure is not working

I am trying to apply Ink capability to my Windows Store App. Based on the Simplified Ink Sample in MSDN (note that I use C# sample), I modified the 51st line in Scenario1.xaml.cs, ...
0
votes
2answers
191 views

Mobile Webpage layout - carousel like

I've been doing a little experimenting building a mobile application to use with phone gap. When defining the layout although I have some questions: I want to build a single page layout with side ...
4
votes
2answers
69 views

Is there a way to detect if a pen is in proximity to the screen in WinRT

I want to be able to detect if I have a pen close to the screen or not. I would like for example to show a different appbar if I open it with a pen. Also I would like to show other things on the ...
1
vote
1answer
103 views

How Do I recognize basic shapes with Ink and WinRT

Is there a simple way to get shape recognition working with WinRT? With WPF it was simple I could just use InkAnalysis but it seems that it is not available in WinRT(?). I want to be able to draw ...
2
votes
1answer
98 views

Windows Inking For Windows 8 - How to Set Pen Texture

Any one knows if it is possible to set custom textures to Windows.UI.Input.Inking drawing strokes? If it is possible, how to do it?
0
votes
0answers
59 views

Extend Microsoft Ink English Recognizer

I want to create a recognizer for my language. My language extends English alphabet and adds a few more characters like dotted o and dotted u dotted s ... I still do not understand do i need to create ...
0
votes
1answer
82 views

Anyone remember Agilix ink controls for .net? (Tablet pc)

I am finally updating an old app that targeted some ink functions. At the time we used the Agilix controls to get a lot of ink functions. Basically it was infinotes in a single control. Does anyone ...
0
votes
1answer
799 views

How can I access ink levels of printers?

Okay, this is a Windows specific question. I need to be able to access the ink levels of a printer connected to a computer. Possibly direct connection, or a network connection. I recognize that it ...
0
votes
0answers
109 views

Ink Analyzer Default Recognizer is not available Error

I've just installed windows Microsoft Tablet PC SDK. When I run the sample applications from Microsoft they are all OK except the ones that uses HandwritingRecognition. In that case I got thie error : ...
0
votes
0answers
387 views

Can't find InkAnalyzer (IAWinFX.dll) in my system

I am working on a handwriting recognition application and want to use InkAnalyzer in it. I have seen an example on youtube which demonstrate the Microsoft Ink and InkAnalyzer. But the problem is I am ...
3
votes
3answers
6k views

How to draw on a canvas in Metro using C# and XAML

I am looking to allow my user to draw their signature in a canvas within a Windows 8 Metro application. Does anyone know of any examples using C# and XAML?
0
votes
1answer
212 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
120 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
56 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, ...
1
vote
1answer
214 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
184 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 ...
0
votes
1answer
701 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
397 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 ...
3
votes
3answers
1k views

Microsoft Ink Development

How to start development using Microsoft Ink? Where can i download the current Assemblies ? Thanks!
1
vote
1answer
2k 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 ...
0
votes
1answer
1k 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 ...
2
votes
1answer
139 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 ...
0
votes
1answer
102 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
84 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
620 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
158 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
230 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 ...
1
vote
1answer
698 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 ...