**** BEGIN LOGGING AT Mon Apr 22 02:59:58 2013 Apr 22 03:04:23 I don't know how the JS object prototype structure works Apr 22 03:04:32 but yeah, in Java, you'd define a compareTo function Apr 22 03:13:25 well, the inheritance I was talking about was not the JS object kind, but the kind provided by the "Kind" object framework that Enyo creates Apr 22 03:41:44 true, I think enyo leverages the JS object stuff underneath Apr 22 04:01:31 I wonder if I can leverage enyo.Selection in some way for this Apr 22 04:55:23 gotta go, I'll be on again tomorrow Apr 22 16:25:38 sugardave: msg me when you get a chance Apr 22 16:31:37 summatusmentis: For my first version of the combobox, I'm just going to make it so that the array can only be changed at creation, and otherwise uses addd/remove functions Apr 22 16:31:41 *add Apr 22 16:32:01 then I will tackle the problem in a later revision Apr 22 16:58:24 that makes sense to me Apr 22 16:59:24 you know, I had another idea, and I'm not sure it solves the problems listed on the wiki, but you could let them set an array, use a join() with a delimiting character, and set a separate field. Apr 22 16:59:40 then split when you need to handle it Apr 22 17:02:41 oh, that's an interesting idea Apr 22 17:03:37 it's kinda hacky Apr 22 17:03:42 and it won't work for objects Apr 22 17:04:00 but assuming we're talking about arrays of strings, or integers, you're probably ok Apr 22 20:21:22 Does anyone know if you can use GPS with enyo? Apr 22 20:21:36 do you mean the phone GPS? Apr 22 20:21:45 or something external? Apr 22 20:53:29 hey Trex005, did you ever find the solution to your is descendant of problem? Apr 22 21:02:36 leaving work, be on later Apr 22 22:31:36 hey scoutcamper, you there? Apr 22 22:47:31 Trex005: It seems that UiComponent has an isDescendantOf method. I believe that is what you are looking for Apr 22 22:48:00 So, somecontrol.isDescendantOf(someUiComponent) should return true Apr 22 22:51:14 hey, does anyone know the proper way to remove a component in the components hash? (destroy, etc.) Apr 22 23:31:35 hey visionary **** ENDING LOGGING AT Tue Apr 23 02:59:58 2013