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:
Loading an 'old' project it looks like this:
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
In the menu we saw the possible choices.
Best regards.
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:
B4X:
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
B4X:
#Region Module Attributes
#FullScreen: False
#IncludeTitle: True
#ApplicationLabel: MyFirstProgram
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
3) I suggest to add a comment with the possible values for
B4X:
#SupportedOrientations: unspecified 'possible values: unspecified, landscape, portrait
Best regards.