Simular problem on me, I do copy my BitMap to constructor, everythings are fined. When I do re-open the bitmap under condtructor, the color will be changed ( e.g. Red will be changed to Blue, Blue will be changed to Red etc... ).. After I do some change on the bitmap, the color will be changed again ( back to the colour what initial I want ). what setting I do need to set for the above problem....
Thank you for your attentions. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mark A. Peters Sent: Saturday, November 17, 2001 4:24 AM To: Palm Developer Forum Subject: Re: Constructor 1.6 bitmap bugs So are you saying that the bitmap editor isn't guaranteed to work unless it is referenced from a family? If so, it seems rather unfriendly to force people to create the family then the bitmaps, rather than the bitmaps then the family. I'll try it though and see what happens. Mark Peters "Heather Tufts" <[EMAIL PROTECTED]> wrote in message news:68131@palm-dev-forum... > I wanted to create a color and a black & white bitmap that is 82 x 11 > pixels. I took a screen shot from the Emulator, used the > Windows "Paint" > program to copy a piece of the bitmap, created a constructor > bitmap using > ctrl-K, set the size, set the depth to 256 colors, used the > "Recolor using > current color table" menu item, and then pasted in my bitmap > - everything > looked good, so I closed the bitmap editor. Upon reopening > it, I found that > the bitmap had been completely destroyed - it was turned into > a kaleidoscope > of colors. It sounds like you are using bitmaps outside of a bitmap family. Try making them part of a family and this should work fine. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
