**** BEGIN LOGGING AT Sat Dec 13 02:59:58 2014 Dec 13 11:55:59 @roy__away: maybe a link to sampler from the docs?? Dec 13 21:49:57 so.. i have this control.. that looks like Control -> DataList -> Item -> (some content items) .. and i want to style the Item based on some attributes in the DataList model. But when I try to name the Item, I get the warning about not being able to have multiple components with the same name. . how do? Dec 13 22:02:21 hmm. an answer, was to make it .. Control -> DataList -> Control -> Item -> (content items) Dec 14 00:45:30 "enyo.Application is a type of enyo.ViewController that encapsulates a collection of ERROR: INVALID LINK FOR" Dec 14 00:46:29 i'm guessing that attempting to add a components block to an Application kind is kind of a non-starting idea? Dec 14 01:00:40 hmm. no, i see other people using it to create Signals .. hmm. maybe it's $ isn't getting setup like i expect Dec 14 01:03:07 yep, that's it. i'm trying to create a utility in my Application kind that will do some data management.. but I can't access it from this.$.Utility Dec 14 01:03:54 am i misunderstanding an important concept? Dec 14 01:52:01 i got disconnected and dont have the history - what are you trying to accomplish again with regards to this.$.utility? Dec 14 02:12:04 Cage1___: in my application, i have a utility kind (it's a storage management thing), but it's not appearing in the this.$ .. i can see it being created, but i have no references to it that i can find Dec 14 02:12:20 er, in my enyo.Application .. :-) Dec 14 02:33:42 are you creating it dynamically or in the components block? Dec 14 02:33:55 have you tried setting the owner explicitly? Dec 14 02:35:35 in the components block. no, i haven't. Dec 14 02:36:04 any part of the code you can share? Dec 14 02:36:30 i did decide that using enyo.singleton() is probably a better choice, though. i can't quite seem to figure out if it's possible to access said singleton directly from another file, though, which seems weird as heck Dec 14 02:37:14 yes probably better. you should be able to access it from different kinds... Dec 14 02:41:00 * PatrickC waves Dec 14 02:46:09 ... typo. **** ENDING LOGGING AT Sun Dec 14 02:59:58 2014