**** BEGIN LOGGING AT Sun Jul 08 02:59:59 2012 Jul 08 03:09:02 So... what is 'this' supposed to be in an enyo.List onSetupItem? I'm not gettign the same context as the documentation would imply that I am getting Jul 08 03:09:27 It looks like 'this' should point to the object of the item that I'm creating, but it's the kind that I'm working inside of still :\ Jul 08 03:11:25 I am subkinding the List and trying to reference it from the parent object which might be the source of the breakage, but then I'd think that the context should be the subkind, not the parent object Jul 08 03:36:19 this is always the kind the function belongs to Jul 08 03:36:56 onSetupItem passes two arguments, (inSender, inEvent), where inSender is what you are looking for Jul 08 03:37:17 s/passes/accepts Jul 08 05:08:08 fxspec06: inSender points to the scroller, not the individual element. I needed to use inSender.$.control Jul 08 05:09:06 which, because of the flyweight has all of the attributes of the previous item, so meh Jul 08 05:09:10 I may move off of flyweights Jul 08 05:09:22 since I'm only working with like 25 items Jul 08 07:28:47 Aha, this.$.item works better Jul 08 13:32:31 * madnificent finds the context to be rather sweet in enyo. it works nicely Jul 08 21:03:33 * rrix kicks phonegap Jul 09 01:34:43 Holy geez. Jul 09 01:35:28 Tip: Never ever set "FittableColumns" as your layout type. It will throw errors ad infinitum. Jul 09 01:55:20 kesne: Yup; I spent about an hour last night trying to figure out what caused that **** ENDING LOGGING AT Mon Jul 09 02:59:58 2012