B4i Question How to get ApplicationLabel and Version at runtime? - davemorris    Feb 14, 2019 and version at runtime?
I.e. the values of the Project Attributes #ApplicationLabel and #Version that are set in the Main module.
In B4A I would do it by calling Application.LabelName and Application... B4i Question ApplicationLabel is not differentiating blanks - Waldemar Lima    Sep 15, 2020   (1 reaction) hi !
When I define an ApplicationLabel for my app, and separate 2 words with space, when installing in IOS the name simply "JOIN" ...
example: #ApplicationLabel: Aaaaa Bbbbbb
instaled: AaaaaBbbbbb
Is there anything I can do to fix this?... B4i Question ApplicationLabel not set. - klaus (first post)    Mar 8, 2020   (2 reactions) It seems that the ApplicationLabel is not set on the top of the code in the IDE:
89666
By default it's B4i Example, I suspect that in case it's empty.
You should change it to a meaningful name for your application.
Don't forget to change also the Package name in the Build... Bug? #ApplicationLabel with Unicode make bug when run - Erel (first post)    May 10, 2015 I've just tested it with a Hebrew name and it worked fine. It should work with any language.
I&... B4i Tutorial Background playback - Erel    May 17, 2020   (10 reactions) the background. Standard applications are killed when moved to the background. However you can add the following attribute to your project to mark it as an application that plays audio in the background: #Region Project Attributes #ApplicationLabel: B4i Example #Version: 1.0.0... Sub Process_Globals Public App As Application Public NavControl As NavigationController... End Sub Private Sub Application_Start (Nav As NavigationController) NativeMe = Me NavControl... B4i Tutorial Background Fetch (Downloads) - Erel    May 3, 2016   (4 reactions) the screen is on). #Region Project Attributes #ApplicationLabel: Background Fetch #Version: 1...Background fetch feature allows applications to run for a short period of time (up to 30 seconds... 4. Handle the Application_FetchDownload event. It will be raised whenever your app is waked by this service: Private Sub Application_FetchDownload Log("FetchDownload") Dim ln... Public App As Application Public NavControl As NavigationController Private Page1 As Page... B4i Question [SOLVED] Problem with NSTimeZone - JackKirk    Apr 7, 2021 #ApplicationLabel: B4i Example #Version: 1.0.0 'Orientation possible values... Process_Globals 'These global variables will be declared once when the application starts. 'Public variables can be accessed from all modules. Public App As Application Public NavControl... Application_Start (Nav As NavigationController) NavControl = Nav Page1.Initialize("Page1...) End Sub The problem is this generates a log of: Application_Start Australia/Sydney (AEST... B4i Question ipa files with application labels longer than 8 characters do not want to paste in itunes - bobbruns    Jan 17, 2023 #ApplicationLabel: No Touch
works fine in itunes 12.12.7.1
#ApplicationLabel: No Touch Orienteering
DOES NOT WORK IN ITunes
but:
#ApplicationLabel: No Touch Orient eering
works fine
arghh....
They all work with the bridge. Just when you want to use itunes I can't get the paste to appear....
Can someone explain this? I am stumped. its an iPhone12
This probably has nothing to do with B4x......... B4i Code Snippet Show iOS System Dictionary Screen - jkhazraji    Jul 7, 2025   (4 reactions) 'Code module #Region Project Attributes #ApplicationLabel: B4i Example #Version: 1.0.0 'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and... once when the application starts. 'Public variables can be accessed from all modules. Public App As Application Public NavControl As NavigationController Private Page1 As Page Private xui As XUI Private tfWord As TextField End Sub Private Sub Application_Start (Nav... B4i Question Where to add app name - aeric (first post)    Aug 21, 2022   (1 reaction) Expand Project Attributes region under #ApplicationLabel https://www.b4x.com/guides/B4XIDE.html#pf2d... Page: 1   2   3   4   5   6   7   |