PDA

View Full Version : HighRes Bitmaps in NSBasic? - It's possible


hansschmucker
01-30-2003, 07:03 PM
It's actually really simple. Just compile your app in NSBasic, Then open the PRC in Constructur and you can replace every bitmap with a high-density bitmap, just make sure it has exactly 2x the size of your original bitmap and the mode is set to highdensity, howevew I've got no idea how this behaves on LR devices. It works great on my NX70V

Eric S
01-30-2003, 08:57 PM
Not sure what the correct Constructor term is, but I know that in PilRC, you would use a BitmapFamily, which would have both a standard density and high density bitmap built in. That way it works on a standard density device the way you expect, but looks better on a high density device.

I've been thinking of doing something like this to replace icons with HiDensity icons on a few programs that look too blocky.