Notifications

0
Question: I'm using Mendix Studio Pro 10.6.5 and need to display notifications within a bell icon. In my application, I've successfully implemented a pop-up menu widget with a bell icon that shows notifications since the user's last login. However, I'd like to take it further by adding a feature that displays a red dot or something on the bell icon when a new one is added. See below what I have implemented and what I am looking to implement.   This is my applications right now: Here is how it looks in my application: The icon on the left is what I'm after in my application, this is taken from the mendix site:
asked
1 answers
1

Hello Matthew,

 

When you inspect the element( right click on it and inspect) you can get a sense of how mendix did it: 

image.png

With the combination with some css especially the (position property)they managed to navigate the red dot on the right spot.

 

Hope this gives you some insight,

 

Good luck!

 

PS read also other posts on this topic for example: https://community.mendix.com/link/space/studio-pro/questions/105682

answered