Bug? Application.LabelName starts with a dot?

AHilberink

Active Member
Licensed User
Longtime User
Hi,

Is it correct that Application.LabelName starts with a dot ("."), while my labelname doesn't?

Best regards,
André
 

AHilberink

Active Member
Licensed User
Longtime User
Hi DonManfred,

B4X:
#ApplicationLabel: TestProject

I use
B4X:
Log(Application.LabelName)
and the log shows .TestProject

Basic4Android v8.80

Best regards,
André
 

AHilberink

Active Member
Licensed User
Longtime User
No. My guess is that you changed something in the manifest editor that causes it. Please upload a project that demonstrates it.

I found the problem within the Manifest:
SetApplicationAttribute(android:label, ".$LABEL$")

I added the dot, because of a manifest-error and this could be a solution.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…