Is there any example projects that use FMX as a kiosk type app rotating images with possibly transition effects? I only need Win compatibility at this time.

Comments

  1. Thanks Jeroen, but I'm looking specifically on images / slideshow type functionality within Firemonkey.

    Locking Windows to an app is a helpful, but different subject.

    ReplyDelete
  2. Using only FMX functionality or with 3-rd party?

    ReplyDelete
  3. Alexander Sviridenkov I prefer native, but am open to 3rd party.

    ReplyDelete
  4. You just need a list of images, iterate through them, and render each one on a control. You can put all in a OnTimer event. Transitions are easily handled using FMX built in transitions and effects

    ReplyDelete
  5. Lance Rasmussen HTML Component Library supports various CSS transforms, there are some examples:
    youtube.com - CSS Transforms Demo

    ReplyDelete

Post a Comment