B4A Question [B4X] [SOLVED] xCustomListView Text Padding question - Andrew (Digitwell)    Jul 8, 2021 I'm using a customlistview to display formatted text using clv.AddTextItem I use clv.getPanel to set the background to white. 116033 The problem is that that the text is too close to the edges. Does anyone known a simple way to add some more padding to this text I can add space to the top and button with blank lines but the left and right are the problems. I could add a custom layout with a label, but then I would have to manage the height of the panel. Thanks... Share My Creation Generic GamePad Support (Source Code) - wonder    Dec 27, 2016   (19 reactions) . Download the apk or the full project below (please use the updated GamePad.bas class file... JavaObject Class (2016-28-12): GamePad.bas (attached) Documentation: Supporting Game Controllers: https... #ApplicationLabel: B4A Generic GamePad Support #VersionCode: 1 #VersionName: 'SupportedOrientations... 'REQUIRED Dim Controller As GamePad 'Used solely for this example... Output.Height = 0.625 * Background.Height 'Initialize the first GamePad with a dead zone... B4i Question Apple App Store: Changing 'Designed for iPad' to 'Designed for iPhone' - fredo    Aug 29, 2024 In the title section of the app on the App Store, it says "Designed for iPad."
156450... submitted years ago.
In the code, "#Target: iPhone, iPad" is specified, as the app runs normally on the iPhone and in compatibility mode on the iPad. The App was created via Hosted Builder... B4A Question B4XFloatTextField padding & RTL - epiCode    Sep 12, 2021   (1 reaction) I'm using B4XFloatTextField and having few concerns 1. Padding on right side hides X and Tick symbols 2. When Arabic/Urdu/Persian text is entered in text field it moves the text on Right Side (which it should) but again the text is below X and Tick symbol (which should have ideally moved to left but didn't) 3. The baseline stops at a point defined by padding, however ideally padding is to prevent text from touching the boundary, and when B4XFloatTextField outline is set it looks... Share My Creation [Web][SithasoIONIC7] Numeric KeyPad - Mashiane    Jan 30, 2024   (1 reaction) Hi Fam Just finished updating something cool. Demo (Open on Mobile Device) 150203 Here in action 150204 Source Code to be available in the SithasoIONIC7 Download.... B4J Question [BANano] SKCheckbox not change status - iPad - angel_    Jan 19, 2023 On iPad with Chrome and Safari the SKCheckbox is always checked, if you click on the check it does not change status... B4i Question Ruggedized iPhone or iPad? - Harris    Nov 5, 2025 Does anyone know of, or use a ruggedized / industrial iOS products (phone / tablet)? I have searched but result in nothing other than encasing an ipad for the low, low price of $4000.00 US (no thank you). Plenty of Android devices - such as Samsung Active Tablets - but only consumer grade iOS. Thanks for any advice.... B4i Question B4XPages - have 2 pages open simultaneously on iPad - Alexander Stolte    Sep 26, 2025 The iPad has significantly more space than an iPhone, which is why most apps have what is on a separate page on the iPhone on the same page as the main page.
My question is whether I can have two... B4i Code Snippet TextView - Set Padding - Alexander Stolte    Jul 19, 2022   (6 reactions) https://stackoverflow.com/a/18987810 This brings the left edge of the text to the left edge of the container: Dim no As NativeObject = tv_TextView no.RunMethod("textContainer",Null).SetField("lineFragmentPadding",0) This causes the top of the text to align with the top of the container: Dim no As NativeObject = tv_TextView no.SetField("textContainerInset",0)... Wish B4XView - Padding - LucaMs    May 20, 2024 Left-aligned text in a Label is too close to the edge (maybe touching it). It would be useful to be able to set the padding of the B4XViews.... Page: 1   2   3   4   5   6   7   |