Discover the Power of Using Containers!

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 38

  • @davem8774
    @davem8774 Год назад +5

    I think containers are a must use if someone is building an app both for desktop and mobile use.

    • @BulbDigital
      @BulbDigital  Год назад +3

      Hey, Dave! We think so too. 😁 They make responsive apps so much easier to design.

  • @nacimhoc
    @nacimhoc Год назад

    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 !

  • @dvdramm
    @dvdramm 11 месяцев назад

    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  11 месяцев назад

      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?

  • @amaralgi
    @amaralgi Год назад +2

    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 😁

  • @conaxlearn8566
    @conaxlearn8566 11 месяцев назад

    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  11 месяцев назад

      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 11 месяцев назад +1

      @@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.

  • @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.

  • @jakobankerhansen
    @jakobankerhansen 5 месяцев назад

    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  4 месяца назад +1

      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 4 месяца назад +1

      @@BulbDigital Thanks :) Very fine reply, and it makes me think :)

  • @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 😊

  • @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! 🙌

  • @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

  • @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: ruclips.net/user/shortseApVqyjf_WI

  • @TheresaHooper-o9y
    @TheresaHooper-o9y 2 месяца назад

    Very good video! Thank you for explaining how useful containers are.

  • @AhmedBalfaqih
    @AhmedBalfaqih 6 месяцев назад

    Well prepared, well explained, well presented. Liked and subscribed after 2 minutes. A new record for me.

    • @BulbDigital
      @BulbDigital  5 месяцев назад

      Great, thanks! Glad we could help.

  • @yourface2616
    @yourface2616 10 месяцев назад

    What an awesome video. Thank you so much. Keep up the great energy. It’s infectious 💕

  • @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.

  • @christianberger6390
    @christianberger6390 20 дней назад

    Très intéressant

  • @aducaale328
    @aducaale328 5 месяцев назад

    Thanks amazing content

  • @lumilo7
    @lumilo7 Год назад

    gracias genia♥

  • @fadiahdab
    @fadiahdab Год назад

    dorks !

  • @juanjosenunezcarreno
    @juanjosenunezcarreno Год назад

    Thanks!
    Great Video