Currency Prices Bar

Hi,

I was wondered how would I implement a bar that shows currency prices from an entity in my database with the data automatically scrolling if the it doesn’t fit the screen something similar to a news bar on tv where info keeps scrolling and once it reaches end it starts from the begining.

Thanks

Hi,

If I got you right, you need a carousel component that displays a kind of widgets with information obtained from an entity. Unfortunately, there is no such a component out of the box, but you can either integrate a Vaadin add-on (for instance, Vaadin Add-on Directory) or a JavaScript library (for instance, slick - the last carousel you'll ever need).

Regards,
Gleb

Hi,

I think that should be what I was looking for I will test it and make sure if i run into any problems I will let you know.

Thanks,
Mohamed