**** BEGIN LOGGING AT Thu Feb 23 02:59:58 2012 Feb 23 15:50:12 * PatrickC waits for Ares 2.0 so he can package it for his desktop Feb 23 15:50:17 *hopes the license allows* Feb 23 15:55:16 is it possible for Enyo to build objects and maybe kinds from HTML? Feb 23 15:55:42 and maybe even "upgrade" components of a larger HTML block into Enyo components and controls? Feb 23 16:27:59 bigbluehat1: typically you go the other way, your kinds construct blocks of HTML Feb 23 16:28:26 right, just wondering if it was flippable Feb 23 16:28:38 example? Feb 23 16:29:03 well, say my server side code serves up some HTML template with the example LabelInput HTML in it (among other things) Feb 23 16:29:16 I'd love to be able to "upgrade" them onDomReady (or whatever) Feb 23 16:29:31 and have them get all the enyo magic I've asked them to have Feb 23 16:29:59 might as well remove the downgraded element and add your kind in its place instead Feb 23 16:30:36 and if you want the original element, as part of your kind, add an HtmlContent kind and set its content to the innerHTML of the element you want Feb 23 16:38:26 hrm. lots of unnecessary DOM juggling Feb 23 16:38:40 dont' really want the HTML being (re)written unnecessarily Feb 23 16:38:47 the HTML is there, it just needs the events added Feb 23 16:38:55 then no, it won't do what you want Feb 23 16:39:05 can I make it do what I want? ;) Feb 23 16:39:08 no Feb 23 16:39:12 even if that comes from hacking on Enyo? Feb 23 16:39:28 so I'd have to "buy in" to the "just JS" Enyo style to use it? Feb 23 16:39:40 there's no option/roadmap item for making it less "demanding" in that way? Feb 23 16:39:51 haven't seen one Feb 23 16:39:54 it's a pretty big methodology jump Feb 23 16:40:01 I'm certainly going to try it :) Feb 23 16:40:15 and there's a lot that I like about the idea Feb 23 16:40:25 but giving up my beautifully crafted HTML5 isn't something I'm looking forward to :) Feb 23 16:40:26 or rather Feb 23 16:40:30 having to convert it to JSON :/ Feb 23 16:40:37 which will then output said HTML Feb 23 16:40:41 i've always found the no-html enyo way weird Feb 23 16:40:49 I don't understand how hacking enyo core is easier/preferable to removing an elementy from the DOM and saying myKind.renderInto(parentOfRemovedElement) Feb 23 16:41:22 um, why not just use an HTML content kind and the HTML5 stuff you already have? Feb 23 16:42:34 oilsworkn: you're weird Feb 23 16:43:22 hey sugardave! Feb 23 16:43:26 what Feb 23 16:43:31 just saying hi,.. Feb 23 16:43:33 lol Feb 23 16:43:59 sugardave: im not saying its bad, im saying after so many years of writing html its weird abstracting it Feb 23 16:44:25 see? Procrastination pays off, I never wrote web apps before Mojo :) Feb 23 16:44:43 i actually think the encapsulation of enyo kinds is a big plus Feb 23 16:45:07 * oilsworkn is actually wearing his procrastinate shirt today Feb 23 16:45:15 haha Feb 23 16:45:47 http://s3.amazonaws.com/wootsaleimages/Procrastinateqa3Detail.png Feb 23 16:45:57 * sugardave is all messed up on cold medicine. Feb 23 16:46:00 sugardave: I've not yet written a Mojo app…so let's meet in the middle :) Feb 23 16:46:05 \ Feb 23 16:46:10 <3 mojo Feb 23 16:46:33 hacking Enyo would be to "upgrade it" so it's compatible with "normal" web devs who have already drunk the entire HTML5 koolaid container Feb 23 16:46:33 Mojo was tough to learn from zero, but I liked it Feb 23 16:47:04 im sad enyo thew a lot of the good things mojo had away Feb 23 16:47:19 bigbluehat1: again, you have large chunks of HTML5, just take the source of it and add it to an HtmlContent kind, done Feb 23 16:47:19 like the whole scene stack mechanism Feb 23 16:48:34 bigbluehat1: btw, Mojo wouldn't help you much with Enyo...totally different :) Feb 23 16:48:37 sugardave: but then I loose out on the benefit of kinds, correct? Feb 23 16:48:45 * bigbluehat1 has no idea :) Feb 23 16:48:50 * bigbluehat1 quite new here Feb 23 16:49:04 * PatrickC has no idea Feb 23 16:49:07 * PatrickC quite old here Feb 23 16:49:09 :) Feb 23 16:49:10 :) Feb 23 16:49:10 why would you lose out on the benefit of kinds? Feb 23 16:49:23 i love kinds Feb 23 16:49:25 I don't think I am grasping your fundamental issue Feb 23 16:49:32 at least PatrickC knows how to use the if statement now :) Feb 23 16:49:38 (remember, cold medicine) Feb 23 16:49:40 and I'm likely not in deep enough into Enyo at this point to know quite what I'm asking :) Feb 23 16:49:45 or how to answer what you're asking Feb 23 16:49:46 or both :) Feb 23 16:49:59 oilsworkn, yeah! and the switch/case statement to some extent now too! Feb 23 16:50:12 o Feb 23 16:50:13 m Feb 23 16:50:14 G Feb 23 16:50:21 heh Feb 23 16:51:34 * PatrickC cant wait for enyo 2.0 Feb 23 16:51:42 it's already out Feb 23 16:51:46 with UI Feb 23 16:51:57 lol Feb 23 16:51:58 ooo, new sublime 2 Feb 23 16:52:05 sugardave, i got it the other day Feb 23 16:52:12 <3 sublime 2 Feb 23 16:52:14 looks like a few nice changes Feb 23 16:52:50 * halfhalo pets textmate Feb 23 16:52:51 sublime 2 is the only text editor ive used for more then a few weeks before switching to a new one Feb 23 16:53:08 halfhalo, bah.. you and your stupid OS X Feb 23 16:53:15 does textmate have multiselect and that stuff? Feb 23 16:53:41 yes Feb 23 16:53:50 lies! Feb 23 16:54:01 that is always a possibility with me Feb 23 16:56:17 http://www.sublimetext.com/docs/2/multiple_selection_with_the_keyboard.html Feb 23 16:57:34 * PatrickC might try this out http://www.e-texteditor.com/ Feb 23 16:58:00 E is like textmate, but bad. Feb 23 16:58:42 bad how? Feb 23 16:59:14 Like someone took some open source code, threw a parser at it for TM bundles, and charged way to much for it Feb 23 17:00:04 * PatrickC sticks with sublime Feb 23 17:05:54 PatrickC: read that link and use those features **** ENDING LOGGING AT Fri Feb 24 02:59:58 2012