**** BEGIN LOGGING AT Wed Nov 28 02:59:59 2012 Nov 28 05:18:33 for some reason when I attempt to load the package.js file using my loadjscssfile function, I call this function after I received a deviceready event, if I through an alert at the top of the package.js file I get the prompt... Any ideas here? Nov 28 05:20:05 It doesn't call the files, sorry for not asking the question, why doesn't the enyo.depends function load all the files? but the javascript alert gets executed fine and any other js file loads just fine Nov 28 05:20:33 what do you mean load? Nov 28 05:21:28 I mean they are not loaded, but if I put in the debug.html header section directly after the enyo.js import a package.js, all the files get loaded? Nov 28 05:22:11 how are you verifying they're loaded? trying to instantiate a kind, and getting errors? Nov 28 05:23:33 well suppose I have a basic javascript call in one to send an alert when it is loaded, this alert wont get called because the file is not loaded Nov 28 05:24:10 not enyo objects, just a basic alert(); Nov 28 05:24:46 defined outside of the enyo.kind() call? Nov 28 05:25:29 one min, checking Nov 28 05:26:53 what I'm trying to get at is that the enyo.kind() calls won't do anything unless you refer to one of the Kinds at a later point (instantiated, or defined as part of a components block) Nov 28 05:29:00 I need to sleep, getting up early tomorrow, why not just refer to your lawn.js the same way you're putting package.js in the header? Nov 28 05:29:08 I wish you luck, 'night Nov 28 05:32:45 Is there a callback for enyo depends? Nov 28 05:38:41 Nevermind, I think I understand what you mean, htanks Nov 28 07:58:52 Valdez: there is a callback in enyo.load, but afaik there is none in enyo.depends Nov 28 07:59:28 Valdez: http://forums.enyojs.com/discussion/921/enyo-load-and-callback-when-everything-is-loaded/p1 Nov 28 23:43:47 In my App enyo object I have the following for the create function https://gist.github.com/4165596 Nov 28 23:44:04 Why is this happening? Nov 28 23:44:52 Lawn's create function takes time to create... It seems like the toString is being called to early Nov 28 23:45:44 Do I need to setup my own unique call-handler scheme to send back to App? Nov 28 23:45:59 Then tuck the toString in there? Nov 29 00:53:02 move the createCompnent prior to the this.inherited() call Nov 29 00:53:46 or better still, why not just add the LaenEnyo kind to the components block of App? Nov 29 02:55:41 * phil_bw wanders by Nov 29 02:57:03 anyone around tonight? **** ENDING LOGGING AT Thu Nov 29 02:59:59 2012