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.
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
/sub
ReplyDeletehowtogeek.com - How to Easily Put a Windows PC into Kiosk Mode With Assigned Access
ReplyDeleteThanks Jeroen, but I'm looking specifically on images / slideshow type functionality within Firemonkey.
ReplyDeleteLocking Windows to an app is a helpful, but different subject.
Using only FMX functionality or with 3-rd party?
ReplyDeleteAlexander Sviridenkov I prefer native, but am open to 3rd party.
ReplyDeleteYou 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
ReplyDeleteLance Rasmussen HTML Component Library supports various CSS transforms, there are some examples:
ReplyDeleteyoutube.com - CSS Transforms Demo