Tutorial on Dynamic Loading Bar | Spinner | Power Apps | Canvas

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 11

  • @claudioblechle2536
    @claudioblechle2536 ปีที่แล้ว

    This is the second great idea by you, that I implemented in our customers canvas app

  • @nonoobott8602
    @nonoobott8602 ปีที่แล้ว +1

    Great tutorial. Thanks for sharing

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi ปีที่แล้ว +1

    Very Nice Video ❤❤❤

  • @sebastianhahn4929
    @sebastianhahn4929 ปีที่แล้ว +1

    Thank you!
    Is there a way to implement a dynamic time duration for the timer?
    I want the duration to be as long as it takes for a button to execute all its onselect code.
    Simulataneously i want the loading bar to be displayed as in your video.
    Basically it should be like when you're loading a video game.
    Thank you :)

    • @lastminutecoders
      @lastminutecoders  ปีที่แล้ว +1

      Hi, Most welcome💫...
      No we can't do that, there is no way to knowing how long a function gonna take before it actually ran.
      So extracting duration from a function before it actually ran is not possible.
      So we take a rough duration let say 2 to 5 sec.

    • @sebastianhahn4929
      @sebastianhahn4929 ปีที่แล้ว +1

      Thanks fo the quick answer! :)@@lastminutecoders

  • @prasannaneha8944
    @prasannaneha8944 ปีที่แล้ว

    instead of loading text label, How to change label dynamically text like 1% to 100% same like rectangle.

    • @lastminutecoders
      @lastminutecoders  ปีที่แล้ว

      That can be implemented by utilising timer.Value property