Android Question [SOLVED] - B4XPages attributes

rleiman

Well-Known Member
Licensed User
Longtime User
Greetings,

Please pardon this stupid question. I'm transactioning a non- B4XPages app to B4XPages. What's the B4XPages equivalent to these attributes or how do I implement them in B4XPages? I get an error that tells me that non of these attributes are supported.

From non-B4XPages app:
#Region  Project Attributes
    #ApplicationLabel: My app name
    #VersionCode: 1
    #VersionName: Initial Release
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: Portrait
    #CanInstallToExternalStorage: False
#End Region

Thanks.
 

jahswant

Well-Known Member
Licensed User
Longtime User
Please pardon this stupid question. I'm transactioning a non- B4XPages app to B4XPages. What's the B4XPages equivalent to these attributes or how do I implement them in B4XPages? I get an error that tells me that non of these attributes are supported.
This code is in the Main Module template as usual just change to yours.
 
Upvote 0

rleiman

Well-Known Member
Licensed User
Longtime User
This code is in the Main Module template as usual just change to yours.
Thanks so much! šŸ‘

When I created the new app, I was taken to B4XMainPage and assumed that was were to put my existing attributes. Stupid me for not looking at the module tab names up on the top of my screen. :eek:
 
Upvote 0
Top