Interesting. I had thought the resource type for the
"multibit icons" (Constructor 1.0.3) actually -was-
'cicn'. But I used PAR to dissect my .prc and there
it was: TWO resources of type tAIB w/ the same
resource ID!!! So ... what was this pseudo-resource-type
of 'cicn' for? If you do a GetResource using that type you
don't find anything ... but if you get using an type of tAIB
you find the multibit version if present and the bw version
if the color one is not there.
--
-Richard M. Hartman
[EMAIL PROTECTED]
186,000 mi/sec: not just a good idea, it's the LAW!
Bob Ebert wrote in message <5836@palm-dev-forum>...
>
>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