**** BEGIN LOGGING AT Tue Aug 21 02:59:58 2012 Aug 21 03:25:57 so, who knows how to move a panel? Aug 21 03:26:25 what do you mean? Aug 21 03:27:04 hello folks Aug 21 03:27:23 let's say i've got a panels kind: [A, B, C] Aug 21 03:27:38 and i want it to be [A, C, B] Aug 21 03:29:28 you, you mean re-arrange the order Aug 21 03:29:29 not slide Aug 21 03:30:52 moveIt = this.$.detailContent.getPanels().splice(index, 1); this.$.detailContent.getPanels().push(moveIt); this.$.detailContent.render(); // gives me a object has no method 'teardownRender' error Aug 21 03:35:40 why wouldn't you just destroy the Panels and re-create them? Aug 21 03:36:18 i mean i could do that. but i think it should be possible to rearrange the order of components Aug 21 03:36:28 it'd be way cooler, lol Aug 21 03:37:04 So, I'm in College now. Aug 21 03:37:14 kesne: would you like a cookie? Aug 21 03:37:18 I get the sense that the getPanels() method is intended as ro Aug 21 03:37:22 kesne: where? Aug 21 03:37:37 oh snap, he's never been in college before Aug 21 03:37:45 FRESHMAN Aug 21 03:37:58 _undergrad_ *hiss* Aug 21 03:37:59 summatusmentis: UIUC. Aug 21 03:38:07 The University of Illinois at Urbana-Champaign Aug 21 03:38:09 nice Aug 21 03:38:12 that's a good school Aug 21 03:38:13 CS? Aug 21 03:38:50 bible studies. Aug 21 03:38:53 Haha Aug 21 03:38:56 But yeah, CS Aug 21 03:40:38 I don't know anything about the UIUC bible studies program Aug 21 03:40:48 and I can't tell if you're serious or not :) Aug 21 03:41:06 I'm an atheist CS major. Aug 21 03:41:11 yeh Aug 21 03:41:22 That was a stab at PatrickC. Aug 21 03:41:29 fxspec06: fwiw, my issue earlier was that I was referring to cell.components, not cell.children Aug 21 03:41:35 cell.children gives me the enyo-instances I need Aug 21 03:42:41 cell.getClientControls(); Aug 21 03:43:02 buaha ;) Aug 21 03:45:52 rule of thumb: if there's a method to get what you want, use the method. Aug 21 03:47:22 I didn't know what {tag: "tr"...} was (control vs. component) Aug 21 03:47:38 If there's a tag, it's a control. Aug 21 03:47:45 If it's in the dom, its a control. Aug 21 03:49:16 I wish this shit was documented somewhere Aug 21 03:49:25 Just pop in here. Aug 21 03:49:39 Most people here know their stuff. Aug 21 03:49:44 I try to pretend like I do. Aug 21 03:51:32 i kinda know my stuff. fairly well, but i'm not very good at explaining things Aug 21 03:53:51 I've noticed that :) Aug 21 04:23:25 i alway forget how young kesne is Aug 21 04:23:42 * rrix spent all night hacking on enyoslides and opened some pull requests to make it easier for general usage Aug 21 04:24:11 <3 http://enyojs.com/gallery/#JayCanuck.webOSExt Aug 21 04:25:35 enyoslides? Aug 21 04:26:25 https://github.com/rrix/enyo-slides/tree/merge_repos Aug 21 04:26:38 http://phxmobi.nodester.com Aug 21 04:26:57 aha, is this what you presented at the hackathon? Aug 21 04:27:12 and did you present it with enyo-slides for the infinite recursion win Aug 21 04:27:23 Yup Aug 21 04:27:28 awesome. Aug 21 04:27:28 Went so deep Aug 21 04:27:43 Been sprucing it up so it doesn't require a shitload of a priori knowledge to use Aug 21 04:27:46 also HTML slides Aug 21 04:27:57 that's really cool Aug 21 04:28:01 Yeah Aug 21 04:28:26 Hoping to eventually get the nodejs end to the point where I can set up a hosted service behind it, people just upload the presentation/ directory and it creates a unique URL for them Aug 21 04:28:40 And do some cool presentation mode tricks, as well Aug 21 04:29:07 IMO enyo isn't just another framework. it's more like a way of life Aug 21 04:29:08 Right now we're using Socket.io to sync which slide the presenter is on with an arbitrary amount of clients Aug 21 04:29:24 fxspec06: It's a derivative of the webOS way of life ;) Aug 21 04:30:23 "Best of all - no HTML!" Aug 21 04:31:18 is this on the enyojs site? could be like a featured tour Aug 21 04:31:49 Heh, I should bother Ben about that. When @phated merges my two open pull requests I'm going to put it in the Showing Off forum Aug 21 04:32:01 lol Aug 21 04:32:25 I know that twtomcat wants to use it for some presentations, so that's exciting Aug 21 04:32:39 oops, deadlaptop, bbl Aug 21 04:33:29 later Aug 21 04:33:35 NJ btw Aug 21 04:37:47 rrix: I would absolutely love to have a mobile "remote" client to this, either to a local machine, or over the network Aug 21 04:38:25 lol, i love the delorian Aug 21 04:54:12 So Aug 21 04:54:15 The question is Aug 21 04:54:18 Single or Double? Aug 21 04:54:29 single Aug 21 04:55:05 you don't want the distraction, i would almost promise it Aug 21 05:02:25 outta here. later Aug 21 05:34:18 summatusmentis: add ?presenter to the URL and open a browser without that addition Aug 21 05:40:09 that's incredibly slick Aug 21 05:42:04 websockets :) Aug 21 05:42:23 I want to turn the presenter mode in to something more featureful. Maybe with a timer or some sort of outline pane Aug 21 05:45:09 that'd be awesome Aug 21 05:45:33 I've got a very simple timer thing written that I could potentially pull out and share Aug 21 05:47:25 it's probably not good, mostly because I don't know javascript terribly well Aug 21 05:57:23 * rrix doesn't either :) Aug 21 21:29:41 i don't know it terribly well either, but i'm pretty good Aug 22 00:24:55 enyo.TextArea's content property doesn't seem to actually work like it should. The content should appear inside of the textarea but it doesn't for some reason Aug 22 00:24:59 it renders it in to the dom, though Aug 22 00:39:59 Hai guyz Aug 22 00:48:32 hai kesne Aug 22 00:48:57 Whuzzup Aug 22 00:49:14 Polishing up EnyoSlides for a Real Release Aug 22 00:50:27 Basically working on docs Aug 22 00:50:27 hola Aug 22 00:50:36 Hah Aug 22 00:50:38 EnyoSlides... Aug 22 00:52:50 Also doctoring all of my devices since they're a little long in the tooth Aug 22 01:03:39 Anybody here like making graphics? Aug 22 01:08:30 definitely negative Aug 22 01:12:53 :( Aug 22 01:12:59 I need graphics for a game I made Aug 22 01:13:22 i'm horrible. and very expensive Aug 22 01:13:26 you don't want me Aug 22 01:13:35 I know that already. Aug 22 01:13:39 The horrible part, at least. Aug 22 01:13:41 lol Aug 22 01:14:02 ;) Aug 22 01:18:30 frustration Aug 22 01:24:03 omg, i'm gonna throw something against a wall! Aug 22 01:28:29 yippeeeeeeeeeeee Aug 22 01:54:31 fxspec06: you might be mentally unstable. it takes you 10 minutes to go from KILL THE BABY, to YIPPEEEE Aug 22 01:54:58 and no, i wasn't serious Aug 22 01:55:20 my code has a mind of its own. it's become self aware Aug 22 01:56:16 rrix: curious about EnyoSlides, looked at it in the past. more documentation would indeed be good. not having to run nodejs for reading the documentation would be good too (and that's not a complaint, i don't know how you're doing it right now) Aug 22 01:56:24 fxspec06: skynet, it has begun! Aug 22 01:57:02 madnificent: I'm going to be shipping a really nice set of README docs, and the default presentation will be a crashcourse Aug 22 01:57:26 * rrix is working on the crashcourse, the READMEs are already on my personal github clone waiting on a review request Aug 22 01:57:49 I also merged the two repos we had previously in to one to make that easier to deal with Aug 22 01:58:38 https://github.com/rrix/enyo-slides/blob/merge_repos/README.mkd and https://github.com/rrix/enyo-slides/blob/merge_repos/presentation/README.mkd Aug 22 01:58:41 rrix: well, a thank you is in order then :) Aug 22 01:58:51 it's 4am here, so i'll look at it tomorrow at best Aug 22 01:58:54 hehe Aug 22 01:59:21 madnificent: it was originally built with a lot of a priori knowledge, just killing that off little by little Aug 22 02:52:27 since an onyx.Button is not a block element, multiple buttons in a row will be rendered inline in a single row. whats the best way to place multiple buttons in rows (e.g. within a popup)? Aug 22 02:53:07 i.e so they are placed vertically rather than horizontally in a single row? Aug 22 02:53:58 css rules like clear: both; work Aug 22 02:54:09 I'm currently using a table for a similar problem Aug 22 02:56:00 ok thanks. **** ENDING LOGGING AT Wed Aug 22 03:00:00 2012