Badge icon like gmail notification

1
Dear Guys, I just wonder how I create a menu and it has a badge icon with Mendix? And how to update the number when I got a new message or something new ? Thank you
asked
2 answers
1

Take a look at this posting https://forum.mendix.com/questions/5177/Looking-for-notification-dynamic-image-as-in-Mendix-app-platform-home

answered
0

You could achieve this by:

  • Creating an entity with an integer attribute (when you receive a new message, update this attribute.)
  • Display this entity in a dataview and add the attribute (as a button caption, for example)
  • Add an image to this dataview
  • Use styling to position your integer on the image.

If you have any questions, please let me know! Good luck!

answered