**** BEGIN LOGGING AT Wed Feb 06 02:59:58 2013 Feb 06 17:25:45 hey guys. I'm trying to use another JS library w/ Enyo, but when I call it in my Enyo code, it says it is undefined. Even tho' when I'm using Firebug, I can watch the value it is talking about right when it is referenced Feb 06 17:27:25 any known issues w/ Enyo recognizing outside JS vars? Feb 06 17:37:19 are you loading it before or after you load enyo? Feb 06 17:37:36 I don't know of any issues, and I've used MapStraction just fine with Enyo Feb 06 17:51:49 it can only be attributed to….human error Feb 06 17:52:17 I use Firebase as an extra library a lot with no issues Feb 06 17:52:39 human error indeed Feb 06 17:52:47 was a typo on my part XD Feb 06 17:52:52 :) Feb 06 18:34:06 Hey sugardave, what's the best way to loop through the elements I placed w/ a Repeater? repeatername.getClientControls()? Feb 06 18:39:59 I guess it depends on what you're trying to do. You have access to every component as it's created via the onSetupItem handler Feb 06 18:48:27 yea, but I need to loop through them after they are setup Feb 06 18:48:58 (creating a checklist, then doing something for each one checked as a batch rather than when it is checked) Feb 06 19:31:55 Is there an InputDecorator for enyo.Checkbox? or does enyo.Checkbox take a content attribute? Feb 06 20:12:31 sugardave: do you know? ^ Feb 06 20:14:42 sorry, still getting used to Adium as an IRC client. Not sure if you're going to be able to getClientControls on the Repeater and get what you want. You can process ALL of the Repeater rows again just by calling setCount() on it. Even if the count didn't change. Feb 06 20:16:45 enyo.Checkbox is just an HTML checkbox input, and it extends from enyo.Input, so content is likely there, but not sure what it will do Feb 06 20:17:30 you could wrap a checkbox and a label inside an enyo.ToolDecorator to get them lined up Feb 06 20:35:30 I'll look into ToolDecorator Feb 06 20:35:53 and I'll let you know if getClientControls works Feb 06 20:36:29 because setting up the items again will probably not be the right way to go about what I am doing **** ENDING LOGGING AT Thu Feb 07 02:59:58 2013