At 11:20 PM +0100 21-03-00, Alan Macy wrote:
>In Palm OS 3.5, app icons may be displayed in a list view.  The
>Companion docs say:
>
>"Your application should have two icons: one for the main
>view of the launcher and a smaller version for the list view.
>The first icon should be 22 x 22 pixels. It should be numbered
>1000 and have the type tAIN. The smaller icon should be 15 x
>9 pixels, should be numbered 1001 and have the type tAIB."

That text is not correct!

Both icons will (eventually) have type 'tAIB'.  The resource numbers are
1000 and 1001.  The sizes are correct.

To create a 'tAIB' you have several options

1) create an 'ICON', and PalmRez will turn this into a 1-bit deep 'tAIB'

2) create a 'cicn', and PalmRez will turn this into a 1- and 2-bit deep 'tAIB'

3) create a 'taif', and PalmRez will turn this into a 'tAIB' with the
collection of images and depths that you specify.

Option 3 is recommended, but works only with the 3.5 SDK and tools.

                                --Bob



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to