wish - Region Module Attributes

wheretheidivides

Active Member
Licensed User
Longtime User
Would be nice if these gave valid selections. When you type in ':' then a list should come up. For example, Portrait is invalid but portrait is valid. An error comes up. I copied it over from another project and found out that the "p" and "P" issue.

or better yet, put them back in the drop down menu. When you select one, it changes the code. The menu bar would just be to select which is different from before.

B4X:
#Region Module Attributes
   #FullScreen: False
   #IncludeTitle: True
   #ApplicationLabel: RSImageProcessing
   #VersionCode: 1
   #VersionName: V1.00
   #SupportedOrientations: portrait
   #CanInstallToExternalStorage: False
 
Top