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 08, 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 Configurations window.
B4i Question How to get ApplicationLabel and Version at runtime? - davemorris    Feb 14, 2019 Hi all,
Maybe I'm being slow, but I can't seem to find any way to get the app's name 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.VersionName, b B4i Question Merge two apps in B4i - Andrew (Digitwell) (first post)    Nov 29, 2021   (1 reaction) 122406 122407 #if Calling #ApplicationLabel: Calling another Example App #else if callee #ApplicationLabel: Called example App #End If #if calling #QueriesSchemes: uk.co.digitwell.app2 #Else if callee #UrlScheme: uk.co.digitwell.app2 #end if private Sub b4xpage_appear #if B4i Question AppLabel, ApplicationVersionName ? - Erel (first post)    Dec 20, 2020   (1 reaction) https://www.b4x.com/android/forum/threads/how-to-get-applicationlabel-and-version-at-runtime.102692/post-644201 B4i Question Change display name - JanPRO (first post)    Jun 08, 2016   (1 reaction) Yes, you can set the display name with the ApplicationLabel tag. B4i Question Very frustrated with B4i [Solved!] - Didier9 (first post)    Apr 04, 2018   (2 reactions) Bill, I now change the ApplicationLabel tag in the header of the Main module as this: #Region Project Attributes #ApplicationLabel: BusinessLog #Version: 1.0.0 'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown #iPhoneOrientations: Portrai Bug? #ApplicationLabel with Unicode make bug when run - Erel (first post)    May 10, 2015   (1 reaction) It seems like a limitation of the over the air installation. During development use a title with ASCII characters only. When you build a release app set the title as you want. You can test it with iTunes (I've tried it). B4i Question Tutorial for localization of app name ? - Erel (first post)    Aug 03, 2016 Yes. They are the same as #ApplicationLabel value. B4i Question show iOS app version - roumei (first post)    Jan 09, 2021   (1 reaction) https://www.b4x.com/android/forum/threads/how-to-get-applicationlabel-and-version-at-runtime.102692/post-644201 Page: 1   2   3   4   5   6   7   Powered by ColBERT |