HTML Control Power Apps to Create Smart Apps

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 29

  • @blazehawkins2759
    @blazehawkins2759 2 года назад +1

    This is a really well done video. Thank you for sharing this information with us. I have been too dependent on using form controls, even if I suffered a performance loss in the process. I will definitely be implementing these lessons in all my apps going forward!

  • @god_hacker581
    @god_hacker581 2 года назад

    Thanks for sharing. Helpful video.

  • @virginiasilva-powerplatfor9968
    @virginiasilva-powerplatfor9968 2 года назад

    show, very interesting...

  • @sharepointdeveloper602
    @sharepointdeveloper602 2 года назад +1

    Thanks for sharing info. It's very helpful.
    I have query on first item i.e. 4buttons with shadow. I choose SharePoint list for populate the button. That working perfectly but last attribute of the list is for Navigation. I am not able to set Navigation in the collection when data source is SharePoint. Means Screen name colum treated as text due to which is not working. Could you please help on this

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад +1

      Unfortunately as of today it is not possible in possible in Power Apps. Please find the below answer given Microsoft support team on the same:
      powerusers.microsoft.com/t5/Building-Power-Apps/How-to-expand-a-variable-to-a-screen-name-for-Navigate/td-p/426338

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад +1

      but you can implement a Switch and do as below:
      Switch(scrname,
      "screen1": Navigate(Screen1),
      "screen2": Navigate(Screen2),
      "screen3": Navigate(Screen3))
      Since the screen names will not change once you publish the app you can configure your SharePoint list as same, hope this helps.

    • @sharepointdeveloper602
      @sharepointdeveloper602 2 года назад

      @@krishnavandanapu-mvp9302 thanks for quick response and alternate solution

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад

      @@sharepointdeveloper602 I am happy that worked for you!

  • @alejandrorodriguezgarcia4534
    @alejandrorodriguezgarcia4534 2 года назад

    Hi KRishna, I would like to have the code for the progress bar but unfortunately I cannot upload the zip from github to my powerapp. Is there any other video where you showed how to create the progress bar in this video? thanks, you are awesome!

  • @bujjibabukj9616
    @bujjibabukj9616 2 года назад

    Thanks for video. It is very useful for me.
    Request you to share code for Text scrolling with HTML on powerapp canvas.

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад

      Use Marque HTML code for this in a DIV tag with HTML control on screen !

    • @bujjibabukj9616
      @bujjibabukj9616 2 года назад

      @@krishnavandanapu-mvp9302
      Hi,
      I have tried following code. But it not working in power apps.
      "
      This is a sample scrolling text that has scrolls texts to left.
      "

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад

      @@bujjibabukj9616, unfortunately, marquee is not working with HTML control in PowerApps you need to implement the timer control with text control (which I will be coving in next coming videos)

    • @bujjibabukj9616
      @bujjibabukj9616 2 года назад

      @@krishnavandanapu-mvp9302
      Thank you
      Request you cover the timer control in power apps component also.

  • @julien8979
    @julien8979 2 года назад

    Thanks for sharing. If we want to make this app responsive using the HTML controls it will work perfectly with containers?

  • @richardparker2671
    @richardparker2671 Год назад

    Hi Krishna! Can you share the formula for count the controls in the screen?

  • @saikumarraju8963
    @saikumarraju8963 2 года назад

    Sir, I need to create a halfmoon button in the power app, is that possible?

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад

      Checkout the W3school (check description for URL) website to get the hexadecimal code for Halfmoon, for implementation check the video at the end.

  • @anandasanyal
    @anandasanyal 2 года назад

    Thanks for sharing. Just for your info - the solution shared in Github not working. Tried to import showing error. Thanks again

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  2 года назад +1

      It is an .msapp solution so you can't import it you need to open that app, my friend. Try this:
      1. Open a new app in maker studio
      2. File-> Open browse for app
      3. Now you select this .msapp
      this will open the app without any issues. Let me know if you still see any issues!

    • @anandasanyal
      @anandasanyal 2 года назад

      @@krishnavandanapu-mvp9302 Got it,Thx

  • @deivadheeksham393
    @deivadheeksham393 Год назад

    Sir do u taking classes

  • @saikumarraju8963
    @saikumarraju8963 2 года назад

    How to create curved buttons in powerapps without using image.