AHQuickAction Testing

roarnold

Active Member
Licensed User
Longtime User
Afternoon,

I was playing with the AHQA lib and in the Activity module for it I was not allowed to the the following item; those that are commented I received a compile error. I am running 2.50.

#Region Module Attributes
#FullScreen: False
#IncludeTitle: True
' #ApplicationLabel: QuickAction
' #VersionCode: 1
' #VersionName:
' #SupportedOrientations: unspecified
' #CanInstallToExternalStorage: False
#End Region

I have noticed this in other modules where I am not allowed to use these options in the Region mod.

Thanks,
R
 

roarnold

Active Member
Licensed User
Longtime User
Erel,

The ones that are commented out, shown above, give me an error "not supported" when I compile the code, hence, why I commented them out. I have read your post prior to making this initial post and wonder why I get the errors, from Application Label to CanInstall... error out. What I have in the code is what you saw which is what came with the zip file.

Thanks,
R
 
Upvote 0
Top