B4i Tutorial App Icon - Mashiane    May 28, 2015   (3 reactions) This question here details how to set up your app icons. https://www.b4x.com/android/forum/threads/ico-app.46876/#post-289721 These are the sizes that your icons should be: icon-76@2x = 152x152 icon-76 = 76x76 icon-60@2x = 120x120 icon-60 = 60x60 icon-40 = 40x40 as indicated, save in Files\Specia B4i Question How to use an icon+text in ToolBar buttons ? - Erel (first post)    Feb 02, 2023   (1 reaction) 1. You can use TabBarControllar instead of NavigationController.
2. You can use BarButton.InitializeCustom with a panel which holds other views. B4i Question icon problem - Semen Matusovskiy (first post)    Sep 25, 2020   (3 reactions) App icon is a set of independent png files. 11 for iPhone, 13 for iPad.
B4i allows to put icon-store-1024.png (1024px * 1024 px) into Files\Special subfolder and it automatically creates another sizes. The results are visible in subfolder Objects\src\Images.xcassets\AppIcon.appiconset.
Can you atta B4i Question icon inside string does not show - ilan (first post)    Aug 27, 2024   (1 reaction) ok thanks for the explanation.
but like this will it work on b4a too? if not i prefer this solution since it is for both platforms.
Label1.Text = "Congratulations, you won! " & Chr(0xF091) B4i Question App Icon in B4i - hatzisn (first post)    Feb 27, 2021   (2 reactions) If I remember correctly first you create an icon with dimensions 1024x1024 and then you create a folder named "Special" in folder "Files" and and you save it in there with the name icon-store-1024.png.
Edit - I remember correctly :
https://www.b4x.-and-launch-images.84591/#content B4i Question Trouble Publish ipa file to App Store - Semen Matusovskiy (first post)    Jul 31, 2021   (1 reaction) The App Store Icon in the asset catalog can't be transparent nor contain an alpha channel.
See https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/
App Icon Attributes
All app icons should adhere to the following specifications.
Attribute
Value
Format
B4i Question Program icon - JordiCP (first post)    Aug 14, 2018   (3 reactions) Just add a 1024x1024 icon named "icon-store-1024.png" under <your_project>\Files\Special
B4I will generate the needed intermediate sizes
Explained HERE B4i Tutorial Dummies Guide to Getting Started with B4i - Falcon    Aug 11, 2021   (36 reactions) NOTE: If you receive a message with an issue something like: 'ITMS-90078: Missing Push Notification Entitlement', this can just be safely ignored. For more help, see this: https://help.apple.com/app-store-connect/#/dev34e9bbb5a - Overview of Publishing an app. NOTE: To change the App B4i Code Snippet Setting a button's image/icon - Marcus Araujo    Apr 27, 2019   (1 reaction) Based on: https://stackoverflow.com/questions/36301791/how-to-set-the-icon-on-the-button-in-ios-using-swift Usage (tested with myButton as Button, myImage as B4XBitmap): Dim no As NativeObject = Me no.RunMethod("setButtonIcon:::", Array(myButton, myImage, no.MakeEdgeInsets(0, 0, 8, 0))) Code: # B4i Question B4X-B4XPages first app - aeric (first post)    Oct 03, 2021   (1 reaction) Hi Luca, I may also not follow the correct way as what I usually do is copy the “assets” files to it’s own platform which created redundant copies. I got a warning from the IDE previously that an icon file for B4J is not used in shared folder and I think I am doing it wrong. I think other members ca Page: 1   2   3   4   5   6   7   Powered by ColBERT |