**** BEGIN LOGGING AT Sun Apr 01 02:59:58 2012 Apr 01 03:04:43 u there?\ Apr 01 03:04:48 ? Apr 01 03:05:46 i wanna help Apr 01 03:35:19 Is there any way to make enyo.Ajax not clear its responders after every successful call? Apr 01 03:35:55 akanster, ping Apr 01 03:35:56 ? Apr 01 03:36:06 hey Apr 01 03:36:20 pm? Apr 01 03:36:39 sure Apr 01 04:34:48 * phil_bw sighs... Apr 01 04:35:16 It is almost impossible to develop on a device without a physical keyboard Apr 01 04:38:37 I think I'm going to modify an iphone bluetooth keyboard to work with this thing. This is pathetic. Apr 01 04:46:42 i've developed on my veer Apr 01 04:51:13 Oh I wrote probably a thousand plus lines of code directly on my old Pre Apr 01 04:51:52 That was easy. On a keyboardless android phone now Apr 01 04:54:42 With SwiftKey X I can actually type as fast if not faster then on my Pre where auto suggestions actually help. But for development the auto suggest goes out the window Apr 01 04:56:38 * phil_bw wanders off to bed Apr 01 05:05:59 * rrix wonders if there's a way to select a button in an onyx.RadioGroup programmatically Apr 01 05:06:20 the buttons' initial state is pulled remotely Apr 01 05:12:11 /names Apr 01 05:12:15 derp, wrong window Apr 01 05:23:20 * rrix just used button.tap() on it Apr 01 12:02:23 or you can set active:true to one and then call render Apr 01 12:02:32 or change the value Apr 01 12:02:50 idk i forget how it does it. too sleezppppy Apr 01 22:47:22 is there a way to re-parent a kind somewehre? i want to move a spinner around and attach it to different things Apr 01 22:53:46 spinner.setOwner(newOwner) Apr 01 22:53:49 i think that will work Apr 01 22:54:12 and is there a way to generate a new kind .... based on a string Apr 01 22:54:18 o.O Apr 01 22:54:49 var x = new enyo.kind("name"); ?? Apr 01 22:55:40 Uncaught TypeError: Cannot use 'in' operator to search for 'kind' in template.Object Apr 01 22:56:47 eval* Apr 01 22:58:08 woo eval works Apr 01 22:58:09 :D Apr 01 23:07:30 but would setOwner actually move it, or just change it's Owner attribute Apr 01 23:08:00 no, it would move it Apr 01 23:08:17 or Apr 01 23:08:33 i'm not sure if that's the proper way to do it. you could always copy it, destroy it, and recreate it Apr 01 23:09:10 so _s = scroller; scroller.destroy; newplace.createComponents([ _s ]); Apr 01 23:09:23 * fxspec06 roughly Apr 02 01:04:59 preforming a software update Apr 02 02:36:16 maybe this is a dumb question, but how do I save a textfield into a DB? **** ENDING LOGGING AT Mon Apr 02 02:59:58 2012