blackberry - Help displaying png files which require scrolling/zooming and sufficient image quality -


we attempting port simple application android/iphone blackberry. application tool allows user navigate , view png files pages in reference manual. on iphone/android, used webviewer view images. images range in size 500x900 900x1500. works great on android/iphone. tried same thing on blackberry (curve, storm, torch: 5.0, 6.0) blackberry browserfield not appear scroll horizontally when image zoomed. tried using zoomscreen, image quality poor manual pages unreadable.

does have suggestion how can implement functional viewer of these images allows zooming/scrolling , provides readable image quality?

i received answer on blackberry forum appears work:

you seem use mainscreen default scrolls vertically not horizontally. remedy that, create this:

mainscreen myscreen = new mainscreen(vertical_scroll | horizontal_scroll);

or, if extend it, put first line of custom screen constructor:

super(vertical_scroll | horizontal_scroll);


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -