B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions) their default value. ASTextFieldAdvanced_LeadingIcon Fields: Icon As B4XBitmap IsInitialized As Boolean Tests whether the object has been initialized. View As ASTextFieldAdvanced_ViewLeadingIcon Visible... the fields to their default value. ASTextFieldAdvanced_TrailingIcon Fields: Icon As B4XBitmap... As ASTextFieldAdvanced_ViewTrailingIcon Visible As Boolean Functions: Initialize Initializes the fields to their default value... Initializes the fields to their default value. ASTextFieldAdvanced_ViewLeadingIcon Fields: IsInitialized... Spanish B4X - Uso de custom fonts icons (SliderMenu) - TILogistic    Jun 30, 2021   (28 reactions) Estimados, Comparto un breve uso de fonts icons personalizados que es una alternativa a las imágenes como iconos. ADJUNTO EJEMPLO PARA SU REVISIÓN. Si desea crear sus propios icons fonts utilizar...: B4A 'set custom icons fonts Dim IconsFont As B4XFont IconsFont = xui.CreateFont(Typeface.LoadFromAssets("icomoon.ttf"),64) B4J 'custom fonts Dim IconsFont As B4XFont IconsFont= xui.CreateFont(fx.LoadFont(File.DirAssets,"icomoon.ttf",64),64) Codigo ejemplo... Tool [B4X] MaterialIcons Web Font Chooser - Erel    May 26, 2021   (22 reactions) https://www.b4x.com/basic4android/images/SS-2019-03-21_15.24.44.png This is an icon chooser tool for the MaterialIcons Web font: https://github.com/Templarian/MaterialDesign-Webfont This font includes 3595 icons. The built-in material icons font includes about 800 icons. Click on an icon to copy... the icon in B4J code, B4i code or B4A code. 2. Copy directly - this should be in B4A designer after... the icon will appear as an empty square in the IDE, however it will work. You can change the icons... B4A Code Snippet Adaptive Icons - simple instructions and tips - Erel    Dec 23, 2020   (17 reactions) All apps should have an adaptive icon. If you are not familiar with these icons then start here: Adaptive Icons Instruction steps: Create a new folder in the root project folder named icon... icon for Android 7- devices. There is no specific size. Should be 128x128 or or more. background.png... - 432x432 - foreground layer Add to main module: #AdditionalRes: ../icon Add to manifest editor: SetApplicationAttribute(android:icon, "@mipmap/ic_launcher") CreateResource(mipmap-anydpi... Other [new feature] FontAwesome and Material Icons - Erel    Nov 30, 2016   (25 reactions) 1500 new icons to be included in the next update of B4A, as two easy to work with fonts. https://www.b4x.com/basic4android/images/SS-2016-11-30_17.17.30.png 50504 You can see more information here: https://www.b4x.com/android/forum/threads/fontawesome-material-icons-fonts.72908/#content... Share My Creation [Web] Font Awesome Icon Picker Web Component (Single/Multiple Selection Mode with SVG Download Functionality) - Mashiane    Nov 3, 2025   (5 reactions) one to choose icons easily 168117 Font Awesome Picker (Vanilla Web Component) This is a lightweight, dependency-free vanilla JavaScript web component for searching and selecting Font Awesome icons.... This uses free FA 6.7.2 icons Files src/font-awesome-picker.js - Main web component implementation src... multiple selection examples assets/icons.min.json - Font Awesome icon metadata (loaded via data-url attribute) Features 🔍 Real-time icon search with pagination ✅ Single or multiple selection modes 📥... B4J Question ABMaterial - can not get "add to home screen" to work with my icon - JackKirk    Apr 14, 2024 bookmark as a nice little icon on the home screen with the B4X logo in it. Tap it and... = Main.Server.DonatorKey InitialPage = Main.Server.StartPage ' add your icons ' ABM.AddAppleTouchIcon("", "") ABM.AddAppleTouchIcon("icon128x128.png", "128x128") '<<<<<<< my addition ' ABM.AddMSTileIcon("", "") ' ABM.AddFavorityIcon("", ""... B4J Tutorial [B4X] FontAwesome & Material Icons fonts - Erel    Dec 15, 2016   (40 reactions)   tags: Material Icons, Icons FontAwesome and Material Icons are two free icon sets including more than 1500 icons. They are implemented as regular font files which means that each icon is a regular character, exactly like any other Unicode character. Only fields that use the FontAwesome or Material Icons font will show the icon characters properly. Starting from B4J v4.70 / B4A v6.50 / B4i v3.50 they are integrated in... the icons. 1. Set the control's font to FontAwesome or Material Icons. 2. Open the icon picker... B4A Tutorial Adaptive Icons - Erel    Oct 25, 2020   (20 reactions)   tags: icon, B4A Adaptive Icons Updated instructions are available here: https://www.b4x.com/android/forum/threads/adaptive-icons-simple-instructions-and-tips.123843/ Starting from Android 8 apps should include an adaptive icon. Without it the icon will appear as a small icon inside the larger template: https://www.b4x.com... it is not affected.) Adaptive icons are explained here: 515af294c783 The steps required are: 1.../basic4android/images/SS-2018-07-18_11.13.06.png The two adaptive icon layers and a file named... B4A Tutorial Change Icon and Assets Files based on the Build Configuration - Erel    Mar 30, 2020   (21 reactions) icon and the assets files based on the chosen build configuration. See this tutorial for more... have an app with two build configurations: Trial and Full. We want to change the icon and the included files...'t belong to the source folder will be deleted. The next step is to copy the icon file (which is in the main project folder) to the project icon file. This is the complete code: #IgnoreWarnings: 17... /MIR #CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy ..\full_icon.png res\drawable\icon... Page: 1   2   3   4   5   6   7   |