A few questions about B4A V2.50 :
1) Application Label is now in the code. But the Package Name is still in the menu. Is there a rason to leave it in the menu ?
2) The header of a new project looks like this:
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Loading an 'old' project it looks like this:
#Region Module Attributes
#FullScreen: False
#IncludeTitle: True
#ApplicationLabel: MyFirstProgram
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
Module Attributes for the Main module and not Project Attributes and Activity Attributes?
3) I suggest to add a comment with the possible values for
#SupportedOrientations: unspecified 'possible values: unspecified, landscape, portrait
In the menu we saw the possible choices.
Best regards.