Making my first real foray into PilRC (been using Constructor) and I have encountered a problem while trying to use FORMBITMAP with high density bitmap families.... I have the following:
FORM ID MainForm AT (0 0 160 160) USABLE NOSAVEBEHIND HELPID 0 DEFAULTBTNID 0 MENUID 1000 BEGIN TITLE "test" BUTTON "OK" ID MainOKButton AT (3 145 40 12) USABLE FRAME FONT 0 FORMBITMAP AT (42 38) BITMAP TestBitmapFamily END
BITMAPFAMILYEX ID TestBitmapFamily BEGIN BITMAP "TestBW.bmp" BPP 1 DENSITY 1 BITMAP "TestColor.bmp" BPP 8 COMPRESS DENSITY 1 BITMAP "TestHiRes.bmp" BPP 8 COMPRESS DENSITY 2 END
But PilRC Designer doesn't seem to recognize TestBitmapFamily as a proper bitmap... and, of course, it crashes on POSE. What am I doing wrong?
Have you applied the 9.1 update to CW V9 -- it includes an updated PilRC Designer. I don't see anything wrong with your syntax here -- have you looked at the output PRC file using PRC Explorer to see if the resources look OK?
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
