[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Gluing handwriting recognition (Windows Vista) and other applications via Ruby?

Axel Etzold

3/6/2008 10:10:00 AM

Dear all,

now a happy owner of a small handheld computer running Windows
Vista, which has a good handwriting recognition tool, I noticed
that I cannot use it in OpenOffice or Firefox or Abiword.

Do you know whether it is possible to somehow connect the output of
the handwriting tool (maybe via some pipe-based construction using Ruby)
to some other application ?
Another problem is how to make the handwriting tool appear in the
first place when an OpenOffice window is active.

Thank you very much for your help!

Best regards,

Axel



--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/s...

2 Answers

James Tucker

3/6/2008 12:51:00 PM

0


On 6 Mar 2008, at 10:10, Axel Etzold wrote:

> Dear all,
>
> now a happy owner of a small handheld computer running Windows
> Vista, which has a good handwriting recognition tool, I noticed
> that I cannot use it in OpenOffice or Firefox or Abiword.
>
> Do you know whether it is possible to somehow connect the output of
> the handwriting tool (maybe via some pipe-based construction using =20
> Ruby)
> to some other application ?
> Another problem is how to make the handwriting tool appear in the
> first place when an OpenOffice window is active.

You may want to speak to the java people regarding that, but...


Turn on "Advanced Text Services for All Applications" down in the =20
control panel under either region and language settings.


This can have some issues with the VS < 7 debugger under certain =20
conditions, other than that it's generally fine.

>
>
> Thank you very much for your help!
>
> Best regards,
>
> Axel
>
>
>
> --=20
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal f=FCr Modem und ISDN: http://www.gmx.net/de/go/s...
>


Ben Oakes

3/10/2008 12:24:00 AM

0