**** BEGIN LOGGING AT Wed Dec 10 02:59:59 2014 Dec 10 20:45:04 so... the data binding documentation mentions that you can use ^ to access things from the "root" .. but in this case, what does "root" mean ? Dec 10 20:48:03 EricBlade the root would be the enyo.kind({}) definition Dec 10 21:16:11 dmanderson: umm.. huh? like, the kind itself, rather than the instance of it? Dec 10 21:17:35 well if you using declaritive style syntax, then the root would be the definition for the kind. {bindings:[], components:[}]} Dec 10 21:20:54 that doesn't sound very useful Dec 10 21:25:34 It’s pretty useful :D Dec 10 21:26:04 You can do it imperitively as well this.binding({}) Dec 10 21:26:28 i guess i don't follow, then Dec 10 21:27:13 Hmm are you having a specific problem with bindings in general? or just looking for a working example? Dec 10 21:27:38 just wondering what it does, because the docs mentioned it but didn't have an example. Dec 10 21:29:29 super minimal example: http://jsfiddle.net/fjzkhLxn/ Dec 10 21:30:36 no i get that. i don't get the ^ part Dec 10 21:41:17 Ahh ok. Dec 10 22:52:05 it would be even more cool if you could add bindings to a component block, so in cases where you have sizeable component blocks, you can actually see the bindings that are related between "this" and a particular component, without changing pages. Dec 10 23:55:44 you can do inline bindings in the components Dec 11 00:32:58 how? Dec 11 00:37:27 components: [{name: "someKind", kind: "whateverKind", bindings: [...]}]] Dec 11 00:38:29 then you still need to do .$.blah to .$.other.blah right? it doesn't change the pathing Dec 11 00:40:09 true, but it could make things slightly clearer if you're looking at that component's specific binding where it is declared rather than matching up who goes where in a "detached" bindings block Dec 11 00:40:45 i was just clarifying not complaining :-) Dec 11 00:42:35 EricBlade: it MIGHT change the pathing context, actually. I'm a little rusty, but the root of the binding may actually be the subcomponent where you made the inline binding....confused yet? :D Dec 11 01:46:40 the only problem that i have with binding is that it doesn't seem to be possible to determine when you've done something wrong Dec 11 01:47:06 i was rather surprised at how quickly it works too **** ENDING LOGGING AT Thu Dec 11 02:59:58 2014