kornalius
10-17-2006, 11:54 AM
Hi guys,</p>
After some good testing I am finally am able to give some answers on the issues which the bitmaps are causing on the PocketPC:</p>
<u>1. Bitmaps don't show on PocketPC's.</u></p>
Download the attached Classes.zip*file and unzip it into (replace original file).
***</p> C:\Program Files\PPL\ (on the desktop) C:\Program Files\PPL\VFB\ (on the desktop) \Program Files\PPL\VFB\ (on the PocketPC)
</p>
<u>2. Cannot make a bitmap or icon clickable.</u></p>
You need to set the SS_NOTIFY style for the bitmap control. Then edit the OnClick event.</p>
<u>3. Bitmaps are always showing on top of other controls on the PocketPC.</u></p>
This seems to be a Windows Mobile problem. We have fixed it but you will need to wait for the update. In the meantime you can do the following in the Form Creation Code Section:</p><pre></pre>
Replace MyBitmap100$ with your own. This will put the MyBitmap100$ bitmap to the background. Note that this will only make the bitmap a background control. If you need a better fix, please wait for this week's update (1.06).</p>
After some good testing I am finally am able to give some answers on the issues which the bitmaps are causing on the PocketPC:</p>
<u>1. Bitmaps don't show on PocketPC's.</u></p>
Download the attached Classes.zip*file and unzip it into (replace original file).
***</p> C:\Program Files\PPL\ (on the desktop) C:\Program Files\PPL\VFB\ (on the desktop) \Program Files\PPL\VFB\ (on the PocketPC)
</p>
<u>2. Cannot make a bitmap or icon clickable.</u></p>
You need to set the SS_NOTIFY style for the bitmap control. Then edit the OnClick event.</p>
<u>3. Bitmaps are always showing on top of other controls on the PocketPC.</u></p>
This seems to be a Windows Mobile problem. We have fixed it but you will need to wait for the update. In the meantime you can do the following in the Form Creation Code Section:</p><pre></pre>
Replace MyBitmap100$ with your own. This will put the MyBitmap100$ bitmap to the background. Note that this will only make the bitmap a background control. If you need a better fix, please wait for this week's update (1.06).</p>