Discover the Power of Using Containers!

  Рет қаралды 12,026

Bulb Digital

Bulb Digital

Күн бұрын

Пікірлер: 37
@davem8774
@davem8774 Жыл бұрын
I think containers are a must use if someone is building an app both for desktop and mobile use.
@BulbDigital
@BulbDigital Жыл бұрын
Hey, Dave! We think so too. 😁 They make responsive apps so much easier to design.
@amaralgi
@amaralgi Жыл бұрын
Great content, I always struggle to manage my groups and containers will definitely make my live easier :) Congrats for publishing your first video, I liked it!
@MichaelaBrownMMB
@MichaelaBrownMMB Жыл бұрын
Thank you, I really appreciate that :) My coworkers made it a very fun process and I'm glad you liked it
@BulbDigital
@BulbDigital Жыл бұрын
So happy you liked our video! Michaela's a natural 😁
@TheresaHooper-o9y
@TheresaHooper-o9y Ай бұрын
Very good video! Thank you for explaining how useful containers are.
@BulbDigital
@BulbDigital 22 күн бұрын
Glad it was helpful!
@nacimhoc
@nacimhoc 11 ай бұрын
great video !! i underestime container, but in my case where are have groups of component that i need to hide / show based on some variables, containers are gold !
@geincon
@geincon Жыл бұрын
Thanks for the great video! Apart from the content, I really like your energy. Congrats to your great first video and keep it up!
@BulbDigital
@BulbDigital Жыл бұрын
Thank you for the feedback! Means a lot 😊
@AnnikaSchulz-t2o
@AnnikaSchulz-t2o Жыл бұрын
Great video! Thanks a lot! It was excatly what I was looking for, struggling with my X and Y. As I'm all for organized that's well down my street! Loved the boys becoming 1 boy, too. :D
@AhmedBalfaqih
@AhmedBalfaqih 5 ай бұрын
Well prepared, well explained, well presented. Liked and subscribed after 2 minutes. A new record for me.
@BulbDigital
@BulbDigital 4 ай бұрын
Great, thanks! Glad we could help.
@jakobankerhansen
@jakobankerhansen 4 ай бұрын
Thanks for great and well explained video :) Is it possible to programmatically reorder the components in a directional container? Any other ideas to accomplish this ?
@BulbDigital
@BulbDigital 3 ай бұрын
It's not possible to do in a directional container in a "reasonable" way - however, you could accomplish this with other components and some creativity. For a Gallery, you could use a collection of items that is dynamically sorted for your needs. For a Form, you can leverage the X and Y properties on the Data Card itself. There are other controls you could use that might accomplish this, such as the Tab List or List Box. If those don't work for you, you could create multiple variations of your directional container that show or hide based on conditions.
@jakobankerhansen
@jakobankerhansen 3 ай бұрын
@@BulbDigital Thanks :) Very fine reply, and it makes me think :)
@juanjosenunezcarreno
@juanjosenunezcarreno 11 ай бұрын
Thanks! Great Video
@dvdramm
@dvdramm 10 ай бұрын
thank you for this video; however, every time I select the container and click Insert from the top menu and insert an Edit Form, this Edit form goes directly to the root of the tree, outside of the container. Do we need to unlock the container or something like that? If I insert a text label or any other input, it goes inside the container.
@BulbDigital
@BulbDigital 10 ай бұрын
Hmm, you should be able to add it, and I haven't been able to recreate this issue, unfortunately. When you add a new container and it's empty, try using the plus (+) button inside the container to add your Edit Form. Does that work for you?
@palanimathi4493
@palanimathi4493 Жыл бұрын
Could you please make one video for responsive design? It helps me to do better design.
@BulbDigital
@BulbDigital Жыл бұрын
Thanks so much for the suggestion! 🙌
@conaxlearn8566
@conaxlearn8566 10 ай бұрын
Hey nice video. I am trying to use containers to organise data on the screen and make it responsive, but I am having so much trouble! So I have a first level container on the screen, and that is a vertical container (header, main, footer). In the main element, I added a horizontal container. The purpose of this container is so that I can add multiple vertical containers into it. Each vertical containers will containts a group of related data. E.g. one group would be Request Summary, and next group might be Requester Details, then next group some other data. There are around 5 groups. So the idea is that on a desktop, the groups may go across the horizontal container, and if I resize down the the width of the screen, the groups will start to wrap so they become on top of each other. The problem is that the vertical containers (group containers) do not maintain their height when the app is shown on mobile devices. A group may have up to 7 fields and the desktop has enough height to show the data, but on mobile phone, the height of all groups are changed to fit into the mobile screen instead of maintaining their height and let user to scroll the mobile screen to see them. I wonder if what I'm trying to do is actually acrhievable using containers?
@BulbDigital
@BulbDigital 10 ай бұрын
From what I'm understanding, it sounds like you should be able to accomplish your goal with a little configuration! This is probably easiest to go over on our monthly Office Hours stream - www.bulb.digital/office-hours - submit this as a question and we can see what's going on together in real-time! If you register (for free) at the bottom of that page, you'll be able to share your screen & chat via Teams, if needed.
@conaxlearn8566
@conaxlearn8566 10 ай бұрын
@@BulbDigitalThank you so much for the offer! I have also just realised what configuration I had missed. For each of the vertical containers in the horizontal container, I need to set their 'Align in container' to 'Custom' instead of 'Set by container'. Then I can fix their height for them to retain that height in mobile view! Subscribed to your M365 Tips emails and book marking your site.
@aducaale328
@aducaale328 4 ай бұрын
Thanks amazing content
@BulbDigital
@BulbDigital 3 ай бұрын
Thank you!
@rahulmukherjee4791
@rahulmukherjee4791 11 ай бұрын
Great video! Could you also please share if you know a way to use containers to group multiple Datacards in an Edit Form in Canvas apps? I have been able to put multiple entities inside a Datacard into a basic container but never the Datacard itself. Need help for this urgently for a project. Thanks!
@BulbDigital
@BulbDigital 11 ай бұрын
Thanks! Unfortunately, datacards can't be removed or copied from forms, since they make up the form itself. And, unfortunately, containers are not able to be added inside a form, either. With this limitation, maybe there is another way to accomplish what you need? For example, if you need to toggle visibility, you could use a variable in the datacard's visibility property. Or if you need to span multiple pages, you could use two forms and set the second one's Item property to Form1.Updates.
@yourface2616
@yourface2616 9 ай бұрын
What an awesome video. Thank you so much. Keep up the great energy. It’s infectious 💕
@BulbDigital
@BulbDigital 9 ай бұрын
Thank you so much!
@louischamberland8152
@louischamberland8152 Жыл бұрын
Hello there, thank you for this information! Great video...! My question would be, how do you assign a button's OnSelect to show a container? I
@BulbDigital
@BulbDigital Жыл бұрын
That's a great use of containers, we have a Short that should help you out. In it, we set the Visibility property of the container to a context variable and toggle the value in the On Select of the button. Check it out and let us know if you still need some help: kzbin.infoeApVqyjf_WI
@lumilo7
@lumilo7 Жыл бұрын
gracias genia♥
@LoaDahl-v2s
@LoaDahl-v2s Жыл бұрын
Why does it lock my Containers so I can't resize them?
@BulbDigital
@BulbDigital Жыл бұрын
I think we need a little more information to be able to help you with this one. Would you be able to upload a screenshot of your Power Apps Studio screen to Imgur or another photo hosting site and share it with us? It would be helpful to include the left side Tree View and the Properties pane on the right side of the screen.
@fadiahdab
@fadiahdab Жыл бұрын
dorks !
@BulbDigital
@BulbDigital Жыл бұрын
🤓
How to Manage Projects Like a Pro in Microsoft Teams
24:33
Bulb Digital
Рет қаралды 103 М.
Getting Past License Costs with Model-Driven Power Apps + Dataverse
15:50
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 54 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 150 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 13 МЛН
Microsoft Teams: Use Adaptive Cards to Connect People to Process
13:40
Simplify HR Tasks with AI: Create a Voice Agent Using Synthflow AI
11:16
Power Apps Responsive Design Containers & Screen Templates
24:01
Reza Dorrani
Рет қаралды 80 М.
Delight Your Users with Modern Tabs in Power Apps
13:46
Pragmatic Works
Рет қаралды 11 М.
Power Apps Components - Mega Menu, Input, & Output
24:58
Shane Young
Рет қаралды 37 М.
Power Apps Navigation Design: Containers Vs. Galleries
19:20
Daniel Christian
Рет қаралды 5 М.
Power Apps Container Series Part 1 - Introduction + Basic layout
12:29
Daniel Christian
Рет қаралды 20 М.
Solutions in Power Platform
9:11
Bulb Digital
Рет қаралды 9 М.
OneNote as a Second Brain (What You're Missing)
32:32
Tiago Forte
Рет қаралды 351 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 54 МЛН