iOS Question Screenshot command in Debug gets partial image

igodese

Member
Licensed User
Hi all. I'm writing some help pages for my application and I'm using the debug feature of B4i that takes a screenshot of the running App in various situations.

Normally, all is OK, except for a particular situation: when there is an opened Msgbox, the underlying view isn't captured and the resulting screenshot image is just the Msgbox with a gray background.

At the moment, I plan to use a graphic editor to "mix" the background views and the Msgbox, but this will be a long and boring job. Is there any way to capture both the Msgbox and alpha-modified views that are in background ?

Thanks in advance...
 

igodese

Member
Licensed User
Solved using the release App and taking screenshots directly on iPhone with home + power buttons. Thanks.
 
Upvote 0

igodese

Member
Licensed User
Ok, solved, but... it's easy and useful to take screenshots directly from the debug environment, on B4i IDE.

It's possible to get a "real" screenshot in debug using some trick ?

Why the resolution of the screenshot in debug is different from the one taken with the home+power buttons ?

Thanks in advance for any helping answer.
 
Upvote 0
Top