**** BEGIN LOGGING AT Tue May 15 03:00:00 2012 May 15 04:53:15 so.. i'm thinking about porting over the official Wiki app May 15 04:53:20 to webOS May 15 04:53:53 the problem with it, is that it doesn't scroll at all May 15 04:54:21 so, i'm wondering if i could just stick the scroll bits into an Enyo 1 or 2 scroller, and otherwise use the rest of the app unmodified May 15 13:00:37 what would that get you? May 15 13:00:49 webOS' Just Type gets you faster access to wiki May 15 14:14:54 EricBlade: enyo2 has a scroller, right? in that case it should be trivial, i'd guess. May 15 14:30:41 so, I've got a Button in a list element that I'm trying to style, but the code that I've got styling seems as though it's triggering the other buttons to do the same May 15 14:31:36 and I'm not sure what's going on/how to fix it May 15 14:35:39 still santa has not given me the gift he said he would in the I.O.U May 15 16:49:15 madnificent: sure, enyo has a scroller. i'm just not sure how i'd attach a non-enyo app to it May 15 18:26:33 Learning Enyo 2.0 :D May 15 18:26:47 Quite a bit different than Enyo 1.0 May 15 18:50:00 i followed beckism.com/2012/04/packaging-enyo-2-app/ for the folder structure on linux. could someone tell give me the links to (and where i'll have to put them) for the jar files and all that? i can't get the build script to work (and i guess i'd like to see it running on my phone)... May 15 18:50:03 thanks in advance! May 15 20:12:18 what's the rendered equivelant in 2.0 May 15 20:15:27 nvm. May 15 21:23:02 is this valid, assuming obj is a passed-in object: {kind: "CampaignItem", setTitle: obj.title, description: obj.description} ? May 15 21:23:15 err, s/setTitle/title/ May 15 21:23:27 I've published both title and description in CampaignItem May 15 21:37:20 summatusmentis: is it valid, where? May 15 21:38:07 on my question: if anyone figures it out, feel free to /pm me or drop it in here. i searched for it yesterday and only found out i didn't know enough, so i probably wont find what i need anytime soon. May 15 21:41:40 summatusmentis: if it's stated like that in the components definition of the object, then no, i don't think it should work. May 15 23:22:18 madnificent: that's what's being passed into a a createComponent() call May 15 23:39:31 oh, the styling wasn't there, that's the issue May 15 23:43:23 ah lol, that's something that can happen May 15 23:43:56 actually, it hints to an issue that i find pressing with enyo2: it seems hard to debug. i come from a lisp world, so it may just be that i expect different things to be there. May 15 23:50:17 madnificent: we don't use jar files in webos May 16 00:04:21 madnificent: I think the difficulty in debugging comes from not being familiar with some of the web paradigms May 16 02:04:12 EricBlade: the jar files are about the minification (luckily) May 16 02:12:49 summatusmentis: well, it seems somewhat more complex with enyojs than with simpler javascript libraries, as stepping can be a bit of a pain with enyo. though that could indeed be due to not knowing the common paradigms. **** ENDING LOGGING AT Wed May 16 03:00:01 2012