**** BEGIN LOGGING AT Mon Jan 21 02:59:59 2013 Jan 21 14:53:01 hey guys, anyone know how to use HTML entities in Enyo? When I tried to use one, I just got the text that makes it, rather than the symbol it represented Jan 21 14:56:53 isn't there some sort of a renderInto function or something? Jan 21 14:57:04 like, you have to call enyo to render html into the document Jan 21 14:59:02 I don't know of one Jan 21 15:01:02 i know it worked that way in enyo1 https://developer.palm.com/content/api/dev-guide/enyo/enyo-basics-from-the-bottom-up.html Jan 21 15:01:12 i'm sure it's similar in enyo2 Jan 21 15:01:34 actually Jan 21 15:01:35 try this Jan 21 15:02:03 {content: "

hello world!

";} Jan 21 15:02:10 {content: '

LOLZ

', allowHTML: true} //? Jan 21 15:02:29 it might be allowHtml Jan 21 15:02:33 beat fxspec06_ to it by a fraction of a second XD Jan 21 15:02:34 but i think the latter is caps Jan 21 15:02:56 or you can alternatively do: Jan 21 15:03:47 {tag: 'h1', attributes: {color: 'red'}, components: { {content: 'LOLZ'} } Jan 21 15:04:22 that sets the html color attribute inline, as if you did

