R RB Smissaert Well-Known Member Licensed User Longtime User Oct 12, 2018 #1 Trying to make a screenshot of my app and tried the Selfie library: https://www.b4x.com/android/forum/threads/selfie-make-screenshot-of-your-own-app.73398/#content Used the exact code as in the above thread and I get no errors, but I can't find any produced image file. Tried various other locations, but still no success. Does this library still work? RBS
Trying to make a screenshot of my app and tried the Selfie library: https://www.b4x.com/android/forum/threads/selfie-make-screenshot-of-your-own-app.73398/#content Used the exact code as in the above thread and I get no errors, but I can't find any produced image file. Tried various other locations, but still no success. Does this library still work? RBS
Johan Schoeman Expert Licensed User Longtime User Oct 13, 2018 #2 Try this https://www.b4x.com/android/forum/threads/take-a-screenshot-with-inline-java-code.86798/ Upvote 0
R RB Smissaert Well-Known Member Licensed User Longtime User Oct 13, 2018 #3 Johan Schoeman said: Try this https://www.b4x.com/android/forum/threads/take-a-screenshot-with-inline-java-code.86798/ Click to expand... Thanks, have solved this now with Erel's code in the above thread, the one with: B4X: jo.RunMethodJO("getWindow", Null) RBS Upvote 0
Johan Schoeman said: Try this https://www.b4x.com/android/forum/threads/take-a-screenshot-with-inline-java-code.86798/ Click to expand... Thanks, have solved this now with Erel's code in the above thread, the one with: B4X: jo.RunMethodJO("getWindow", Null) RBS