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 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.... Share My Creation One-Time Pad Encryption / Decryption of file too big to store in memory - Tim Chapman    Feb 21, 2025   (3 reactions) I need to be able to encrypt a database file for storage in the clear on the internet. So I made the code below to encrypt and decrypt it using a one-time pad encryption.
The file will grow to....Title = "One-Time Pad Addition Mod Encryption Demo"
Form1.Show
' Define file....MsgboxAsync("Error: One-Time Pad file (" & otpFileSize & " bytes) is smaller than... B4J Tutorial [B4x]Padding/depadding PKCS7/5 and other - KMatle    Apr 30, 2021   (5 reactions) EDIT: If the message length is equal to the pad length, you have to pad to the next multiple. E.g. 16 bytes would be padded to 32 because one would not know how long the message was because the last byte defines the number of added (=padded) values. Here's another example to pad/depad data.../padding Example how it works: 1. You have a string or bytes with a lenght of 5. Let's say... 5, so it's 11) with a filler (Pad-Value) 4. 16 bytes is easy bit usually you have much more... Page: 1   2   3   4   5   6   7   |