03-01-2010 03:30 AM - edited 03-01-2010 03:36 AM
Really frustrated at this, not sure what I'm doing wrong. I simply have a .PNG image of a 20x20 pixels box whose bottom side I would like to place flat on the bottom of the screen.
To achieve this I set the box's Y-axis position to be at Display.getHeight() - bitmap.getHeight(), but this is not behaving correctly.
Using a JDE 4.3 simulator (a Pearl I think? device whose LCD is taller than is wider), I found the box to be a few pixels above the LCD's bottom part.
Can anyone verify this or tell me what I could possibly be doing wrong?
Thanks
03-01-2010 04:09 AM
don't have experience on false values on the pearl, but you may be able to fix this using setStatus on a MainScreen. Only a workaround, but maybe it helps.