Guenter Becker Active Member Licensed User Today at 10:55 AM #1 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.
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.
P PaulMeuris Well-Known Member Licensed User Today at 12:47 PM #2 You could search for "B4J badger" and press Enter. The first item in the list (from Erel) shows you how to implement badges (B4X). Upvote 0
You could search for "B4J badger" and press Enter. The first item in the list (from Erel) shows you how to implement badges (B4X).
Guenter Becker Active Member Licensed User Today at 12:53 PM #3 Checked this. It is a B4A or B4i Project. Tried it as B4J on Menubar without any result or error. Upvote 0
P PaulMeuris Well-Known Member Licensed User Today at 2:22 PM #4 In B4J you can add a badge to a node. B4X: badger1.SetBadge(Menubar.As(Node),1) Upvote 0