Hi Ryan, this is fantastic solution. Thank you for posting this and a very thorough onboarding tutorial. This should have been done by Powerapps, but glad to see it done by you!
@SmartHaus6 ай бұрын
How did you move the container in the hierarchy using the keyboard?
@HeyTezza6 ай бұрын
I’m wondering this too?
@HeyTezza6 ай бұрын
Ah it’s asked and answered below
@YaserAlhosani6 ай бұрын
Can we have separate on-hover effects for each of the two bars?
@davidoddy46687 ай бұрын
Assuming timer option if you aren't using premium license for users
@pintu15027 ай бұрын
Thanks Ryan from India . Can you make video on this pop up msg making form blur. One more thing we(my powerapps friends) following you more for the more crazy ideas on UI part. Thanks once again
7 ай бұрын
1:33 Check the OnChange event on modern TextInput control, you will be amazed ;) Make sure you set the DelayOutput to true set the OnChange property to a Select(btnYourButton) And on your Button OnSelect Just fire a random event, eg. change Self.Color ... after few seconds on not typing your even will fire, keeping your Focus in that TextInput 🤯🤯🤯🤯
@banasuragaming627 ай бұрын
Looking forward to the auto-save video. Congrats on PowerApps911!
@gilbertpradier7 ай бұрын
Thank you Ryan for this awesome video. Possible to style the same for ComboBox...?
@EllieCarter52257 ай бұрын
Great timing and video.
@TheMKTube8 ай бұрын
Can you show how to achieve the wide format higher res design which appears like it is for desktops? Build from scratch, showing the resolution setting and working up to a responsive app would be simply awesome
@PowerPlatformRyan8 ай бұрын
See the above comment and its response. I probably need to do a video on this :-) the actual width in the display setting is just the standard 16:9 landscape. But the containers which hold the content are responsive, so they are based on the screen’s width, usually with a maximum of 1880 pixels or so, which I find to be a nice with on 1920 X 1080 screens.
@kayogunbowale94467 ай бұрын
@@PowerPlatformRyan Hi Ryan. Great video.. please do a video on how you set up your layout to look larger and longer than normal. It will go a long way on some of my projects. Thanks!
@jray14298 ай бұрын
First, thank you for the work you put into this and for sharing it. Just a thought…I would add one thing to this great video…change the display mode for any controls to disabled until the variable is “ready”. This stops the user from changing any values in the text fields. Just in case it takes a little extra time for the patch to complete. I would do this for any navigation controls so that they can’t leave the screen. I usually add a semi transparent container to the whole screen that stops them from doing anything
@PowerPlatformRyan8 ай бұрын
This is brilliant! Thanks for the great suggestion.
@twosatoshis24788 ай бұрын
Ryan! I love your approach to power apps and your focus on form.its so true. If the apps looks like a power app, then you are lacking in design. Looking forward to see more of your content. I'd like to see more how you go about working with gradients and html
@PowerPlatformRyan8 ай бұрын
Excellent suggestion, I will add that to my list.
@albertjohnmontalbo82808 ай бұрын
hello great video! just a question what screen size do you used on the sample app? it looks larger than the default set-up thanks!
@PowerPlatformRyan8 ай бұрын
Great question! It is actually just a standard 16:9 landscape display setting. However I never use fixed-width containers. It’s all responsive, so the main container is always set to Parent.Width and Parent.Height. Within that page container, I will add a main container for all content that is centered and then I constrain it usually to a max of the screen width or 1880 pixels, whichever is less (so that it shrinks on mobile).
@gitdoge5238 ай бұрын
Hey Ryan! Amazing tutorial! Something that wasn't mentioned though and it literally took me almost an hour to figure out, pay attention to the "Auto-Disable" on the OnSelect (on the button) as it activates the DisabledFill/DisabledColor and DisabledBorder properties which for me were full-blown white! Made everything disappear and didn't know if I did something wrong or the flow just doesn't work properly for me. Hope this helps!
@PowerPlatformRyan8 ай бұрын
Good catch! Glad you caught that and mentioned it in the comments, hopefully that will be a help to someone else as well.
@mrtanner878 ай бұрын
Mate, love this video although tried to download the template from github and when I try to import it to Powerapps I get an error message - Something went wrong. Is it me or the download?? Will check out your other videos now. I have hit the subscribe button!!
@PowerPlatformRyan8 ай бұрын
Hmmm, not sure, did you ever get it to work? Not seeing any issue on my end or when I download it to a dummy account. Hope you were able to figure it out.
@bossrf2748 ай бұрын
Can you make a video on progress bars?
@PowerPlatformRyan8 ай бұрын
Yeah, great idea! Adding to my list
@bossrf2748 ай бұрын
Awesome content!
@PowerPlatformRyan8 ай бұрын
Appreciate it!
@greg2kdotcom8 ай бұрын
Instead of changing the size of the icon so it isn't as big as the container, just change the icon padding. That way the touch area is the same size as your container, and you'll have a more pleasant UX
@PowerPlatformRyan8 ай бұрын
Slick! I love that. Thanks!
@mazo78468 ай бұрын
Or just use modern controls lol.
@PowerPlatformRyan8 ай бұрын
Modern controls just aren’t ready for primetime. There are so many properties you can’t control, with font size being a prime example. I still find the classic controls far more customizable, and while there are some neat visual features of modern controls, they ultimately provide a less customizable experience as a maker, so I just do not use them as a matter of course. Hopefully in the near future, they will be workable!
@rpaconsultant-ericparijs8 ай бұрын
You are my new BFF !
@PowerPlatformRyan8 ай бұрын
lol!
@anthonychilaka8 ай бұрын
Thank you Ryan for this video. I got introduced to power app out of the need to give a UI solution to data visualization. I am glad to find your channel, now I can standout in my solution and portfolio project.
@PowerPlatformRyan8 ай бұрын
Fantastic!
@teekleton8 ай бұрын
Does anyone know how to implement the animated loader icon, I've tried to go to the same website but it won't work when I input the raw code into HTML Text :(
@PowerPlatformRyan8 ай бұрын
Are you making sure that you have the UTF8 text at the front end, and then everything in the EncodeURL formula?
@FreddyAlexanderCortesRodriguez8 ай бұрын
Your videos are great, I have learned several things to implement, it would be ideal if you have a guide for responsive design. ❤
@PowerPlatformRyan8 ай бұрын
Great suggestion! I’ve got one planned soon!
@thulsadon8 ай бұрын
I can't tell you how many times I've viewed examples and no one goes to the detail you do to make subtle changes which makes a PowerApp appear very polished. Thank you very much for sharing this. Will look forward to your other videos. Much appreciated.
@PowerPlatformRyan8 ай бұрын
Thanks! It’s great to know that this kind of content meets a need. I look forward to keeping it up!
@JustinZaun8 ай бұрын
Great video. When an image disappears, you can also edit any property of the image control in the formula bar to make it reappear. I usually delete then re-type the last character in the formula bar to "wake up" the control. Also, you asked about the pronunciation of the "Lato" font, which I was curious about as well. Evidently, "lato" means "summer" in Polish, so it would be pronounced LAH-toe (sounds similar to "lotto" in English). I love that font as well!
@PowerPlatformRyan8 ай бұрын
This is pure gold! Thanks for the tip on both matters! Love it!
@davidtimm43828 ай бұрын
Very nice. Simple but a lot of cool design and easy to follow. Going to use some of this going forward. Thanks. =)
@PowerPlatformRyan8 ай бұрын
That’s great to hear!!
@gorky_fr8 ай бұрын
Thanks for the video! I used this in my own app where on each form, users could save the form in a style. Now the problem is when onselect set(varSaveStatus, "confirmed") is working well. I do not need a saving step so I used just 2 steps save will show onstart and after onselect saved will show and after 1 second delay it will go back to set(varSaveStatus, "ready") which is Save. The thing is when I added delay.run(1) the button goes all white and after the delay function, shows normal as it is. I searched the video but couldn't find if I missed something or not. Where did I do wrong? Thanks in advance
@PowerPlatformRyan8 ай бұрын
Ah, good question! So, once you click a button, it automatically goes into "Disabled" Display Mode. So, whatever colors are set for DisabledFill, DisabledBorderColor, and DisabledColor all become active and the button is no longer clickable UNTIL the OnSelect actions are all completed, including your delay. So, if you don't want the color to change, just set DisabledFill to Self.Fill or Self.PressedFill, as you prefer. Same thing with DisabledBorderColor and DisabledColor. Hope that helps!
@gorky_fr8 ай бұрын
@@PowerPlatformRyan yup, that solved it! Thanks again. I learned a new thing again. 🎉
@Mrinal6008 ай бұрын
Can we use these svg for commercial uses???
@PowerPlatformRyan8 ай бұрын
Always check the licensing and terms of the icon source you use, but icons from Syncfusion Metro are commercially licensed, as are icons downloaded from Envato Elements with a valid subscription.
@joostbos8 ай бұрын
Thanks for sharing Ryan! I really appreciate your UX-perspective-solution-approach. Very inspiring! Well done again!
@PowerPlatformRyan8 ай бұрын
Thanks!
@robertdavies48838 ай бұрын
🔥🔥🔥THANK YOU Ryan for a fantastic presentation and many little 🪙🪙 treasure tips for a more compelling Power App experience!
@PowerPlatformRyan8 ай бұрын
Thanks, Robert, I appreciate it!
@2007pradipta8 ай бұрын
how you move the container position from top to bottom by just clicking some keys ?
@PowerPlatformRyan8 ай бұрын
CTRL + [ and CTRL + ]
@2007pradipta8 ай бұрын
thanks for your response@@PowerPlatformRyan . But after selecting the control and clicking CTRL+ whole screen size Zoomed ...
@PowerPlatformRyan8 ай бұрын
@@2007pradipta Sorry, I think my instructions were unclear. The + doesn't mean you hit CTRL and the + key. I meant that you hit CTRL "plus the" [ key. That is, CTRL and the Square Bracket key. CTRL with the Left Square Bracket [ moves the layer down, and CTRL with the Right Square Bracket ] moves the layer up.
@2007pradipta8 ай бұрын
@@PowerPlatformRyan Appreciate your effort to clarify ..It working ..thanks a lot.
@emmanuelmaceda24758 ай бұрын
First time viewer here, subscribed! Love this vid, thank you for sharing!
@PowerPlatformRyan8 ай бұрын
Awesome!
@jakegwynn63648 ай бұрын
Love your videos, Ryan! There is a workaround to auto-save for text fields, even for galleries, without losing focus in the next field. It’s kind of a pain, but it works well. Obviously it doesn’t fire until you move off the text input control, but it doesn’t break tab order or lose focus on the next control you selected.
@PowerPlatformRyan8 ай бұрын
Ooh, could you share in the comments? I’ve looked for PCF controls that fake it, but haven’t come across the right solution. Would love to take a look at what you’ve found!
@PitchIdeas8 ай бұрын
Great video - already changing how we do confirmation in our apps. Thank you!
@PowerPlatformRyan8 ай бұрын
That’s great!
@RidewithMrUnknow8 ай бұрын
Can you also give me the link of that figma file
@PowerPlatformRyan8 ай бұрын
Here ya go, adding it to the description. Thanks! www.figma.com/community/file/886554014393250663/free-icon-pack-1700-icons
@RidewithMrUnknow8 ай бұрын
Great video 🎉🎉 Loved the channel idea about not looking like PowerApps apps.
@PowerPlatformRyan8 ай бұрын
Thanks!
@SriKrishnaVlogs1438 ай бұрын
Simply brilliant
@PowerPlatformRyan8 ай бұрын
You’re very kind!
@mthered93908 ай бұрын
Nicely done!
@PowerPlatformRyan8 ай бұрын
Thanks!
@rudivanderlocht32128 ай бұрын
Hi Ryan, Excellent Video !! Could you make a video about restyling other kind of controls : dropdown, combobox...
@PowerPlatformRyan8 ай бұрын
Good suggestion, I’ll put that on the list!
@joostbos8 ай бұрын
Well done!! 👍👌👌
@PowerPlatformRyan8 ай бұрын
Thank you! 😃
@backyardgetaways1988 ай бұрын
Thank you so much for this. My Home Screen is now styling.
@PowerPlatformRyan8 ай бұрын
Love it!
@bradyarotsky30719 ай бұрын
Very much enjoy your content. I'd like to suggest improving your audio quality. Room is quite echoy, but more important the keyboard typing is very loud and distracting. Just a suggestion. Thanks again.
@PowerPlatformRyan8 ай бұрын
Thanks for the feedback!
@bhainsley9 ай бұрын
This is great, Ryan. This is great. Thank you for sharing. Wishing you and your channel every success.
@PowerPlatformRyan9 ай бұрын
Thanks!
@RidewithMrUnknow9 ай бұрын
This great tips just wanted to What is shortcut you are using for reordering the container?
@PowerPlatformRyan9 ай бұрын
Thanks! Reorder items with CTRL+ [ or ], depending on whether you are moving up or down.
@CruiSavier8 ай бұрын
This comment needs to get pinned!!!
@BlaueLed9 ай бұрын
This is amazing. Thanks for making such a great content 👍
@PowerPlatformRyan9 ай бұрын
Thanks! Glad it’s helpful!
@erdemsahin74089 ай бұрын
Thanks Ryan for this, user friendly and clear buttons are really significant
@erdemsahin74089 ай бұрын
but I couldn't see in the source file the components you show on the video, just save button..
@PowerPlatformRyan8 ай бұрын
Yes they are!
@avajberry9 ай бұрын
So creative Ryan! This is a great jumping off point into PCF controls for a super common scenario. Really been enjoying your content lately 🙂
@PowerPlatformRyan9 ай бұрын
Fantastic! Thanks so much :) I’ll keep it coming :)
@youngdataio9 ай бұрын
realy nice video
@PowerPlatformRyan9 ай бұрын
Thanks so much! Hope it was a help!
9 ай бұрын
You must always compensate for the border width... box-sizing 😉 There are only two makers who center on X by (Parent.Width-Self.Width)/2 or Parent.Width/2-Self.Width/2 Another makes will set all border-radius to 999 :) Great work... Keep them coming!