B4J Question Menubar Badge

Guenter Becker

Active Member
Licensed User
Hello,
tried to search in the forum but did'nt found a solution. I like to add a badge to a Menubar View (Title) Item and to a menubar MenuItem. But how? Small B4J snipped is wellcome. Thank you.
 

Guenter Becker

Active Member
Licensed User
Checked this. It is a B4A or B4i Project. Tried it as B4J on Menubar without any result or error.
 
Upvote 0

PaulMeuris

Well-Known Member
Licensed User
1759670493449.png

In B4J you can add a badge to a node.
B4X:
badger1.SetBadge(Menubar.As(Node),1)
 
Upvote 0
Top