**** BEGIN LOGGING AT Fri Jul 25 03:00:01 2014 Jul 25 13:26:29 afternoon room Jul 25 13:28:08 good morning Jul 25 13:32:35 :) Jul 25 13:59:25 good morning Jul 25 14:03:04 afternoon :) Jul 25 16:14:03 i hear that enyo provides underscore like functions on the enyo object. .map etc. Is this true and is there a place where they are published. I don't see them in the API viewer. Or do I just need to search the source code? Jul 25 16:14:55 they are in the API viewer Jul 25 16:15:04 in the index, not the kinds tab Jul 25 16:15:11 go down to the E section Jul 25 16:15:20 and you will see all the functions and objects on the enyo object Jul 25 16:15:38 like enyo.map, enyo.filter, enyo.foreach, enyo.json.stringify, etc. Jul 25 16:15:54 oh ok, Jul 25 16:15:55 thanks Jul 25 16:15:57 yw Jul 25 16:24:13 Working on those docs Jul 25 16:24:14 :) Jul 25 16:26:55 yay! Jul 25 16:43:22 dmanderson: docs? Jul 25 17:54:49 <.< Jul 25 17:59:33 HA Jul 25 17:59:34 oops Jul 25 17:59:35 sorry Jul 25 17:59:45 Yeah, we’re redoing enyo documentation Jul 25 18:00:21 JSDoc? Jul 25 19:07:26 How do I get an onyx CSS styled Panel and how am I supposed to find this on my own? Jul 25 19:09:01 ermm... Jul 25 19:09:09 there isn't really onyx styling for panels Jul 25 19:09:15 what exactly are you trying to do? Jul 25 19:09:30 I'm trying to make a web app that is styled like WebOS Jul 25 19:09:58 I have a Panel now but it's transperant so text overlaps Jul 25 19:10:14 yep. Panels are transparent by default Jul 25 19:10:48 so what's the typical style that is applied? Jul 25 19:12:12 I normally just apply my own styles Jul 25 19:12:45 I know that if you apply the "onyx" style to your top-level control, it normally applies some onyx styling to things Jul 25 19:12:51 that may be what you are looking for Jul 25 19:15:20 yes, GodGinrai. That did it Jul 25 19:15:33 thanks, that is great Jul 25 19:15:51 yw Jul 25 19:18:15 one thing I was expecting though was a shadowed panel, is that not the norm? Maybe I was thinking that because it was applied to the Enyo Sampler Jul 25 19:20:12 Nope, that's a specific style in their app.css Jul 25 19:20:36 .panels > * { Jul 25 19:20:37 box-shadow: -4px 0 4px rgba(0, 0, 0, 0.3); Jul 25 19:20:39 } Jul 25 19:23:39 I'm understanding the situation now. GodGinrai, how do you know so much about Enyo? Jul 25 19:35:14 I've been messing around with it off-and-on for ~ 1.5 years now Jul 25 19:35:47 Also, I've read the documentation, I read the API, and I sometimes dive into the source Jul 25 19:36:07 debugging w/ Firebug also helps a lot Jul 25 20:18:54 If you check the sampler, there are some styles you can rip for the webOS look Jul 25 20:34:56 I'm using the npm install -g enyo method and using enyo debug to run a local debug server but I keep getting errors from lint every time I save the file complaining that 'myapp' is not defined. Even though it is through the Enyo.kind() call. Same goes for 'console' when I use console.log. Anyone else having this problem? Jul 25 20:48:00 hmm Zectbumo, who maintains that? Jul 25 20:48:42 I'm not sure, but it seems out of date. If I re-install enyo using npm it doesn't come with grunt stuff Jul 25 20:50:36 I'm trying to follow the O'Rilley Enyo book. Maybe it's outdated Jul 25 20:51:28 I just looked at the enyojs.com 2.4 bootplate docs and they don't mention npm at all. Hmm Jul 25 20:58:18 okay, sorry new way of doing things. I guess the new way is to use npm -g serve; serve Jul 25 21:06:53 dmanderson: How do you do rapid development with Enyo? Jul 25 21:09:31 depends on the environment I am, I usually run on a Chromebook, and use a quick dev server from the chrome store Jul 25 21:09:37 a lot of the time hitting refresh on the browser resets the web app which means having to do the same steps in the app to get back to the area you working on. This technique doesn't seem too "rapid" to me. Jul 25 21:54:35 Zectbumo implimenting a state router could help with that as well. Jul 25 21:54:43 enyo.Router Jul 25 22:05:00 dmanderson: I see people talking about it but I don't see much documentation on it. But I think what you are getting at. I should be able to store the app state in a hashtag and use Router to support it **** ENDING LOGGING AT Sat Jul 26 03:00:00 2014