**** BEGIN LOGGING AT Thu Jul 26 02:59:58 2012 Jul 26 04:02:18 * phil_bw wanders by Jul 26 04:22:39 Hey phil_bw Jul 26 04:22:50 Wow Jul 26 04:23:12 You said that 20 minutes ago, my apologies. Jul 26 04:24:48 kesne, it's alright Jul 26 04:24:54 it's been a long night :( Jul 26 04:25:18 I'm sorry, I hope all is well! Jul 26 04:25:52 it is now, with about 30 minutes left before I go to sleep, now to write some code :) Jul 26 04:29:08 Well that's good. Jul 26 04:32:42 if you're still around in a bit maybe you can even help me, which I am sure is exactly what you want to do tonight Jul 26 04:41:13 alright, anyone still around? Jul 26 04:47:38 * phil_bw sighs Jul 26 04:48:55 Sorry Jul 26 04:48:59 phil_bw: I am Jul 26 04:49:13 I had to step away to take a call, I'm here if you still need help. Jul 26 04:49:20 thanks man :) Jul 26 04:50:01 so what I am doing is quite simple. I have a control, it has two controls in it (a button and a select box). I want to be able to define this new control and add components to it and have them automatically added to the select box Jul 26 04:50:01 kesne is the man :) Jul 26 04:50:12 Here's a jsfiddle http://jsfiddle.net/3Q9Jf/ Jul 26 04:50:13 kesne, did Villo ever get a full, native port to Android? Jul 26 04:50:26 phil_bw: Let me see if I can get something working. Jul 26 04:50:34 I understand clearly why my fiddle isn't working, but it demonstrates what I'm trying to do Jul 26 04:50:38 PatrickC: Nope. The WP7 library could be ported over daily easily. Jul 26 04:52:20 phil_bw: I'm a little confused by what you're trying to do. Jul 26 04:52:29 Are you trying to dynamically add content to something? Jul 26 04:52:53 kesne, if you look at the SelectExample you see how a standard enyo.Select works Jul 26 04:53:01 I want the "SuperSelect" to function the same way Jul 26 04:53:13 only SuperSelect also contains a button (or any other control for that matter) Jul 26 04:53:35 phil_bw: That fiddle is just a panel test from the looks of it? Jul 26 04:53:50 er Jul 26 04:54:11 http://jsfiddle.net/3Q9Jf/2/ Jul 26 04:54:13 hit refresh Jul 26 04:54:35 or try the new link Jul 26 04:55:27 this is my first time using jsfiddle and I wasn't entirely sure what was needed to make it work, so I found another jsfiddle that was used for enyo and changed it around, clearly I forgot to hit update Jul 26 04:56:35 Okay Jul 26 04:56:39 Let me see what I can do. Jul 26 04:56:44 It'll be rough, but you should get the idea. Jul 26 04:57:04 I have no idea which way I should even go with this, i've scoured the docs Jul 26 04:57:16 so any help is appreciated :) Jul 26 04:58:04 Wow, I'm dumb, I was using initComponents when I could have just used create. Jul 26 05:02:37 * phil_bw waits anxiously Jul 26 05:03:11 Sorry, trying to see what's wrong. Jul 26 05:03:19 oh no worries Jul 26 05:03:21 take your time Jul 26 05:05:23 Okay Jul 26 05:05:25 Like this? Jul 26 05:05:26 http://jsfiddle.net/3Q9Jf/11/ Jul 26 05:06:09 that looks to be exactly right Jul 26 05:06:37 I tried adding helpful comments so that you could see what I was doing. Jul 26 05:06:47 yes, I appreciate that Jul 26 05:07:30 it'd be nice if that in a future version of enyo there were just a paramater to assign the name of a child control to receive all of the components Jul 26 05:07:53 There was in enyo 1.0 Jul 26 05:08:18 ah Jul 26 05:08:30 well why'd it leave... Jul 26 05:08:43 I don't know, maybe it works differently or something. Jul 26 05:09:02 your way makes perfect sense though Jul 26 05:09:03 In 1.0, you just named a component "client" and everything was rendered into there. Jul 26 05:09:10 I'm glad it does. Jul 26 05:10:23 hm, is onyx not included on jsfiddle..? Jul 26 05:11:00 I don't think it is. Jul 26 05:11:38 hm, so much for my next idea Jul 26 05:20:37 You can include it yourself. Jul 26 05:21:44 I figured as much, just didn't want to go through the work when the regular button will work for what I'm playing with and I'll just switch it to onyx in my own code Jul 26 05:22:07 Sounds like a good plan. Jul 26 06:01:20 * phil_bw wanders off Jul 26 10:18:06 The GIT clone instruction on http://enyojs.com/get-enyo/ isn't working for me: Jul 26 10:18:06 $ git clone git@github.com:enyojs/bootplate.git Jul 26 10:18:06 tries to login via ssh, which results in a Jul 26 10:18:06 Permission denied (publickey). Jul 26 10:18:06 The correct URLs would be Jul 26 10:18:07 https://github.com/enyojs/bootplate.git or Jul 26 10:18:07 git://github.com/enyojs/bootplate.git Jul 26 10:18:08 anyone willing to double-check and fix the page? Jul 26 10:33:00 mephinet: yeap, i used the https protocol: git clone https://github.com/enyojs/bootplate.git Jul 26 10:35:51 thanks, katratxo! Jul 26 10:49:14 hello Jul 26 10:49:40 i saw your tweet, mephinet Jul 26 10:58:58 Hi, swisstomcat! Jul 26 10:59:45 I repeat my previous post: Jul 26 10:59:55 (12:18:06 PM) mephinet: The GIT clone instruction on http://enyojs.com/get-enyo/ isn't working for me: Jul 26 10:59:55 (12:18:06 PM) mephinet: $ git clone git@github.com:enyojs/bootplate.git Jul 26 10:59:55 (12:18:06 PM) mephinet: tries to login via ssh, which results in a Jul 26 10:59:55 (12:18:06 PM) mephinet: Permission denied (publickey). Jul 26 10:59:55 (12:18:06 PM) mephinet: The correct URLs would be Jul 26 10:59:56 (12:18:06 PM) mephinet: https://github.com/enyojs/bootplate.git or Jul 26 10:59:56 (12:18:06 PM) mephinet: git://github.com/enyojs/bootplate.git Jul 26 10:59:57 (12:18:06 PM) mephinet: anyone willing to double-check and fix the page? Jul 26 11:05:01 mephinet: i started a thread in the forums, let's see what happens http://forums.enyojs.com/discussion/616/wrong-instructions-on-get-enyo-page Jul 26 11:05:54 thanks, katratxo! Jul 26 11:06:22 mephinet: np Jul 26 11:16:46 hmm Jul 26 11:17:27 seems more a problem with your ssh setup Jul 26 11:17:41 can you test the following "ssh git@github.com"? Jul 26 11:18:00 this should probably lead to the same error: permission denied (publickey) Jul 26 11:19:24 ah, i think you're right Jul 26 11:19:58 the git@github.com:enyojs/bootplate.git only works for team members :) Jul 26 11:25:46 swisstomcat: exactly, that's what I guess, too. Without a github user that has your ssh cert registered, ssh login won't work. So I guess, for the newbie instructions, the https link is the better choice :-) Jul 26 11:26:02 yeah, i agree Jul 26 11:26:19 we'll update the documentation ... thanks Jul 26 11:26:24 great! Jul 26 13:47:58 check out https://github.com/ghtomcat/enyo_backbone for a sample Enyo&backbone App Jul 26 13:52:06 swisstomcat: are you ghtomcat ? Jul 26 13:52:54 yeah Jul 26 13:53:14 you submitted a pull request, right? :) Jul 26 13:53:19 swisstomcat: yeap Jul 26 13:53:50 i updated it with lots of CSS styling Jul 26 13:54:02 i'll fetch the changes Jul 26 13:54:12 and i also want to make a version that persists to a remote REST api Jul 26 13:54:32 i'm also prototyping a enyo + backbone.js app Jul 26 14:01:34 cool Jul 26 14:01:39 how are you progressing? Jul 26 14:02:39 good, i'm struggling a bit with layout issues, but i guess that is related to my lack of experience with enyo Jul 26 14:03:13 let me know if you need help Jul 26 14:03:36 i work in the enyo&webos developer relations team Jul 26 14:03:57 nice, thanks Jul 26 14:06:06 i was having problem rendering a list, i read the article about Repeater and List .. but the result was a different behavior in iPad, Chrome, and Android ICS Jul 26 14:06:43 i solved already, but took me more than a day to figure out the right attributes to put when defining the kinds Jul 26 14:12:28 might be helpful to write down your findings Jul 26 14:12:45 we could either better document it or maybe even improve the framework code Jul 26 14:15:35 swisstomcat: i'll try to write it down, and post it in the forums Jul 26 14:16:01 that'd be helpful Jul 26 14:18:44 i've had some interesting times trying to make a list work like my repeaters in enyo 1 did. haven't really succeeded very well at it, either Jul 26 14:25:36 you know there are repeaters also right? Jul 26 14:26:18 yeah, list seems so much nicer, though .. but it's been quite difficult to get the formatting to work across the board on. seems to work great on touchpad, and not so well everywhere else. probably since i'm so used to doing things on touchpad. Jul 26 14:26:34 but, it also works great on playbook, and playbook has the best compliance of any of the mobile browsers Jul 26 14:43:44 for small lists i'm using repeaters Jul 26 15:02:27 it is not possible to use jsfiddle to show a fittable/onyx based sample? Jul 26 15:04:58 not sure, i have only tried enyo-core samples Jul 26 15:07:33 check this code, (based on flickr panels example) http://jsfiddle.net/auvS6/1/ Jul 26 15:09:13 produces the following result http://i.imgur.com/ZwcEM.png Jul 26 15:09:54 as you can see the scroller doesn't start just before the onyx.Toolbar, it takes the whole space Jul 26 15:11:44 i meant, just after the toolbar :s Jul 26 15:29:45 note to self: "ontap" is not the same as "ontop" Jul 26 15:29:54 but they look a lot alike at small font sizes Jul 26 15:35:15 hehehe Jul 26 16:39:27 hmm. i wonder why my pseudo-resume works on android and not on webos Jul 26 16:41:50 unwiredben: http://shop.theoatmeal.com/collections/frontpage/products/sriracha-grizzly-flamethrower-signed-print Jul 26 19:58:57 hey. how can I write apps straight from my device? Jul 26 20:03:55 my son writes apps on his TP Jul 26 20:06:46 how **** ENDING LOGGING AT Fri Jul 27 02:59:58 2012