**** BEGIN LOGGING AT Tue Jan 27 02:59:58 2015 Jan 27 04:09:13 Is it possible to bind something to the css style display? Jan 27 08:05:37 You mean style and not class? Class you can do for sure. Jan 27 08:06:09 For style if you can't bind directly, you could use a transform function to do so **** BEGIN LOGGING AT Tue Jan 27 16:12:14 2015 Jan 27 17:22:47 DougReeder: length isn't documented? Well, it has many Array similarities. Jan 27 17:23:23 yup, definitely undocumented Jan 27 17:35:07 See http://enyojs.com/docs/latest/index.html#/kind/enyo.Collection Jan 27 18:15:35 If I have an image that I would like to take as much space as possible, up to 50% width or upto 100% of a fittableColumn, and have the other column fill:true, how could I do that? Jan 27 18:15:54 If I have an image that I would like to take as much space as possible, up to 50% width or upto 100% height of a fittableColumn, and have the other column fill:true, how could I do that? Jan 27 18:16:08 grr I mean fit:true Jan 27 18:18:41 Gosh I wish I could explain that better. I have one column that is max-height:100% and max-width:50%; which I want an image to fill as big as possible, and what width it doesn't fill, should collapse in. Jan 27 18:19:38 fittablecolumns with enyo.Image kind for your image and a fit:true component for the second Jan 27 18:20:06 trex0051, so you want the width of the image to always be visible? Jan 27 18:20:57 I want the full image to always be visible and constrained within the containing box. Jan 27 18:21:24 But I want the box's width to collapse based on the max width of the image. Jan 27 18:22:07 if my image is bigger than the box, I think I can just set the max width and height, but if my image is smaller than my box I need it to stretch and fill the box as much as it can Jan 27 18:23:35 trex0051: http://enyojs.com/docs/latest/index.html#/kind/enyo.Image:sizing Jan 27 18:23:50 this might not work if you can't set the image dimensions Jan 27 18:25:37 Sugardave I want constrain, but I want it to push it's width as much as is needed, up to 50% Jan 27 18:44:51 trex0051: you can have one or the other with normal enyo faculties. To do both, you have to write your own code that will do one or the other depending on a set of conditions Jan 27 18:47:54 Yeah, it seems pretty complicated. Jan 27 18:55:17 you should see what I'm trying to do ;) **** ENDING LOGGING AT Wed Jan 28 02:59:59 2015