How to Add Digital Alphanumeric display in mendix

1
Hi All, I am working on adding a digital Alphanumeric display to our application. I would like to know is there any way to add a digital alphanumeric display in mendix. I have enclosed screenshot of the display which I would like to add in our application. Your assistance is greatly appreciated!!!   The  display should contain alphabets and numeric values with flickers.  
asked
2 answers
2

Some nice examples can also be found here:

https://1stwebdesigner.com/9-free-open-source-flipping-clocks-using-css-javascript/amp/

Most do involve some simple JavaScript work. A good use case for a simple widget I think.

answered
0

You could purchase a 7 Segment font, add that into your application, and use CSS to set the this font to be used where necessary. 

Here is a link to font that will probably do what you need – https://www.dafont.com/seven-segment.font

Hope this helps
 

answered