Hello

see below portion of the rc file that we use for that purpose

Jan Slodicka


FORM ID MainForm AT (0 0 160 160)
NOFRAME
NOSAVEBEHIND
USABLE
MENUID MainFormMenuBar
BEGIN
    TITLE "..."
    //... other controls ...

    // This is bmp that covers the whole title bar
    FORMBITMAP  AT (0 0) Bitmap AppTitleBmp USABLE

    // Additionally we add some buttons drawn over title bar bmp
    BUTTON  "" ID btnIcons   AT (115 1 15 11) NOFRAME GRAPHICAL BITMAPID
IconsBmp  SELECTEDBITMAPID IconsSelectedBmp
    BUTTON  "" ID btnReport  AT (130 1 15 11) ... etc
END

BITMAPFAMILYEX ID AppTitleBmp
BEGIN
    BITMAP "AppTitleL.bmp"  BPP 8  COMPRESS DENSITY 1
    BITMAP "AppTitleH.bmp"  BPP 8  COMPRESS DENSITY 2
END

----- Original Message -----
From: "Christopher G. Abiad" <[EMAIL PROTECTED]>


> How do I add bitmaps to the title bar area of my palm application?
>
> (using CW9)
>
> Thanks in advance,
> chris



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

Reply via email to