Hi,
I"m using Blackberry's splash screen sample code:
http://www.blackberry.com/knowledgec...+splash+screen
However, I'm having trouble position my PNG at the center of the screen.
For some reason, the PNG is always placed at the upper left hand corner.
The dimension of my PNG is 103 x 82.
I've already tried passing "Field.FIELD_VCENTER | Field.FIELD_HCENTER" into the super() and also "Field.USE_ALLWIDTH | Field.USE_ALL_HEIGHT | Field.FIELD_VCENTER | Field.FIELD_HCENTER"
But it's still being placed at the top left corner.
Does anyone know how I could get it centered?
Thanks