> ok,  well,  i wrote an app for a IIIc with bitmap buttons,  and gave the
> button a bitmap family.  but for some reason running it on a spt 1740 the
> button appears, but with ascii type symbols. i'm using cw6.  could this be
> because the structs aren't the same in the differant os's for the buttons?
> if so,  how can this be done compatibly? with minimul changes?

  you see, this is one of the reasons i was lagging on supporting 3.5
  controls in PilRC (its in now, 2.6 will be released soon). what it
  sounds like you are doing is that you are using a resource object
  that ONLY exists in palmos 3.5 and greater.

  is the symbol running palmos 3.5? :)

  standard way to do "image button" on pre-3.5? is like this (PilRC)

---
BUTTON "" ID globalFormHelpButton AT (133 1 12 12) NOFRAME
FORMBITMAP AT (PrevLeft PrevTop) BITMAP bitmapHelp

BITMAP bitmapHelp  "images/help1bpp.bmp" COMPRESS
---

  of course, the "bitmap" definition could use a bitmap family if
  needed.. in my case, i didn't need it :)

  cheers

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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

Reply via email to