7 Replies Latest reply: Jul 17, 2014 12:05 AM by Eric.Ambrosi RSS

    Inline-block Display mode

    Eric.Ambrosi MeganK

      Hi guys, do you plan to add that display mode ? I find it weird that's not in reflow core features.

        • 1. Re: Inline-block Display mode
          Vic Mitnick - Adobe Adobe Employee

          Hi Eric -

          Thanks for the suggestion. We don't have any specific plans to add this. Can you help us understand how you'd find it especially useful?

           

          thanks,

          Vic

          • 2. Re: Inline-block Display mode
            Eric.Ambrosi MeganK

            hi Vic,

            thx for your answer, my goal is pretty simple, I want to achieve this layout.

            Capture.PNG

             

            I want to create a menu centered without knowing menu items width and menu width. Most of websites are generated via sql query, php, Ajax, asynchronous call...

            A bitmap's width and height are known when displayed in browser so it's pretty simple to center them. It's exactly the same for all div with a fix width via pixel or percent units, it's pretty simple to align them.

             

            But at some point you don't know how many items in your div you'll get and you won't know their needed width in order to display their content properly.

            I maybe wrong but I think that two core features would be great to add in reflow : display : inline-block and text-alignement.

            Perhaps it's because reflow is Photoshop oriented in it's way to import and layout content...

            • 3. Re: Inline-block Display mode
              Eric.Ambrosi MeganK

              So do you think, you could add it to your roadmap ? That would be great !!

              ->
              Hello ? I saw light coming from here but there's nobody, youhou ? Are you here Vic ?

              • 4. Re: Inline-block Display mode
                Vic Mitnick - Adobe Adobe Employee

                Thanks, Eric -

                We don't have it scheduled, but it already is in our backlog of features we might do.

                 

                Sorry about the delay responding to you; we were all off last week.

                 

                Vic

                • 5. Re: Inline-block Display mode
                  Eric.Ambrosi MeganK

                  Thank you very much for adding that feature in a possible futur release.

                  I have worked with Flash/ Flex until 2010 and Blend for Visual Studio from 2007 to 2014. I'm an advanced user on these software and maybe I could have a lot of small features that could make sense.

                   

                  But I don't know what is the exact goal of Reflow so far :

                  Is it a proxy of the exact html / css properties ?

                  Or is it some kind of translator wich hide the complexity existing in css/html ?

                  I don't know the exact sense you want to apply to its use.

                   

                  In some way we could simplify its use at the designer level. I have some clues to do that but don't know if it could help and if it's in a direction you would choose.

                   

                  Eric

                  • 6. Re: Inline-block Display mode
                    Jim Gasperini Community Member

                    A good explanation of the usefulness of inline-block can be found at:

                    http://learn.shayhowe.com/html-css/positioning-content/

                     

                    JIm

                    • 7. Re: Inline-block Display mode
                      Eric.Ambrosi MeganK

                      I agree with Jim !

                      Hi Vic, I don't get why it's not in the first set of features to add in the next step :

                      As I see Reflow, it has its own rendering web engine for design time. From this point, I wonder if inline-block display mode would be such a difficult and time consuming feature to implement...