Microsoft PowerApps: Hidden Gems #3

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024
  • This video walks you using the following:
    1) SetFocus function (Starts at 2:30)
    powerapps.micr...
    2) Notify function (Starts at 9:40)
    docs.microsoft...
    3) With function (Starts at 21:00)
    powerapps.micr...
    4) Add, find and switch icons (Starts at 29:39)
    powerapps.micr...
    5) Rotation (Starts at 45:18)
    docs.microsoft...
    Here is the link to the written blog which also has the MSAPP file for you to download powerusers.mic...
    Interested in my blogging gear? Then take a look at them on Amazon:
    Blue Yeti USB Mic for Recording & Streaming on PC and Mac - amzn.to/3d9g7bY
    Microphone Stand, Mic arm Desk Adjustable Suspension Boom with accessories - amzn.to/2N0YNLp
    Neewer 2 Packs Dimmable 5600K USB LED Video Light with Adjustable Tripod - amzn.to/3qteqdf
    Flexible Desk Mount Clamp Gooseneck Stand for Logitech Webcam - amzn.to/2Ozc4eH
    Sunpak tripod - amzn.to/3jJeov2
    Logitech C922x Po Stream Webcam - amzn.to/3aZlqrt

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

  • @AdiCristea
    @AdiCristea 5 ปีที่แล้ว +2

    Great video, Daniel, thanks! Can I give a suggestion on the 5th tip? Which actually is in two parts, I'm pretty sure you already know this, it's more for your audience: 1. no need to compare the EditVar with true or false (so no EditVar = true or EditVar = false) as EditVar is either true or false, we can just put EditVar; 2. linked to no. 1, once we have specified what to do when the variable is false, the other state of it can ONLY be true, so no need to compare it again with true (EditVar = true). Therefore the DisplayMode formula of the InputBox in the RotationScreen could be easily typed as If(EditVar,View,Edit).

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

      Thanks Adi. I'll have to test your suggestion.

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

    Thanks for the great gems, "With" function was something new for me.
    Also, did not find any particular reason for having "Value(ThisItem.Rating)>=0
    " AND "Value(ThisItem.Rating)

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

    You are Power Apps Gem - SuperDuper 🌟 ( Microsoft should recognise you)

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

      Hey V Tandon,
      Thanks for the compliment. Microsoft has recognized me by awarding me with both the MVP and MCT title.

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

    Thanks for sharing your time, one hour!
    All the features presented are so valuable to improve our programming

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

    Hey Daniel - Nice video. May I just ask on the on focus part. How do you set the focus to a dropdown control?

    • @DanielChristian19
      @DanielChristian19  5 ปีที่แล้ว

      Hi Dimitri,
      I haven't tested that. I'll give it ago and post the update on twitter and here.

    • @DanielChristian19
      @DanielChristian19  5 ปีที่แล้ว

      Hi Dimitri,
      Currently SetFocus function only works on the following.
      Button control
      Icon control
      Image control
      Label control
      TextInput control

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

    Thanks for another nice video. Can we setfocus for dropdown list? am getting error

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

      Hi Papitha,
      Currently the Set Focus can only be used for the following controls
      Button control
      Icon control
      Image control
      Label control
      TextInput control
      Here is the link for more information - docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-setfocus

    • @papithasekar9567
      @papithasekar9567 4 ปีที่แล้ว

      @@DanielChristian19 Thank you

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

    Awesome! waiting for next eps~

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

    For the inbuilt icons hover option is available (hand cursor), but hover is not possible if I use my own image. Any solution ?

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

      Here's a work around, add a shape icon such as rectangle, circle, etc to match the size of the image and then apply the hover fill to that icon. Keep the fill to low 10% to now hide the image but just enough to give the hover effect.

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

      @@DanielChristian19 thanks a lot

    • @Skk1976
      @Skk1976 4 ปีที่แล้ว

      ​@@DanielChristian19 thanks its working. One more request, can you please cover excel or csv file upload in your next video ?

    • @Skk1976
      @Skk1976 4 ปีที่แล้ว

      @@DanielChristian19 I found one more way to do this, if you set the tab index of image to zero, hover (hand) appears.

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

    Great video

  • @sparramore
    @sparramore 5 ปีที่แล้ว

    Can I make a suggestion... you know what nevermind just keep doing them it's fine...

    • @DanielChristian19
      @DanielChristian19  5 ปีที่แล้ว

      Sparramore,
      I welcome any and every constructive criticism which includes suggestions :-)