-
Power Apps Slide Show Into Screen
This image show can be used on any screen, but would be good as a company intro when the app is opened. The example above has three images, but as many as required can be loaded. What is going on is fairly simple. The three images are firstly loaded into the Power Apps Media Next there are three Timer controls in this one (which are hidden) – one for each image displayed. At App OnStart(or Screen OnVisibleif that suits), initialize the first Timer with a Variable Now the first Timer has the following settings AutoStart: true Duration: 4000 (4 seconds, but set to whatever you want) OnTimerEnd: Set(vTimer,”Start2″) starts the second Timer Start: vTimer=”Start1″ Repeat: false Reset: false The…