**** BEGIN LOGGING AT Wed Feb 15 02:59:57 2012 Feb 15 07:54:20 morning Feb 15 11:24:14 hello. is it possible to embed flash in enyo app for hp touchpad? Feb 15 18:01:48 evening Feb 15 20:01:21 is the diff between 1.0 and 2.0b just the lack of UI widgets? Feb 15 20:02:06 I am having trouble getting my custom packages to load. Feb 15 20:02:06 no, there are some other changes as well Feb 15 20:03:20 depends.js becomes package.js (or whatever you want to call it) and is no longer auto-loaded Feb 15 20:03:45 so load it up after the enyo.js include Feb 15 20:04:02 so I gotta change depends.js to package.js and add it to my index.html? Feb 15 20:04:24 might be able to keep it depends.js, but internal code and samples use package.js Feb 15 20:04:40 but yes on the second part Feb 15 20:04:46 gotcha Feb 15 20:05:02 * akanster gives sugardave a belated valentine's day hug Feb 15 20:05:07 woo! Feb 15 20:05:41 you need to change all "className" attributes to "classes" Feb 15 20:05:58 you need to change all "nodeTag" attributes to "tag" Feb 15 20:06:17 (if you're trying to use existing stuff) Feb 15 20:06:38 time for a fork then! Feb 15 20:08:22 I prefer sporks Feb 15 20:08:39 heathen Feb 15 20:10:03 also, since I sold a grand total of 1 copy, I made my app free - https://developer.palm.com/appredirect/?packageid=com.akanster.bounce.free&applicationid=1000555 Feb 15 20:10:08 check it out Feb 16 02:31:24 Does anyone feel like playing with the new Solitaire Universe cardset? Feb 16 02:31:27 The chrome version is being updated now. It will make it into the other versions soon. Feb 16 02:42:17 http://www.solitaireuniverse.net <-- Go play the chrome version. In options you can choose 'zodiac' which is the new cardset Feb 16 02:47:51 hey folks, I've got an application using 2.0b that's working perfectly on chrome/firefox on both linux and windows, but for ie9 on windows it has one oddity that I can't seem to resolve that, if I don't find a solution to, will be whittling down to minimal reproducible steps Feb 16 02:48:41 Given a control with a component of type ul, using createComponent on the ul one, the first call properly renders the item as a child of the ul element in the page Feb 16 02:49:16 but, any subsequent calls to createComponent on the ul cause the component to be inserted as a sibling element on the page Feb 16 02:49:21 (sibling to the ul element) Feb 16 02:49:44 anyone seen something like this before? **** ENDING LOGGING AT Thu Feb 16 02:59:57 2012