I having long image that is three times height of blackberry bold screen. when i m showing that picture in my application i cant able to view whole image.i can only see first part and last part middle part is not visible.Is there is any way to view the whole image like line by line .
+1
A:
If you want to be able to scroll the image, try putting the BitmapField inside of a VerticalFieldManager
created with the Manager.VERTICAL_SCROLL
style.
Marc Novakowski
2009-12-21 19:03:18
yes that is an idea
Bohemian
2009-12-22 04:33:29
Something similar I guesshttp://stackoverflow.com/questions/1916523/blackberry-background-bitmap-doesnt-fit-for-scrolling-page
Bohemian
2009-12-22 04:35:59