Jarek Toro

Results 58 comments of Jarek Toro

Ugly yet descriptive. Try this (each row is like 4 of the Orange Boxes with the directComponent being the green.) ``` ResponsiveLayout nestedLayout = new ResponsiveLayout(); //first Row ResponsiveRow row...

it mighty using rl-hidden-xxx along with rl-visible-xxx on the opposite sizes

You can give a height to the responsiveColumn. It just can’t be a percentage height. Then give the grid a 100% height. Sent from my iPhone > On Mar 7,...

With css. Everything can’t be relative. One of the items up the chain has to have a real no percentage size. See this: https://stackoverflow.com/questions/7049875/height-100-not-working Sent from my iPhone > On...

Thank you @Telefonmann1024 & @hofmanndavid I appreciate the feedback and insight. What I would really like is for responsiveLayout to be used creatively and I want to make the ResponsiveLayout...

Thank you again @Telefonmann1024 for the insight into its use. After talking with @hofmannDavid. We will be Adding the protected methods and clean up the public and private definitions and...

Is it possible to get more of the exception? What is the offending Line in the layout code? What are you trying to do with the Columns

Thank you @Kirbylix does the exception mentioned give a line number of the error?

Ok I’ll test your code see if I can reproduce the error