**** BEGIN LOGGING AT Mon Feb 09 02:59:58 2015 Feb 09 15:41:00 morning chall Feb 09 15:41:57 morning GodGinrai Feb 09 16:03:17 morning GodGinrai Feb 09 16:03:21 morning chall Feb 09 16:03:36 morning Cage1___ Feb 09 16:21:53 morning Cage1___ Feb 09 17:12:54 Hey, I need to do something like a data binding, but asynchronously. An id is passed in, and I need to look up a record in the database (asynchronously), then set the control. What’s the reccommended technique? Feb 09 17:30:28 Hello Enyo-ers, I've been trying to run my app on cordova, and it's not really been a great process. It is MUCH slower, and quite buggy compared to running it on android's built in browser, and I have no idea how to even begin to optimize / debug it. Does anyone have any background here? Feb 09 18:35:00 morning enyoers Feb 09 18:35:08 mornin' dmanderson Feb 09 18:35:28 Hey trex005! Feb 09 18:50:59 When writing the fetch() support for a new Source, how does one differentiate between requesting all records and only some? Feb 09 19:01:03 If I want the Source to retrive all records of a given kind, should I be calling find() ? Feb 09 19:01:59 Does fetch() mean “retrieve records only for records already in the collection” ? Feb 09 19:05:28 morning dmanderson Feb 09 19:12:07 find is for “querying of data” and fetch is for “retrieval of data”, but that’s vague. Feb 09 19:24:04 sorry was standing up :) re-reading Feb 09 19:25:43 If you don’t get passed an instance of the model, then you would know to do a fetch for the collection. Feb 09 19:26:33 fetch(rec,opts){ (rec instanceof this.Model) Feb 09 19:26:44 or similar Feb 09 19:31:53 Hmm Feb 09 19:34:18 Model doesn’t have a find() method, so does that mean find on a Source only gets called for Collections? Feb 09 20:09:39 If I have the ids of some records, what’s the best way to create a Collection containing only those records? Feb 09 20:13:51 You can try using the ProgressiveFilter or BucketFilter. Feb 09 20:14:21 Is there an example for either? The documentation is vague. Feb 09 20:14:50 Yeah… Sorry, I might have a sample I cooked up on BucketFilter a while ago. You can look at the unit tests for them. Feb 09 20:22:04 So, if there are a thousand objects in the database, and I only need two of them, I need to load all thousand int a collection, then use a filter to extract the two? Feb 09 22:44:39 Components can access the application object as this.app. Models are Objects, but not Components, so they don’t have an app property. Is there a way for Models to access the applicaton object? Feb 09 22:45:22 DougReeder: Models should not need the app. Feb 09 22:46:09 Hmmm Feb 09 22:47:46 I have contact Models, which have accountID fields to associate them with accounts. Where should I put the lookup table to map accountId to account object? Feb 09 22:53:24 Would that call for enyo.RelationalModels ? **** BEGIN LOGGING AT Tue Feb 10 01:42:16 2015 **** ENDING LOGGING AT Tue Feb 10 02:59:58 2015