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
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).
Thanks Adi. I'll have to test your suggestion.
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)
Hey Ylotan,
I had to use >=0 and
You are Power Apps Gem - SuperDuper 🌟 ( Microsoft should recognise you)
Hey V Tandon,
Thanks for the compliment. Microsoft has recognized me by awarding me with both the MVP and MCT title.
Thanks for sharing your time, one hour!
All the features presented are so valuable to improve our programming
Thanks Solo Software Development!
Hey Daniel - Nice video. May I just ask on the on focus part. How do you set the focus to a dropdown control?
Hi Dimitri,
I haven't tested that. I'll give it ago and post the update on twitter and here.
Hi Dimitri,
Currently SetFocus function only works on the following.
Button control
Icon control
Image control
Label control
TextInput control
Thanks for another nice video. Can we setfocus for dropdown list? am getting error
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
@@DanielChristian19 Thank you
Awesome! waiting for next eps~
Thanks Hita!
For the inbuilt icons hover option is available (hand cursor), but hover is not possible if I use my own image. Any solution ?
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.
@@DanielChristian19 thanks a lot
@@DanielChristian19 thanks its working. One more request, can you please cover excel or csv file upload in your next video ?
@@DanielChristian19 I found one more way to do this, if you set the tab index of image to zero, hover (hand) appears.
Great video
Thanks PowerPlatform us!
Can I make a suggestion... you know what nevermind just keep doing them it's fine...
Sparramore,
I welcome any and every constructive criticism which includes suggestions :-)