> 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?

i would recommend you look at PRCExplorer by regis nicolas. it handles
practically every resource (standard) correctly and lets you know if they
are generated correctly. the fact that PilRC designer doesn't recognize
it doesn't mean it is a bug in pilrc :)

also, it would pay to make sure you have the latest pilrc. one of the
most stable/latest is shipped with CodeWarrior R9. 3.0 is just around
the corner and will let a new standard/current version be out which
everyone should eventually use :)

---
Aaron Ardiri                           [EMAIL PROTECTED]
CEO - CTO                                              +46 70 656 1143
Mobile Wizardry                         http://www.mobilewizardry.com/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to