**** BEGIN LOGGING AT Wed Aug 21 02:59:59 2013 Aug 21 08:08:14 hi Aug 21 08:09:42 morning Aug 21 08:10:48 ah, look at that, my home computer is still on Aug 21 08:10:50 :) Aug 21 08:11:36 good evening pjetr Aug 21 08:43:16 pjetr_ :p I also want a future self Aug 21 08:53:11 :) Aug 21 14:02:13 so joopmicroop did you get a chance to read my post on inheritance? And what did you think about it? Aug 21 14:02:51 It's not been updated yet, since I've put it on the backburner, it's now an after hour project, once I find the time for it Aug 21 14:04:22 I'll relink you: http://pjetr.github.io/enyo/2013/08/19/extending-in-enyo.html Aug 21 14:24:17 pjetr_ no haven't had time to take a closer look Aug 21 14:24:46 but I had to think about your project since I found an "extend" in enyo source Aug 21 14:25:08 don't know if it's the same tought but take a look at the following files: Aug 21 14:25:34 https://github.com/enyojs/enyo/blob/6be0b4e50f4ecf1c9c5152907a2934d1a72ff05e/source/kernel/Oop.js Aug 21 14:25:42 https://github.com/enyojs/enyo/blob/b884d464a908ff296d2b1d8884f6070755372f56/source/kernel/mixins/MixinSupport.js Aug 21 14:25:48 and search extend Aug 21 14:26:37 like I said I don't know if it's the same tought behind it but I had to think about your project right away when I saw this Aug 21 14:27:34 thx, I'm going to read in to that :) Aug 21 14:45:43 pjetr_ especialy this scentence seems interesting for you: "A plug-in system is included for extending the abilities of the kind generator" Aug 21 14:46:20 well... at least that's the one that made me think :p Aug 21 14:59:32 joopmicroop: I'm going to read up on this with a fresh head tomorrow Aug 21 14:59:46 because now, I need to be in a traffic jam Aug 21 15:00:09 gotta love the E17 Aug 21 15:02:29 haha same here :p Aug 21 15:02:45 E17 tot in kruishoutem Aug 21 15:08:38 well, good luck! Aug 21 21:28:56 Hi guys, I'm just getting started with Enyo, and I have a newbie question Aug 21 21:29:45 I'm building an app that will have a permanent Toolbar at the top, and a div that I'd like to use as a viewport for my app's other pages. Aug 21 21:30:53 I'm using Bootplate, so I basically added a div to the pre-existing App kind, but I'm having trouble getting my other kinds to replace the contents of the div that sits below my toolbar Aug 21 21:31:53 all of my kinds work great when I use renderInto() to push them into document.body, but they seem to fail when I try to render them into my div. They either draw on top of my toolbar, or below it, but never in the actual area below the toolbar. Any ideas? Aug 22 00:06:41 any advice? For now, I'm just rendering everything into document.body, but I'd really like to be able to have a permanent 'top-level' kind that contains everything else. **** ENDING LOGGING AT Thu Aug 22 02:59:58 2013