**** BEGIN LOGGING AT Wed Mar 07 02:59:58 2012 Mar 07 04:05:00 hrmm... i cant seem to find a popup kind for enyo 2.0...? Mar 07 04:05:14 Write one. Mar 07 04:05:21 you make it sound easy lol Mar 07 04:05:24 hows it going roy? Mar 07 04:05:32 Good. How're you doing? Mar 07 04:05:35 doing good Mar 07 04:05:41 i got a lumia 800! :) Mar 07 04:05:49 I would like one. Mar 07 04:05:54 ill be reviewing it soon.. its quite an amzing little phone Mar 07 09:55:51 hello. how can i use this.$.anElement.setContent("html code here and here") ? that way it won`t display bold text, but the html tags Mar 07 10:18:42 burg: you have to put it into htmlentities: "<strong>html code here</strong> and here" Mar 07 10:21:52 joekinley, i want it not to be html code, but parsed html code. i want bold text with that . but this doesn`t happen, setContent replaces < with < and > with > Mar 07 11:09:24 any idea? Mar 07 11:59:29 you have to set Mar 07 11:59:34 enableHtml: true, Mar 07 11:59:36 property Mar 07 11:59:47 this.$.anElement.setEnableHtml(true); Mar 07 11:59:55 or directly in the constructor Mar 07 12:22:40 did anyone in here ever use bootstrap with enyo? Mar 07 12:55:35 fxspec06_, i am using enyo1. enableHtml doesn`t seem to work Mar 07 13:00:52 nevermind, it seems to work with allowHtml instead of enableHtml Mar 07 18:45:01 joekinley: a very simple demo of bootstrap + Enyo 2 at http://app.sugardave.com Mar 07 18:45:10 I haven't done a lot there recently Mar 07 19:21:45 thanks sugardave Mar 07 19:22:02 i got it going pretty well actually, just have problems with the popover javascript Mar 07 19:22:38 yeah, I only messed with the active navbar thing or whatever they call it Mar 07 19:24:45 i got a lot going already, tabs, collapses, dropdowns, buttons, and all Mar 07 19:24:52 just with the popover i have my problems Mar 07 19:24:53 sweet Mar 07 20:59:29 I try to switch some (very simple) code to enyo2, now one component does not load, I get "no constructor found for kind "uduvudu.literalEditor"" Mar 07 20:59:42 found the method which causes it but not really sure what to do :) Mar 07 20:59:45 any ideas? Mar 07 21:00:27 is the source for that kind included (correctly) in package.js? Mar 07 21:01:29 letme check Mar 07 21:01:54 ktk, asking around here ? Mar 07 21:02:11 SimpsonCH: jup Mar 07 21:02:26 sugardave> is the source for that kind included (correctly) in package.js? Mar 07 21:02:34 SimpsonCH: don't see a package.js in our code Mar 07 21:03:18 you can still use depends.js, but you have to make sure you are including it in the main HTML file now Mar 07 21:03:33 it's not an automatic deal anymore in Enyo 2 Mar 07 21:04:04 k, meeting time, afw for a bit Mar 07 21:04:17 sugardave: ah ok tnx Mar 07 21:04:18 ah Mar 07 21:04:19 will try that Mar 07 21:08:42 did that, doesn't change :) **** ENDING LOGGING AT Thu Mar 08 02:59:58 2012