tags:

views:

51

answers:

2

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 .

A: 

We can do image resizing

Bohemian
+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
yes that is an idea
Bohemian
Something similar I guesshttp://stackoverflow.com/questions/1916523/blackberry-background-bitmap-doesnt-fit-for-scrolling-page
Bohemian