**** BEGIN LOGGING AT Tue May 07 02:59:59 2013 May 07 15:20:32 summatusmentis: checkout my PulloutToolbar for some hackery with slideables (note, I have not looked at this code in a long time and it may be broken, and most likely The Wrong Way To Do Things (™), because that's just how I roll): https://github.com/sugardave/PulloutToolbar May 07 17:10:59 sugardave: this is impossible to read :) it doesn't look anything like a Kind :-P May 07 17:16:05 grah, I apparently don't know how to use jsfiddle May 07 17:23:08 sugardave: do you mind taking a look at http://jsfiddle.net/MEVfb/ ? I can't figure out how to get the body of the kind to not "reserve space" for where the slideable will exist when it slides out May 07 17:27:06 it doesn't do that May 07 17:27:19 I cheated and use a popup in the floating layer that holds the slideable May 07 17:27:49 as far as I know, you can't do what you are trying to do with slideable, that's why I implemented it the way I did May 07 17:29:01 the sampler does it May 07 17:29:15 lib/layout/slideable/samples/SlideableSample.html May 07 17:29:16 I wrote the sampler May 07 17:29:25 slideable sampler, I mean May 07 17:29:57 let me look at it again…if I did it without trickery, it would be in the css May 07 17:30:49 I was under the impression that was the point of slideable May 07 17:31:43 I started trying to get this to happen with panels, but I couldn't get the TopBottomArranger to fill the space I needed it to May 07 17:34:35 if I set position: absolute, it does "the right thing", but the rest of the stuff that's not slideable isn't aware of the slideable then May 07 17:38:52 hmm, they have pulled Slideable from the actual sampler app May 07 17:39:07 summatusmentis: I used position absolute for mine May 07 17:39:07 anyway…let me take a look at your fiddle May 07 17:39:50 you want everything to slide over with the slideable? May 07 17:40:09 there was something in the community gallery that did that May 07 17:42:21 yes, I want the panels to be "almost full height" below the visible toolbar, but then hitting the button, I want it to pull down and cover the panels May 07 17:43:48 oh, that's simple, then May 07 17:44:16 oh? May 07 17:44:21 You're using FittableRows? May 07 17:44:26 yes May 07 17:44:32 ok May 07 17:44:34 did you see the fiddle above? May 07 17:44:48 nah, let me check it out real quick May 07 17:45:11 the slideable seems to reserve it's space in the visible window May 07 17:47:25 ok, your fiddle is a bit confusing May 07 17:47:31 to put it simply May 07 17:47:40 you want a bar at the top May 07 17:48:06 that slides the slideable down across the rest of the content? May 07 17:48:24 and you want the rest of the content to use that bar for sizing? May 07 17:48:31 correct May 07 17:48:53 ok May 07 17:49:12 so you make it position: absolute May 07 17:49:22 it being? May 07 17:49:34 the slideable May 07 17:49:53 yeah, then the rest of the content sits underneath it May 07 17:50:43 even when closed May 07 17:50:51 now to shift the rest of the stuff down, drop a simple enyo.Control that is the height of the lip May 07 17:51:02 drop it right above your body May 07 17:51:06 and you're good May 07 17:53:41 how do you get at the height? May 07 17:53:50 cloning the toolbar does the right thing May 07 17:53:54 which feels stupid May 07 17:56:02 Slideable's value, and the height of your slideable May 07 17:56:18 add the two together, and you should have the height of the lip May 07 17:58:27 btw, I wouldn't use a % height May 07 17:59:57 I prefer to May 07 18:01:47 well, you're never going to get JUST the toolbar to show up w/ a percent height May 07 18:02:25 when I pulled up your example, I saw tons of red before I even pulled it down May 07 18:03:37 :-/ May 07 18:06:36 I suppose I can calculate window height and do some px stuff there May 07 18:07:15 http://jsfiddle.net/MEVfb/2/ May 07 18:07:22 take a look May 07 18:07:43 is there a reason you need the height to be a % May 07 18:07:44 ? May 07 18:10:00 I was just trying to be as responsive as possible May 07 18:10:12 but this'll work May 07 18:10:15 I think May 07 18:10:38 I adjusted the px count, because widescreen laptops and things May 07 18:11:00 I prefer to think in % May 07 18:21:12 % is great, but it's not always the solution May 07 18:51:40 brb May 07 19:05:05 am I missing something? My list items seem to report an index of -1 when tapped **** ENDING LOGGING AT Wed May 08 02:59:58 2013