Hi, I'm having trouble with the mobile command control using images on the ipaq H450 and XDA devices. These devices don't render the images, commands are just rendered as standard buttons. This problem doesn't occur on older ipaq models. Has anyone else seen
this problem? Is there a solution? Thanks.. Iain
Usually devices will render image type command control as the standard button if the supportsImageSubmit capability is set as false. AFAIK the device you mention above is not in machine config - if that is the case you will have to add a filter for it and set
the supportsImageSubmit caps to true. Hope that helps Kashif
XDA is the PocketPC phone edition of the PPC which has the same UA string as the regular PPC device. BOth of these devices are supported and should have 'supportsImageSubmit' capability set to 'true'. Are u sure that this capability is not explicitly disabled
on the device itself?
I've worked out the problem, The UA string is slightly different for newer version of the XDA. In the older version the UA string ends with deviceId;screenwidth*screenhight in the newer version it is screenwidth*screenhight;deviceId; so the filter doesn't work
so I had to modify the reg-ex to make it work
iain_scott
Member
110 Points
22 Posts
Ipaq H450 and XDA mobile commands
Jul 31, 2003 02:35 PM|LINK
kashif
Contributor
2748 Points
547 Posts
Microsoft
Re: Ipaq H450 and XDA mobile commands
Aug 01, 2003 12:43 AM|LINK
rakeshg
Member
200 Points
40 Posts
Microsoft
Re: Ipaq H450 and XDA mobile commands
Aug 07, 2003 10:28 PM|LINK
iain_scott
Member
110 Points
22 Posts
Re: Ipaq H450 and XDA mobile commands
Aug 08, 2003 01:47 PM|LINK