**** BEGIN LOGGING AT Wed Mar 13 02:59:58 2013 Mar 13 13:36:50 hey guys, I'm trying to use a GridArranger to align search results in a grid, but it gives me errors when I try to use it as the layoutKind for anything other than an enyo.Panels Mar 13 13:44:07 * madnificent doesn't fully grok how layoutkinds are implemented Mar 13 13:48:41 GodGinrai: I think layoutKinds are only intended for panels Mar 13 13:50:26 although, now that I look at the documentation, it's not clear that this is true Mar 13 13:50:37 what's the error? Mar 13 13:51:45 TypeError: this.container.getPanels is not a function Mar 13 13:51:46 :( Mar 13 13:52:42 GodGinrai: seems like a good hint Mar 13 13:53:15 GodGinrai: you could add that function :) Mar 13 13:58:04 I could, but if I'm going to go through that much effort to get it working, then wouldn't I just use an enyo.Panels instead? Mar 13 14:05:24 my guess is that the current Arrangers are intended for use in Panels, but that it's not required for all Arrangers Mar 13 14:06:11 :( Mar 13 14:06:22 that's frustrating Mar 13 14:15:39 :/ Mar 13 14:15:55 this GridArranger doesn't like me Mar 13 14:16:34 even when I try to use it w/ a Panels it's freaking out Mar 13 14:18:01 it's getting into some kind of loop Mar 13 14:21:06 Are there any examples of how to use a GridArranger other than the sampler? Mar 13 14:21:28 Because my code is very simple and is somehow freezing Firefox Mar 13 14:27:05 ok Mar 13 14:27:17 I think they rendered now Mar 13 14:27:29 but they are behind something :( Mar 13 14:32:08 or at least I think they are :( Mar 13 14:32:35 Is there some problem caused by Panels in Panels? Mar 13 14:35:14 no idea Mar 13 14:38:43 When I mouse over the elements in the HTML view in Firebug, I see the right shaped element in the correct place on the page, but only the Firebug highlight for it, not the element itself Mar 13 14:39:11 but changing z-index values doesn't seem to make it show up Mar 13 14:48:07 ok, my grid panel is working, so somehow the Panel I have put it in is screwing things up Mar 13 15:14:57 ok, I've narrowed down the code that causes the error Mar 13 15:16:28 http://pastebin.mozilla.org/2214709 Mar 13 15:16:52 summatusmentis: see anything wrong w/ that? Mar 13 15:17:35 the SearchArranger is just a GridArranger w/ a hardcoded colHeight and colWidth Mar 13 15:17:53 and the SearchResults are just Groupboxes Mar 13 15:31:35 This doesn't seem to work in any of the arrangers Mar 13 16:00:11 got it working Mar 13 16:00:24 the overflow was making the grid disappear Mar 13 16:19:20 glad you got it working Mar 13 16:19:28 sorry, I was dealing with some other stuff Mar 13 17:04:40 that's ok, summatusmentis, btw, is there a way to add scrolling to a Panel w/o using a scroller? I tried setting overflow to scroll and auto, but neither of those worked. Mar 13 17:10:16 I don't think so Mar 13 17:36:40 hey guys, is it possible to use a repeater in a Panels kind to make my Panels? Mar 13 17:56:10 ... Mar 13 17:56:24 did Enyo 2.2 get rid of the changed functions? Mar 13 17:57:16 nvm, typo Mar 13 18:36:34 hey dkirker, you there? Mar 13 18:38:31 partially Mar 13 18:48:35 how goes your work on Isis? Any interesting news? Mar 13 23:18:40 * phil_bw wanders by Mar 13 23:18:58 anyone around by any chance? Mar 13 23:21:06 someone is arouind Mar 13 23:21:30 is someone willing to help me with somethin? "P Mar 13 23:21:31 :P Mar 13 23:24:25 not around I see, I'll just ask anyway, usually a good idea. So I set my bindings in the enyo.kind object ex: bindings: [{from: "here", to: "there"}]. I'd like to add bindings from elseware in a function such as in create. How would I go about that? Mar 14 01:13:03 why don't people stick around longer? **** ENDING LOGGING AT Thu Mar 14 02:59:58 2013