Jan 21 15:05:52 ok, thanks Jan 21 15:06:02 Didn't know about allowHTML Jan 21 15:06:18 yep, you can use anywhere pretty sure Jan 21 15:06:24 oh yeah. i remember using tag: before Jan 21 15:06:37 tag is nice now Jan 21 15:08:24 hrm Jan 21 15:08:30 allowHTML: true Jan 21 15:08:37 does not work for entities Jan 21 15:09:11 :( Jan 21 15:10:17 hey Roy Jan 21 15:12:08 allowHtml Jan 21 15:12:41 fxspec06_: case-sensitive? Jan 21 15:12:45 yep Jan 21 15:13:08 ty, that fixed it Jan 21 15:21:28 it's amazing how quickly you forget simple things when you don't use them for a little while. Jan 21 15:21:32 fxspec06_ to the rescue :) Jan 21 15:21:35 Howdy people. Jan 21 15:21:47 hi Roy__ Jan 21 15:21:58 i see webOS got plenty of coverage at CES this year. Jan 21 15:22:12 yeah, for the rescue for at least today, seeing how i can't get my school book to study Jan 21 15:22:24 why not? Jan 21 15:22:37 because they locked the doors, MLK day =( Jan 21 15:22:42 oh, that. Jan 21 15:22:52 that is why i'm working from home Jan 21 15:23:15 and my kid, in all her brilliance, decided that "1 1/2" looked like "eleven and a half"…so that's how many minutes she decided to microwave her oatmeal for. Jan 21 15:23:42 whoopsie. Jan 21 15:23:47 yeah. that. Jan 21 15:24:22 LOL Jan 21 15:24:38 my house smells like burned popcorn Jan 21 15:24:39 :| Jan 21 15:50:34 hola? Jan 21 15:51:39 hola Jan 21 15:53:30 how is enyo doing? Jan 21 15:55:04 good as far as i know Jan 21 15:55:25 needs more support i think Jan 21 15:57:21 the site says it runs on any device. is that via phonegap? Jan 21 15:59:48 yes, you can use phonegap Jan 21 16:00:34 although it's certainly not a requirement, it makes it easier if you don't know how to do it platform by platform Jan 21 16:01:03 right Jan 21 16:01:41 i think one of the biggest benefits of enyo is that it runs the same in all browsers Jan 21 16:02:16 i can attest that my app looks and functions the same on android, bbpb, bb10, and touchpad / pre3 Jan 21 16:02:21 and chrome, ff Jan 21 16:04:13 enyo ftw. Jan 21 16:10:28 it runs on IE8 and up as well Jan 21 16:10:45 although the IE8 support has some quirks Jan 21 18:51:49 hey, does anyone know what SpiralArranger actually does? Jan 21 18:52:21 did you see the demo of it on the sampler Jan 21 18:53:05 it doesn't seem to be in the sampler Jan 21 18:53:17 lol yea, I was about to say XD Jan 21 18:53:35 It's just an example of crazy things you could do with an arrange Jan 21 18:53:36 I wouldn't have asked if it was in the sampler Jan 21 18:53:36 r Jan 21 18:53:57 i think i accidentally tried it once, but i forget what it does, and my head hurts so i'm not going to play around={ Jan 21 18:54:00 =P Jan 21 18:54:35 It's gone from the sampler now? Jan 21 18:54:56 It never was in the Sampler Jan 21 18:55:17 or at least, since ~September, it's been gone Jan 21 19:02:44 <_minego> It is pretty easy to add it using jsfiddle Jan 21 19:02:54 <_minego> http://jsfiddle.net/dPhYL/ Jan 21 22:33:14 * phil_bw wanders by Jan 21 22:35:20 anyone have any experience with the new MVC framework? Jan 21 22:37:26 hey there phil_bw! Jan 21 22:37:32 hey PatrickC Jan 21 22:37:40 how goes things? Jan 21 22:37:52 they go well for the most part Jan 21 22:38:10 that's good Jan 21 22:38:30 you? Jan 21 22:38:42 goin good. the ROM is moving along beautifly Jan 21 22:38:57 that's good Jan 21 22:39:14 finally have working sound in jellybean Jan 21 22:39:32 nice Jan 21 22:39:43 I haven't played with custom roms since my Nexus Jan 21 22:39:57 my Note 2 hasn't really needed anything custom Jan 21 22:40:03 * PatrickC founded a ROM team Jan 21 22:40:40 nice, sounds stressful Jan 21 22:40:49 heh Jan 21 22:40:54 finding good photoshop people is Jan 21 22:41:22 if you know of any… :) Jan 21 22:41:25 * phil_bw is friends with a couple of pro graphics designers Jan 21 22:41:29 they're really busy though Jan 21 22:41:42 brb Jan 21 23:27:39 <_minego> Has anyone else had any problems with onyx.Picker not letting you select an item on android? Jan 21 23:28:07 <_minego> It isn't firing the onChange event... but is firing holdpulse over and over even when I'm not touching any longer Jan 21 23:32:06 i haven't played around too much Jan 21 23:32:23 but i know from enyo 1 experience that android is a major headache] Jan 21 23:32:38 when it comes to drag and touch events Jan 21 23:33:10 <_minego> Yeah, it is Jan 21 23:54:19 _minego, which browser are you trying in? Jan 21 23:54:39 <_minego> phil_bw: in phonegap Jan 21 23:54:57 <_minego> The odd thing is this picker was working... I'm not sure when I broke it Jan 21 23:55:18 _minego, oh no idea then, I know that Chrome is quite finicky Jan 21 23:56:30 phil_bw: how was neo on the noteii Jan 21 23:56:47 * fxspec06_ gives up trying to compile this ARM thing for tonight Jan 21 23:56:55 s/ARM/NES Jan 21 23:57:02 s/ARM/NES/ Jan 21 23:57:24 fxspec06_, did you update it since I last tried it? Jan 21 23:57:43 you know, i half expected woce-bot to spew an interesting line of crap right there.. Jan 21 23:58:02 no i didn't Jan 21 23:58:12 my mind is scattered atm Jan 21 23:58:33 I liked what I saw but there were some quirks that prevented it from being a daily driver Jan 21 23:58:57 yeah, like the whole erasing localstorage on relaunch Jan 21 23:59:07 and the other thing where every time you go into it, it relaunch Jan 21 23:59:07 oh I hadn't even seen that quirk yet Jan 21 23:59:19 overall, though, the design is nice Jan 21 23:59:22 i think the first is a direct result of the latter Jan 21 23:59:27 iirc Jan 21 23:59:51 i have to catch the android relaunch or something, idk i forget Jan 22 00:00:35 phil_bw: yeah, performance is my biggest concern Jan 22 00:00:43 I know very little about phonegap/titatanium Jan 22 00:00:48 titanium* Jan 22 00:01:02 performance was always much better in a browser so I never bothered to go native Jan 22 00:01:23 it will forever be flawed i think, i have no time or resources to ever make it super duper, but for what it is now it's cool. i just have to patch it up enough to get rid of it Jan 22 00:01:43 er, to release it Jan 22 00:02:05 I often wonder about the scrolling, since that is where the biggest hit is Jan 22 00:02:22 if there was some way to turn off the scroll "effects" like bounce back and whatnot, if that would help things a bit Jan 22 00:02:51 possibly, but with a pully it makes it difficult Jan 22 00:03:01 i think i tried that once Jan 22 00:09:09 * phil_bw sighs Jan 22 00:09:14 why wont this work.... Jan 22 00:09:34 do the initial fetch, works great Jan 22 00:09:40 do a second fetch, everything dies Jan 22 00:09:41 if only android used four cores to render webviews, instead of one Jan 22 00:10:13 fxspec06_, yeah or if android could efficiently use one core Jan 22 00:10:22 lol Jan 22 00:10:53 maybe if it had hyperthreading... Jan 22 00:13:52 they should just have a chromeview Jan 22 00:13:59 or have a native way to build webapps, like blackberry Jan 22 00:14:09 yeah native web apps would be ideal Jan 22 00:14:25 since the common web view was designed for basic information, not full blown apps Jan 22 00:14:35 i feel like google has shut down web apps intentionally by ignoring this problem Jan 22 00:14:53 <_minego> native webapp using the regular android version of webkit wouldn't help anything Jan 22 00:15:04 that's where a lot of my anger and bias towards android comes too Jan 22 00:15:38 they should upgrade it in 4.2 Jan 22 00:16:04 <_minego> too late, 4.2 is already out Jan 22 00:16:22 4.3 then, lol Jan 22 01:05:58 <_minego> Okay now I'm really confused. I have onSelect set on the menu items in my picker... The "tap" function in MenuItem.js is being run (I added a this.log('moo'); to be sure) but the select event never hits my kind Jan 22 01:06:00 <_minego> I'm so confused Jan 22 01:06:12 <_minego> It works fine in chrome, but not in phonegap on android Jan 22 01:09:45 i do selectedChanged Jan 22 01:10:04 that's how i detect in mine, and according to phil_bw it works on android Jan 22 01:10:11 * fxspec06_ doesn't know about phonegap tho Jan 22 01:44:52 <_minego> That isn't working either **** ENDING LOGGING AT Tue Jan 22 02:59:58 2013