I added an ImageView called BackgroundPicture to the designer, sent it to the background and loaded a jpg picture in code with:
fireworkspic = LoadBitmap(File.DirAssets, "fireworks.jpg")
BackgroundPicture.Bitmap = fireworkspic
It display fine but if I try to take a screenshot in debug mode, debug mode crashes and no screenshot is taken. Screenshots tool stays open (the menu items dims), but b4i has gone from debug mode to normal mode.
If I don't load the picture it takes the screenshot fine.
I have experimented with different sizes of the ImageView, but no difference.
There is no logs created for the event, neither in b4i or in Windows Event Viewer.
I use the same picture background for the same app in b4a, and it takes the screenshot fine there.
fireworkspic = LoadBitmap(File.DirAssets, "fireworks.jpg")
BackgroundPicture.Bitmap = fireworkspic
It display fine but if I try to take a screenshot in debug mode, debug mode crashes and no screenshot is taken. Screenshots tool stays open (the menu items dims), but b4i has gone from debug mode to normal mode.
If I don't load the picture it takes the screenshot fine.
I have experimented with different sizes of the ImageView, but no difference.
There is no logs created for the event, neither in b4i or in Windows Event Viewer.
I use the same picture background for the same app in b4a, and it takes the screenshot fine there.