Lesson135 - Image Slider Timer Based - Power Apps 1000 Videos

Поділитися
Вставка
  • Опубліковано 2 сер 2021
  • Description - This Video Covers Timer Based
    Numbering - 135/1000 Power Apps Videos

КОМЕНТАРІ • 3

  • @PowerAppsVideos-eb3pt
    @PowerAppsVideos-eb3pt  2 роки тому +2

    Media
    Add
    Flower1 - Flower4
    Screen
    OnVisible
    ClearCollect(CollImages,
    {ImageID:1, Image:Flower1},
    {ImageID:2, Image:Flower2},
    {ImageID:3, Image:Flower3},
    {ImageID:4, Image:Flower4}
    );
    UpdateContext({currentIndex:1});
    Insert
    Media
    Image
    Image -
    LookUp(CollImages,ImageID=currentIndex,Image)
    Remember You have to run this and not preview
    Put Timer
    Start - varTimer
    Duration -5000
    Autostart = true
    OnTimerEnd -
    UpdateContext({varTimer: false}); Reset(Timer1);UpdateContext({varTimer: true});
    If
    (
    currentIndex

  • @shravanadeepthikasey9598
    @shravanadeepthikasey9598 Рік тому

    how to do the same for gallery rows? if rows > 3,it should slide(scroll) to the next rows automatically

  • @PowerAppsVideos-eb3pt
    @PowerAppsVideos-eb3pt  2 роки тому

    For the App Click Link below
    then click Download for App_TimerBasedImageSlider.msapp
    1drv.ms/u/s!Arwhh7R2mZqLgyCVzVioLUg7TeAa?e=WCKtDr