**** BEGIN LOGGING AT Wed Nov 14 03:00:00 2012 Nov 14 08:38:32 well, that's interesting. i've managed to make a toolbar with a bunch of tooltips on it, and they all popup whenever you float over any of them Nov 14 08:38:38 only sometimes though Nov 14 09:00:07 hmm. menus and toolbars aren't quite as flexible as they used to be Nov 14 10:18:23 hmm. whenever i re-orient my Pre3, I get error: Uncaught TypeError: Object # has no method 'screenOrientationChanged' Nov 14 10:23:13 hooray for open source luna, tells me that there's an issue there. :-S Nov 14 10:25:20 Hmm. Even after solving that problem from Luna, orientation changes still don't work. Also, the Pre3 is much faster scrolling when it's at it's native screen display instead of scaled up :-S Nov 14 10:44:27 fxspec06 or anyone else, able to remember enyo 2 ever working in landscape on pre3? i coulda swore it used to Nov 14 15:43:49 EricBlade: sorry man, i have to sleep some time Nov 14 15:44:12 neo rotates automatically with no modification on my pre 3 Nov 14 15:45:18 and for your thing use onmousemove to capture straight from the window then check every time Nov 14 15:52:51 hey guys, how come when I add something to a container, that it doesn't get added to the $ for that container, but rather the $ from where I added it from? Nov 14 16:03:19 GodGinrai: you can pass a 2nd argument {owner: that} when creating Nov 14 16:04:47 GodGinrai: http://enyojs.com/api/#enyo.Component::createComponent Nov 14 16:21:19 oh, thanks :) Nov 14 16:24:56 np Nov 14 16:58:14 fxspec06: huh? Nov 14 17:45:39 :/ Nov 14 17:46:40 Enyo.forEach is not parsing through $ for me... Nov 14 17:51:50 GodGinrai: forEach is for array like, not for objects (hashes) Nov 14 17:52:31 how do I parse through each of my objects, then? Nov 14 17:55:30 GodGinrai: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/for...in Nov 14 17:57:01 GodGinrai: Maybe you should ask if what you're doing is the right way to do it. :) Nov 14 17:57:33 GodGinrai: see an example https://github.com/enyojs/enyo/blob/master/source/ui/Selection.js#L162 Nov 14 17:57:50 how is looping through your children to gather the information to send to your parent NOT the right way to do it? Nov 14 17:58:05 getComponents() ? Nov 14 17:58:17 Bingo. Nov 14 17:58:31 there is no need to loop through the $ Nov 14 17:58:42 http://enyojs.com/api/#enyo.Component::getComponents Nov 14 17:59:05 now you can use, enyo.forEach Nov 14 17:59:41 ah, I wasn't aware there were getters and setters for $ Nov 14 18:00:31 setters for $ ? Nov 14 18:00:34 :| Nov 14 18:00:59 lol, I don't need a setter Nov 14 18:01:15 I just don't refer to getters and setters as separate :P Nov 14 18:01:46 read the api, it has some interesting functions Nov 14 18:02:04 * katratxo will be back later Nov 14 18:03:53 yea, the API page just is harder to navigate for me, doesn't open on my Pre3 correctly, and takes forever to load on my laptop Nov 14 18:04:30 combine that with the fact that github is blocked at work, and Enyo development becomes a very hard experience XD Nov 14 18:05:31 anyways, bbl, off to lunch Nov 14 19:33:12 katratxo: you back? Nov 14 19:35:43 wb Roy__ Nov 14 19:38:59 Thanks GodGinrai. Nov 14 19:39:17 yw Nov 14 19:42:00 hey Roy__, any idea how I can use Enyo to post to a PHP script that generates and outputs a file for the user to dl? Nov 14 19:42:10 Is an embedded form the best option? Nov 14 19:55:04 Hmm, you want to download a fileā€¦ Yeah, maybe? Nov 14 19:55:28 k Nov 14 19:55:44 I haven't given it a lot of thought yet. Let me pose it to some others. Nov 14 19:57:14 sure Nov 14 21:14:33 how do you style the picker's menu? Nov 14 21:46:02 GodGinrai: Does it show up in the less file? Nov 14 21:47:00 the less file? Nov 14 21:52:23 There's a file for theming Enyo. Nov 14 21:52:29 Look in Onyx. Nov 14 21:52:39 Here's more info: Nov 14 21:52:50 https://github.com/enyojs/enyo/wiki/UI-Theming Nov 14 21:58:34 1) I don't use the bootplate, and these instructions seem heavily reliant on it Nov 14 21:59:35 2) I can always force new CSS rules myself. I just wanted to be able to add my own class to the picker menu so I could style it w/o doing that Nov 14 22:13:31 You can do less without bootplate. **** ENDING LOGGING AT Thu Nov 15 02:59:58 2012