Android Question ApplicationLabel Special Character Usage

By-Cod3rs

Member
Licensed User
Hello to everyone

Priority, yesterday I wanted to change the name when creating the application.

I noticed that I can't use the '&' sign in the app.

What is the solution how can I use the D&R name for B4A that has used this character?

B4X:
    #ApplicationLabel: UDP&TCP Sender

B4X:
Hata tanımlaması: Invalid value for ApplicationLabel.
Satırda hata oluştu: 2 (Main)
#ApplicationLabel: UDP&TCP Sender
 

Attachments

  • udptcp.png
    udptcp.png
    15.2 KB · Views: 208
  • 2aa72a8a-6ece-41f1-af9f-1a175828789e.jpg
    2aa72a8a-6ece-41f1-af9f-1a175828789e.jpg
    142.5 KB · Views: 172
Last edited:

By-Cod3rs

Member
Licensed User
You will need to set it in the manifest editor:
B4X:
SetApplicationAttribute(android:label, "UDP&TCP Sender")

Böyle bir durum oluyor.
Yükleme sırasında isim doğrudur.
Yüklendikten sonra orijinal ismine döner. 'B4a Örneği'
 

Attachments

  • resim 1.jpeg
    resim 1.jpeg
    31.2 KB · Views: 174
  • resim 4.jpeg
    resim 4.jpeg
    50.3 KB · Views: 189
  • Resim2.jpeg
    Resim2.jpeg
    41 KB · Views: 166
  • resim3.jpeg
    resim3.jpeg
    58.1 KB · Views: 162
Upvote 0

By-Cod3rs

Member
Licensed User
Might be a caching issue. Try to uninstall the app and reinstall it.

Uninstall and Install =OK.
Phone Restart=OK.
Same problem.
The name is correct when uninstalling the application.
Just that way on your Home screen.
There may be an error for B4a.
thanks
 

Attachments

  • resim 4.jpeg
    resim 4.jpeg
    50.3 KB · Views: 166
Upvote 0
Top