I use SipSetDefaultRect( &rect ) to specify the soft keyboard's location in
my app. It runs well on the emulator as well as some real PDAs like the X3i,
HHP9500, T-Mobile PPC... But on the new iPaq 4705 the keyboard does not move
off its default position.

Does my technique miss some thing or this is because of Windows 2003 SE.
This is the first PPC SE I work with.

Thanks,

Vu

RE: position of SIP by Vu

Vu
Mon Oct 04 10:25:05 CDT 2004

:-)

I found it. it seems that this ipaq ( or ppc se ) requires to set the
correct left & right coordination. For other PDAs, the incorrect left/right
coordination seems to be corrected automatically.

After setting the correct left/right, it works fine.

Thanks,

Vu


"Vu" wrote:

> I use SipSetDefaultRect( &rect ) to specify the soft keyboard's location in
> my app. It runs well on the emulator as well as some real PDAs like the X3i,
> HHP9500, T-Mobile PPC... But on the new iPaq 4705 the keyboard does not move
> off its default position.
>
> Does my technique miss some thing or this is because of Windows 2003 SE.
> This is the first PPC SE I work with.
>
> Thanks,
>
> Vu
>