Questions tagged [tablet-pc]

101 questions
16
votes
3 answers

Will TelephonyManger.getDeviceId() return device id for Tablets like Galaxy Tab...?

I want to get the device id that will be unique for each Android device. I am presently developing for a Tablet device. Want to get unique device id and store the corresponding values... So, i want to know whether Tablet devices will return a value…
Rahul Kalidindi
  • 4,666
  • 14
  • 56
  • 92
14
votes
4 answers

Recording and storing high-res hand drawing

Are there any advanced solutions for capturing a hand drawing (from a tablet, touch screen or iPad like device) on a web site in JavaScript, and storing it on server side? Essentially, this would be a simple mouse drawing canvas with the specialty…
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
6
votes
1 answer

GetJSObject fails when run on Microsoft Surface (Excel-VBA)

I have written a small utility in Excel-VBA that also interacts with Acrobat Javascript in a handful of separate .pdf files. The code has been tested extensively and runs exactly as intended on my desktop PC. However, I ultimately need to implement…
John Q. Noob
  • 181
  • 1
  • 2
  • 18
5
votes
3 answers

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…
Anirudh Saraf
  • 179
  • 1
  • 11
5
votes
1 answer

Windows tablet touch keyboard doesn't popup when textfield focused

When focus is gained into a TextField, the touch screen keyboard doesn't appear. I suppose it's because a JavaFx Application isn't Metro compliant? I find a way to pop up the keyboard: public class Controller { public static void…
Aubin
  • 14,617
  • 9
  • 61
  • 84
5
votes
1 answer

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…
zfedoran
  • 2,986
  • 4
  • 22
  • 25
4
votes
1 answer

How to detect if Windows 10 is in tablet mode

I'm trying to find a method to detect if Windows 10 is in tablet mode or not. Please note, this is not about querying whether the user has a Tablet PC or not - that can be solved with GetSystemMetrics(SM_CONVERTIBLESLATEMODE). In my case the above…
Dan
  • 107
  • 6
4
votes
1 answer

Delphi 2010 Tablet PC Support

One of the big selling points I saw when I had to buy delphi for my job was the ability to support tablet pc's. Now the client of the company where I work want to use a tablet pc. I've been trying hard to find examples of delphi with tablet pc but I…
Sambatyon
  • 3,316
  • 10
  • 48
  • 65
4
votes
2 answers

Start another application on top most in tablet mode

When I run another .exe from my application it starts in the background and does not show the application on top of the screen instead shows tablet mode home screen , it's working fine in normal desktop mode but when I run it in Windows 10 Tablet…
Rahul Shirphule
  • 989
  • 3
  • 14
  • 36
4
votes
2 answers

Using Windows Tablet PC Input to implement handwriting recognition

I want to write a app (initially Windows) that include handwriting to text recognition. I want to use the Windows built-in Tablet PC INput. My question is is there a way to capture the strokes as an image, "send these to the OCR engine used by the…
TenG
  • 3,843
  • 2
  • 25
  • 42
3
votes
2 answers

How to get Pressure from a Tablet PC to be used with HTML5-Canvas

I want to draw with my Tablet PC (HP Elitebook) in a web page, and I want to create a "Paint" that I can use in a web browser, using HTML5-Canvas if possible. I'm new to Tablet PC programming ... and I only found ways to manage stylus pressure with…
Mar Cnu
  • 1,165
  • 11
  • 16
3
votes
2 answers

How to recognize mathematical symbols using recognizer classes?

I am doing a project for tablet based pc's where the user would write an equation to be solved. The problem is that the recognizer classes that I am using, InkAnalyzer, cannot recognize root signs or any other mathematical signs that I input. Is…
YoungProgrammer
  • 47
  • 2
  • 10
3
votes
1 answer

How do you detect tablet PC screen rotation in a full screen Silverlight application?

I am working on a Silverlight 4 out of browser (OOB) application on a Windows 7 tablet PC. The majority of the time, the program is in full screen mode. However, if the user rotates the tablet, the application rotates and stays full screen, but is…
bsruth
  • 5,372
  • 6
  • 35
  • 44
3
votes
0 answers

Incorrect mouse event zooming in windows surface using easeljs / createjs

I have a website that uses CreateJS and canvas. Some objects have associated a click event. Works well in browsers and mobile devices, except in windows surface. If I zoom in windows surface the click event is lost when the screen moves. Only works…
Juan Pablo
  • 81
  • 1
3
votes
1 answer

How can I fixate form for tablet PC in Delphi XE2?

I have a problem. I create a fullscreen form in Delphi XE2. Then I run my application on tablet PC with windows 7 on board where screen resolution is 1024x600. Then I rotate tablet PC (now resolution is 600x1024) and I had some problems with…
0xFF
  • 585
  • 1
  • 6
  • 22
1
2 3 4 5 6 7