Hi all,
I scanned 5 musical note sheets under win 7 and generated a "vertical panorama picture" with IrvanView. The file properties are: width=1000, height=7000 dpi.
With a prog under Delphi 5 and Win 7 I can load this bitmap and scroll it. No problems with memory, no exceptions.
Now I tried to do the same with b4a. I load the bitmap with:
bm.Initialize(folder, "MyNotes")
No memory error. bm.Width shows 1000, bm.height shows 7000.
Then I put the bitmap "bm" to a imageView.bitmap:
img1.Bitmap = bm
No exception, no error.
The img1 is on a panel of a scrollview, because I want to scroll the "very long" picture, but I see nothing: The screen is empty, no error, no exception.
Has anyone an idea what I can do to show and scroll this large bitmap?
I scanned 5 musical note sheets under win 7 and generated a "vertical panorama picture" with IrvanView. The file properties are: width=1000, height=7000 dpi.
With a prog under Delphi 5 and Win 7 I can load this bitmap and scroll it. No problems with memory, no exceptions.
Now I tried to do the same with b4a. I load the bitmap with:
bm.Initialize(folder, "MyNotes")
No memory error. bm.Width shows 1000, bm.height shows 7000.
Then I put the bitmap "bm" to a imageView.bitmap:
img1.Bitmap = bm
No exception, no error.
The img1 is on a panel of a scrollview, because I want to scroll the "very long" picture, but I see nothing: The screen is empty, no error, no exception.
Has anyone an idea what I can do to show and scroll this large bitmap?