Hi,

We use a web based application on a HHP Dolphin 9500 running PPC2002 over
WiFi.

ALL data is input through the Dolphins bar code imager/scanner, or the
Dolphins physical keypad. How can we supress the PPC Virtual Keypad from
popping up on every data entry field, as it covers vital data on screen.

Regards,

Andy

Re: Supressing the Virtual Keypad in PPC2002 by Trevor

Trevor
Thu Feb 05 08:30:39 CST 2004

Andy C,

SipShowIM(SIPF_ON);
SipShowIM(SIPF_OFF);

"Andy C" <andy@kiwi.co> wrote in message
news:urNScU86DHA.3052@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> We use a web based application on a HHP Dolphin 9500 running PPC2002 over
> WiFi.
>
> ALL data is input through the Dolphins bar code imager/scanner, or the
> Dolphins physical keypad. How can we supress the PPC Virtual Keypad from
> popping up on every data entry field, as it covers vital data on screen.
>
> Regards,
>
> Andy
>
>



Re: Supressing the Virtual Keypad in PPC2002 by Pietro

Pietro
Thu Feb 05 10:11:34 CST 2004

In article <#5k2YS$6DHA.1592@TK2MSFTNGP10.phx.gbl>, trevor@nospam.com
says...
> Andy C,
>
> SipShowIM(SIPF_ON);
> SipShowIM(SIPF_OFF);
>
Andy spoke about a web based application, so I think that he's having
this problem in PIE.
The solution is to use a new invisible virtual keyboard (size=0). You
can find somethink in the pockettoys on the microsoft site (I read this
here, but never tested) or you can build one easily, may be following
the sample in the Boling book (my choice, it worked for me, so it must
be easy ;).

Best regards
Ciao
Pietro