Mega Search
23.2 Million


Sign Up

Make a donation  
Tablet Integration  
News Group: borland.public.delphi.ide.general

Hi,
   I have an old application designed using Delphi 7. Now I want to
integrate tablet support in it.
What should I do?

thanks




Vote for best question.
Score: 0  # Vote:  0
Date Posted: 6-Jan-2008, at 5:14 PM EST
From: finalgoalsystems
 
Re: Tablet Integration  
News Group: borland.public.delphi.ide.general
I don't want to use a tablet PC.
I want to capture doctor's "handwriting" using a tablet like Wacom's and
store that handwriting in a MS SQL database.
I don't even want to use any recognition technology. What components and
controls should I use?

many thanks

"Hans-Peter Diettrich"  wrote in message 
news:4784b169$1@newsgroups.borland.com...
> finalgoalsystems wrote:
>
>> The applications stores medical data about the patients.
>>    I have a description field about the patient that must be filled by 
>> the
>> customer (doctor). I want to allow the doctor use handwritting for this
>> field instead of typing (She does not typing using keyboard).
>> I don't even need handwriting recognition at this phase. just want to 
>> know
>> how I can let the user use a tablet instead of typing.
>
> Your tablet should come with appropriate libraries (and drivers, if 
> required). I can imagine something like a TWAIN (scanner) interface, or 
> whatever protocol the tablet OS/firmware/software provides for data 
> exchange.
>
> My PocketPC with WinCE has built-in support for handwriting recognition, 
> which can be used by every PPC application. Then that application (.NET or 
> C++) on such a device can communicate with your program in various ways.
>
> DoDi 



Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 9-Jan-2008, at 5:43 PM EST
From: finalgoalsystems
 
Re: Tablet Integration  
News Group: borland.public.delphi.ide.general
finalgoalsystems wrote:

> The applications stores medical data about the patients.
>    I have a description field about the patient that must be filled by the
> customer (doctor). I want to allow the doctor use handwritting for this
> field instead of typing (She does not typing using keyboard).
> I don't even need handwriting recognition at this phase. just want to know
> how I can let the user use a tablet instead of typing.

Your tablet should come with appropriate libraries (and drivers, if 
required). I can imagine something like a TWAIN (scanner) interface, or 
whatever protocol the tablet OS/firmware/software provides for data 
exchange.

My PocketPC with WinCE has built-in support for handwriting recognition, 
which can be used by every PPC application. Then that application (.NET 
or C++) on such a device can communicate with your program in various ways.

DoDi

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 9-Jan-2008, at 12:22 PM EST
From: Hans-Peter Diettrich
 
Re: Tablet Integration  
News Group: borland.public.delphi.ide.general
The applications stores medical data about the patients.
   I have a description field about the patient that must be filled by the
customer (doctor). I want to allow the doctor use handwritting for this
field instead of typing (She does not typing using keyboard).
I don't even need handwriting recognition at this phase. just want to know
how I can let the user use a tablet instead of typing.

Thanks


"Vincent Bergeron"  wrote in message 
news:478245eb$1@newsgroups.borland.com...
> Hi!
>
> Can you be more precise? What do you want to do with your application?
>
> VB
> 



Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 9-Jan-2008, at 1:22 AM EST
From: finalgoalsystems
 
Re: Tablet Integration  
News Group: borland.public.delphi.ide.general
Hi!

Can you be more precise? What do you want to do with your application?

VB 



Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 7-Jan-2008, at 10:30 AM EST
From: Vincent Bergeron