B4A Library [B4A] [B4XPages] ScreenRecorder/ScreenShots - moster67    Jan 24, 2021   (33 reactions) enables screen-recording with audio, capturing screenshots and screen-mirroring. Send me a PM (start...-capturing (recording or screenshots), users have to give permission.
3) some apps, such as Telegram... B4i Tutorial Get screenshots for all iPhone devices for free and easily for use in AppStore - hatzisn    Jul 4, 2024   (12 reactions)   tags: Appstore Hi every one, Here is an easy usage guide for creating screenshots for AppStore Presence. 1) From... only 30 minutes) minutes for free every month to run your apps and get screenshots for every device - good enough to take snapshots of your apps' final releases... 5) Get your screenshots for every device in 100%zoom and save these screenshots on folders named with device name (iPhone 6-7-8... only screenshots from one of the three devices) 7) Download the AppStore images specifications from... B4i Code Snippet B4i Screenshots resizer - ilan    Oct 30, 2015   (33 reactions) Hi,
I have managed to upload my first B4i App (still under Review, i hope soon it will be approved by apple and i will share the App Store link)
What i wanted to share with you is, while setting up my App in Itunes Connect i had to put at least 1 Screenshot for every Screensize (3.5" - 4... the app 76*2,60*2,76,60)
EDIT: 30/10/2015 Version 1.2 will also create ipad pro screenshots (2048 x 2732)... B4A Example Take a Screenshot with Inline Java Code - Johan Schoeman    Dec 2, 2017   (10 reactions) I have tested this on an Android 7.0 device only - take a screenshot of your activity. You need to enable the JavaObject library to make use of it. @JordiCP solved my initial problem here (thanks..., .....) Sample Code: #Region Project Attributes #ApplicationLabel:b4aTakeScreenshot #VersionCode... (UserClosed As Boolean) End Sub Sub Button1_Click bm = nativeMe.RunMethod("takeScreenshot"....view.ViewGroup; public static Bitmap takeScreenshot(Activity activity) { ViewGroup decor... B4A Question [Solved]Block/Permit ScreenShot using B4XPage - Theera    Sep 15, 2025 Refer to this I 've test the code about Block/Permit ScreenShot using B4XPage
My error... Then
Log(B4XUISwitch1.SwitchState)
'Allow screenshots
Dim wrk_jo...("unsecurescreen", Null)
Else
'Block screenshots
Dim wrk_jo... B4A Library [B4A] - AH_TakeScreenShot - Take a screenshot (Library) - alirezahassan    Jun 14, 2021   (34 reactions) Hi all, You can take a screenshot of the screen with a single line of code. in the next version you can take a screen shot with desired view. this zip file have a library and a sample. Currently version v1.0 (2021/05/23) 113681 Private Sub BTN_ScreenShot_Click Dim bitmap As Bitmap bitmap.Initialize3(AH_TakeAScreenShot.TakeaScreenShot_Activity) ImageView1.SetBackgroundImage(bitmap) ToastMessageShow("done!",True) End Sub Please like this post to increase my... B4A Code Snippet Disable screenshot & screen recording - Mehrzad238    Dec 1, 2025   (12 reactions) Sub ⭐ Notes Works in all B4XPages projects Protects screenshots, screen recording, and Recents... B4A Question Correct showing the screenshots of other screens - peacemaker    Jan 1, 2020   (1 reaction) Happy NY, people ! Task is to properly scale the screenshots of various Android devices that got from remote devices and get the tap coordinate over them (for remote control). I have 1) Screenshot... of this device 1) Screenshots are different kind, if from different devices: if "old" device with mechanical\external system keys HOME, BACK, RECENT APPS - the screenshot has no these keys... - they are on the screenshot. 8702187022 2) GetDeviceLayoutValues.Height - does not correspond the real screen vertical size... B4A Question capture video screenshot in webview - Almora    Dec 31, 2021 hi.. I am playing video in webview. when i take a screenshot it turns black. Does this mean that you can't capture screenshots in videos? ...................... Bmp.Initialize3(WebViewExtras1.CaptureBitmap) Dim Out As OutputStream Out = File.OpenOutput(dir, "image.png", False) WebViewExtras1.CaptureBitmap.WriteToStream(Out, 100, " Out.Close ............................... B4i Question 6.5-inch iPhone screenshots and IPad Pro is require - Humberto    Apr 17, 2019   (1 reaction) Now apple require the screenshots with 6.5-inch iPhone and IPad Pro is required to approve. We noticed that your screenshots do not sufficiently reflect your app in use. Specifically, your 6.5-inch iPhone screenshots do not display the app in the correct device. I don´t have those equipament, how to solve this ?... Page: 1   2   3   4   5   6   7   |