At 12:00am -0700 00-08-04, Palm Developer Forum digest wrote:
>Subject: Bitmap not displaying on Graphic Button
>From: "Timothy Astle" <[EMAIL PROTECTED]>
>Date: Thu, 3 Aug 2000 17:00:13 -0300
>X-Message-Number: 69
>
>I'm getting the Euro symbol displaying on my button instead of the graphic
>I've set up.  I see the graphic in constructor, but not when I run the app.
>
>Don't get me wrong, I have nothing against the Euro... I just don't want it
>on my graphic button :-)

This could be another case of "is it a numeric space or a euro"? The 
Euro character was substituted for the numeric space glyph at 
position 0x80, starting with Palm OS 3.3.

What this means is that Constructor might still have older fonts with 
the numeric space at this location, so it looks OK when you're 
editing the UI, but at run-time you'll see the Euro. Try running your 
app with a 3.1 ROM, and see what happens.

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

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