Ricardo,
Can you provide me with a little more of the "step by step" detail of
what you are doing? I can try to track this down. Let me know what OS
you are running as well. If you want to contact me directly, feel free
to do so (eric dot cloninger at palmsource dot com). If you are trying
to import a bitmap, please attach it.
If you need to create at bitmap resource from scratch, follow this
example
<BITMAP_RESOURCE RESOURCE_ID="2000">
<BITMAPS>
<BITMAP>
<WIDTH> 148 </WIDTH>
<HEIGHT> 145 </HEIGHT>
<BIT_DEPTH> 1 </BIT_DEPTH>
<BITMAP_COMPRESSION> BEST
</BITMAP_COMPRESSION>
<HAS_TRANSPARENCY> FALSE
</HAS_TRANSPARENCY>
<HAS_COLOR_TABLE> FALSE
</HAS_COLOR_TABLE>
<BITMAP_FILE> "bitmap1.bmp"
</BITMAP_FILE>
</BITMAP>
</BITMAPS>
</BITMAP_RESOURCE>
Or this bit of DTD might be of use
<!ATTLIST BITMAP_RESOURCE RESOURCE_ID CDATA #REQUIRED>
<!ATTLIST BITMAP_RESOURCE LOCALE CDATA "">
<!ATTLIST BITMAP_RESOURCE OVERLAY_STATUS CDATA "">
<!ATTLIST BITMAP_RESOURCE COMMENT CDATA "">
<!ELEMENT BITMAP_RESOURCE ( COMMENT_TEXT?, BITMAPS )>
<!--
========================================================================
======
Elements used by bitmap objects.
========================================================================
======
-->
<!ELEMENT BITMAPS (BITMAP+)>
<!ATTLIST BITMAP COMMENT CDATA "">
<!ELEMENT BITMAP ( BITMAP_DENSITY?, WIDTH, HEIGHT, BIT_DEPTH,
ROW_BYTES?, BITMAP_COMPRESSION,
HAS_TRANSPARENCY, TRANSPARENT_INDEX?, TRANSPARENT_COLOR?,
HAS_COLOR_TABLE, COLOR_TABLE?, (BITMAP_DATA | BITMAP_FILE) )>
<!ELEMENT BITMAP_DENSITY (#PCDATA)>
<!-- <!ELEMENT WIDTH (#PCDATA)> -->
<!-- <!ELEMENT HEIGHT (#PCDATA)> -->
<!ELEMENT BIT_DEPTH (#PCDATA)>
<!ELEMENT ROW_BYTES (#PCDATA)>
<!ELEMENT BITMAP_COMPRESSION (#PCDATA)>
<!ELEMENT HAS_TRANSPARENCY (#PCDATA)>
<!ELEMENT TRANSPARENT_INDEX (#PCDATA)>
<!ELEMENT HAS_COLOR_TABLE (#PCDATA)>
<!ELEMENT TRANSPARENT_COLOR (INDEX | (RED, GREEN, BLUE))>
<!ELEMENT BITMAP_DATA (#PCDATA)>
<!ELEMENT BITMAP_FILE (#PCDATA)>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Ricardo Ribeiro
> Sent: Friday, December 03, 2004 7:48 AM
> To: Palm Developer Forum
> Subject: Resource Editor with problem
>
> Hi,
>
> Im having a problem with the resource editor, when i add a
> bitmap resource, the thumbnails bitmaps do not appear... and
> I need to create the xrd file manualy.
>
> somebody know what i can do to solve this problem?
>
>
> thanks a lot,
>
>
> Ricardo
>
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.289 / Virus Database: 265.4.5 - Release Date: 3/12/2004
>
>
> --
> For information on using the Palm Developer Forums, or to
> unsubscribe, please see http://www.palmos.com/dev/support/forums/
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/