Тёмный
No video :(

Discover the Power of Using Containers! 

Bulb Digital
Подписаться 31 тыс.
Просмотров 11 тыс.
50% 1

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@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 😁
@AhmedBalfaqih
@AhmedBalfaqih Месяц назад
Well prepared, well explained, well presented. Liked and subscribed after 2 minutes. A new record for me.
@BulbDigital
@BulbDigital 24 дня назад
Great, thanks! Glad we could help.
@nacimhoc
@nacimhoc 8 месяцев назад
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 !
@user-gs7nt1qp4l
@user-gs7nt1qp4l 9 месяцев назад
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
@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 😊
@yourface2616
@yourface2616 6 месяцев назад
What an awesome video. Thank you so much. Keep up the great energy. It’s infectious 💕
@BulbDigital
@BulbDigital 6 месяцев назад
Thank you so much!
@aducaale328
@aducaale328 23 дня назад
Thanks amazing content
@BulbDigital
@BulbDigital 8 дней назад
Thank you!
@conaxlearn8566
@conaxlearn8566 7 месяцев назад
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 7 месяцев назад
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 7 месяцев назад
@@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.
@dvdramm
@dvdramm 7 месяцев назад
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 7 месяцев назад
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?
@jakobankerhansen
@jakobankerhansen 29 дней назад
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 7 дней назад
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 7 дней назад
@@BulbDigital Thanks :) Very fine reply, and it makes me think :)
@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! 🙌
@rahulmukherjee4791
@rahulmukherjee4791 7 месяцев назад
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 7 месяцев назад
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.
@louischamberland8152
@louischamberland8152 10 месяцев назад
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 10 месяцев назад
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: ru-vid.comeApVqyjf_WI
@juanjosenunezcarreno
@juanjosenunezcarreno 7 месяцев назад
Thanks! Great Video
@lumilo7
@lumilo7 11 месяцев назад
gracias genia♥
@user-bb8dn1dk3m
@user-bb8dn1dk3m 10 месяцев назад
Why does it lock my Containers so I can't resize them?
@BulbDigital
@BulbDigital 10 месяцев назад
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 Год назад
🤓
Далее
I Built a WATERPARK In My House!
26:28
Просмотров 17 млн
СЕРЕГА ПИРАТ - TEAM SPIRIT
02:37
Просмотров 292 тыс.
We Had a UX Designer Fix Our Power App Part 1
22:10
Просмотров 56 тыс.
M365 Hacks for Project Managers
14:42
Просмотров 4,5 тыс.
Boost your SharePoint intranet: 9 tips for 2024
8:32
Why are you NOT Using These 5 Microsoft 365 Apps?
25:27
Solutions in Power Platform
9:11
Просмотров 7 тыс.
I Built a WATERPARK In My House!
26:28
Просмотров 17 млн