Android Question Convert a B4a (Panel)/View to bmp or pdf

DavidMeees

Member
Licensed User
Does anyone have an idea how to convert a b4a View to either a bmp or a pdf.

at the moment I get the view and the do a snapshot but this only gives the visible section of the view and not the whole view

Thanks
 

Attachments

  • convert View.txt
    1,022 bytes · Views: 102

Cableguy

Expert
Licensed User
Longtime User
you can try to create a panel outside of the visible field, and try to take a snapshot of it... but I don't really now if it will work... The snapshot feature was ment just for that, and assumes the view is visible on screen...
 
Upvote 0
Top