Icon label

nypaulie

Active Member
Licensed User
Longtime User
Please tell me where one changes the Icon label name now that it's no longer done from the Project menu. Thanks!
Sorry to ask this again, but I had to leave my B4A work for quite a while and now that I have a new computer and have reinstalled all my software I need to reinvent some of my wheels.
 

klaus

Expert
Licensed User
Longtime User
That's the Application Label.
On top of the Main module code:
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region


It's either in #Region Project Attributes or
in #Module Attributes.

Best regards.
 
Upvote 0
Top