That's great, thank you Victor. I can't wait for the part 3. I already worked on my own to make this app responsible, and it's a huge work to make every container adapt to the screen size, vertically and horizontally. I also created other menu components to show on mobile or tablet without the collapsible option. You inspired me, thanks a lot !
I learned the hard way, always plan your layouts with containers before starting or else you're going to be moving containers and controls around breaking align property values. Also, skip out on the fancy drop shadow like Tolu suggests, it's easier to work without it.
My dear Tolu, please come back and bring us the excitement of part 3. We're eagerly awaiting more videos from you. I understand you're busy with work, but where there's a will, there's a way to create them. It's been almost a month, and we haven't seen any new videos from you. Please help us and share your wonderful knowledge.
BROOOO! PLEASE UPLOAD PART 3 OF THIS SERIES. I AM WAITING FOR 2 MONTHS. NO OTHER VIDEO IS SUFFICIENT ENOUGH TO LEARN RESPONSIVENESS . MY PROJECT IS STUCK . PLEASEEE SHARE IT AS SOON AS POSSSIBLE. I REALLY NEED THE 3RD PART.
Hey man.. Super great video. May i ask you? 2:56, you show the UI of your app (Top Performing Recipes) In that video, there is horizontal gallery, and the next button to slide to the right, instead of scrollbar. How do you do that? do you have a video for that function?
Hey Tolu can you please make a video explaining the data base part as well or connection of the data-source or use sharepoint for the same layout so that we could get an overview of the same
Hello Tolu!! Great work as always. Just out of interest do you tend to design your UI before building, outside powerapps first... or it's normally in your head and you just freestyle and create the look and feel as your building??
You simply need to connect the gallery to a collection, on check/uncheck of the checkbox, update the collection. Then use the column value to control your form visibility. You may access the specific record using Lookup, Filter or Index
Hello, Your videos are always excellent. However, I'm facing a specific challenge with the formula "(Self.Width - (Self.TemplatePadding * (Self.AllItemsCount+1)))/Self.AllItemsCount-1" used in my Gallery. Every time I open the application, it throws a division by zero error. I've checked the values and it shouldn't be happening. How can I work around this issue?
If you have a component that gets its information from a table you created in the items property, it might be that your gallery is not reading from that table correctly. Mainly its due to your table
Most valuable series on the internet…at least for a small subset of nerds! Thank you for these awesome tutorials!!
Hey man! am excited for the part 3.
Good work! keep doin'
The absolute best videos I've seen on this topic, bar none.
Incredible.
Due this is amazing! Gave me so much valuable information on working with containers and UI inspiration.
That's great, thank you Victor. I can't wait for the part 3.
I already worked on my own to make this app responsible, and it's a huge work to make every container adapt to the screen size, vertically and horizontally. I also created other menu components to show on mobile or tablet without the collapsible option. You inspired me, thanks a lot !
Awesome
How did u achieve the responsiveness ? I'm struggling at the moment
I am waiting for third part! Great work!!!
Great work as always. See you in two weeks for part 3... lol. No pressure...
😂😂
@@toluvictor pressure dey ooo. when are we having part 3
Part 3 pleaseeeeee
The self judging is hilarious. Tolo you're content and style is brilliant. Thank you!
Smashed the subscribe button so hard! This so helpful!
Thank you 😁💪
Wow! That was a lot. Tired now, need more ☕ (FANTASTIC Work!)
😂😂😂 Would have said I can relate but I'm more of a caffeinated tea guy
I learned the hard way, always plan your layouts with containers before starting or else you're going to be moving containers and controls around breaking align property values. Also, skip out on the fancy drop shadow like Tolu suggests, it's easier to work without it.
Been waiting for this, love your videos, by far the best information on modern power apps.
Hope it was worth the wait🙂
Ok, it's been long enough. Time to start slacking at your day job and get us part 3... 🤣
😂😂😂😂😂
Always inspiring creativity and outside the box thinking. Well done friend.
Thank you very much
great video and explanation of the containers
Thank you so much. Enjoyed from start to end. Waiting for the next one
Glad you enjoyed it!
You're amazing, man! Huge fan!
Thanks for the kind words 🙂
Hey bro, thanks so much. Hugs from Brazil 🎉
Thanks for the support
My dear Tolu, please come back and bring us the excitement of part 3. We're eagerly awaiting more videos from you. I understand you're busy with work, but where there's a will, there's a way to create them. It's been almost a month, and we haven't seen any new videos from you. Please help us and share your wonderful knowledge.
BROOOO! PLEASE UPLOAD PART 3 OF THIS SERIES. I AM WAITING FOR 2 MONTHS. NO OTHER VIDEO IS SUFFICIENT ENOUGH TO LEARN RESPONSIVENESS . MY PROJECT IS STUCK . PLEASEEE SHARE IT AS SOON AS POSSSIBLE. I REALLY NEED THE 3RD PART.
your content is the best!
Thank you 😊
Great sense of humour too!
Thanks
Great tutorial! Thank you.
thanks you very much for your videoo !!!!!🔥from France
Thanks man
Glad you found it helpful! 💪
Hey man.. Super great video.
May i ask you? 2:56, you show the UI of your app (Top Performing Recipes)
In that video, there is horizontal gallery, and the next button to slide to the right, instead of scrollbar.
How do you do that? do you have a video for that function?
great tutorial!! thank you
Thank you for this video.
Hey Tolu can you please make a video explaining the data base part as well or connection of the data-source or use sharepoint for the same layout so that we could get an overview of the same
Hello Tolu!! Great work as always. Just out of interest do you tend to design your UI before building, outside powerapps first... or it's normally in your head and you just freestyle and create the look and feel as your building??
Beautiful
Amazing vizio, thanks man
Amazing ❤🎉
Thank you
Hi, in 31:12 I was wondering do you have a link to the background picture you used there? Thak you
Hi. It's been so long so I don't anymore but I remember searching light geometric background on freepik.com
how did you make the recepie app that looks cool can you upload that video too...
I didn't upload a step by step video for that design but you can understand how to do it if you watch the first 2 videos of the container series
Can you create a video on embedding these Canvas Apps into a form or page within a model-driven app?
I have a video showing this, it's pretty old, but it's the same principle
ruclips.net/video/oq75B9oGBmM/видео.html
Great work bro. How can I download this template ?
It's available to channel members and Patreon members
@@toluvictor thanks. How can I part of this ?
where do you get those app backgrounds?
I mostly use Freepik. I also know how to use image editing tools so sometimes get an image and modify it to suit the app I'm building.
🤣🤣🤣🤣 Weyrey ni bobo yi, walahi. 5:22 had me dyinng of laughter. "English isn't responding"
🤣🤣🤣.That's how it feels sometimes
One question, how do u make it so it looks wide in desktop
You need to make it responsive to fill the screen
Greaat
Unrelated question, but how do you make different checkboxes in a gallery affect the visibility of different forms?
You simply need to connect the gallery to a collection, on check/uncheck of the checkbox, update the collection. Then use the column value to control your form visibility. You may access the specific record using Lookup, Filter or Index
@@toluvictor Thank you once again!
Yo dawg.
I heard you like containers, se we put containers in your containers so you can hold more containers!
🤣🤣🤣🤣 And then you can also put all that in a container too.
Congratulations, you have now learned the Container secret arts
Uncle tolu
Hello guys, I’m quite new to powerapps. I need someone to talk to bout it.
Faudrait aller moins vite
Hello,
Your videos are always excellent. However, I'm facing a specific challenge with the formula "(Self.Width - (Self.TemplatePadding * (Self.AllItemsCount+1)))/Self.AllItemsCount-1" used in my Gallery. Every time I open the application, it throws a division by zero error. I've checked the values and it shouldn't be happening. How can I work around this issue?
Hmm. I'm not too sure what might cause this
If you have a component that gets its information from a table you created in the items property, it might be that your gallery is not reading from that table correctly. Mainly its due to your table