**** BEGIN LOGGING AT Fri Sep 05 02:59:59 2014 Sep 05 03:10:33 Hey i2y4n Sep 05 03:11:02 I realized that thanks to the change I made that separated the NavBar into one instance, you don't even need bindings to show the active button Sep 05 03:11:06 just use enyo.group Sep 05 03:11:26 * enyo.Group Sep 05 03:12:23 i2y4n: here's the PoC: http://jsfiddle.net/o5k8752a/7/ Sep 05 05:12:09 well, I'm heading out for the night Sep 05 06:12:20 oh.. h, That fiddles are nice. Using views instead of panels. Never thought about that. Sep 05 06:12:28 what's the advantage? ;) Sep 05 15:03:18 fels_zh: man, you make it hard to scroll back and find the last place I disconnected my screen :P Sep 05 15:04:01 and he never says anything either -_- Sep 05 15:05:07 * sugardave is tempted. Sep 05 15:05:35 lol Sep 05 15:05:43 fels_zh_: hey buddy, how's it going? Sep 05 15:06:31 :) Sep 05 15:06:47 hi sugardave saw my last remark yesterday ? Sep 05 15:07:21 yes, but when I tried that fiddle, it had syntax errors and I didn't have time to track them down and see what you had working Sep 05 15:08:09 sugardave: fels_zh is taunting you now :P Sep 05 15:08:16 heh Sep 05 15:08:23 damn Romanians Sep 05 15:08:28 lol Sep 05 15:09:01 hi - Sep 05 15:09:06 hey! Sep 05 15:09:30 do you need help with your IRC client? It keeps disconnecting/reconnecting every 2 minutes or so, it seems Sep 05 15:10:20 Hey SimpsonTP, I applied what we learned from the State Change fiddle to some code that I was helping a user with last night, thought you might find it interesting: http://jsfiddle.net/o5k8752a/7/ Sep 05 15:12:04 http://jsfiddle.net/0jvLpf0L/14/ Sep 05 15:13:38 SimpsonTP: I'm failing to see the difference in that one and the one that didn't work :/ Sep 05 15:15:25 this on has binding in the component tree: http://jsfiddle.net/0jvLpf0L/12/ Sep 05 15:17:25 OH Sep 05 15:17:30 I didn't catch on to that yesterday Sep 05 15:17:33 duh Sep 05 15:17:47 okay, so 14 is how I would definitely expect it to work and it does Sep 05 15:17:56 SimpsonTP: #14 has createe Sep 05 15:17:56 Ouch! An error occurred: 'ConfigDict' object has no attribute 'chiliproject_apikey' Sep 05 15:17:56 !# None Sep 05 15:18:19 it's fine Sep 05 15:18:20 whoa Sep 05 15:18:25 here's a cleaned up one Sep 05 15:18:27 what is synergybot doing? Sep 05 15:18:27 http://jsfiddle.net/sugardave/0jvLpf0L/15/ Sep 05 15:18:41 #wtf synergybot Sep 05 15:18:50 I don't even know what that is Sep 05 15:19:03 #1 Sep 05 15:19:03 Ouch! An error occurred: 'ConfigDict' object has no attribute 'chiliproject_apikey' Sep 05 15:19:03 !# None Sep 05 15:19:07 weird Sep 05 15:19:12 #help Sep 05 15:19:14 SimpsonTP: 15 there also has the new style of overwriting methods Sep 05 15:20:31 who owns synergybot? Sep 05 15:20:52 no idea Sep 05 15:21:18 So, what exactly is the point of this fiddle that SimpsonTP is toying with? Sep 05 15:22:01 he won't tell us his secret reason or doing it this way :P Sep 05 15:22:08 s/or/for/ Sep 05 15:22:09 sugardave meant: he won't tell us his secret reason for doing it this way :P Sep 05 15:22:15 ah ha! Sep 05 15:22:25 ~seen sugardave Sep 05 15:22:41 #seen sugardave Sep 05 15:23:20 hmm Sep 05 15:23:56 This bot <.< Sep 05 15:25:03 * sugardave heads into the office. Sep 05 15:41:08 :) Sep 05 15:42:04 SimpsonTP: what exactly are you trying to accomplish w/ that fiddle? Sep 05 17:34:26 Morning enyos Sep 05 17:36:10 morning dmanderson Sep 05 18:14:44 How is it going in here today? Sep 05 18:14:47 Quiet for a friday :) Sep 05 18:15:29 dmanderson: no one is really asking questions :P Sep 05 18:16:14 oh btw, dmanderson, can you tell me how i2y4n responded last night after I left? the logs for this morning aren't available until tomorrow :\ Sep 05 18:19:09 Ha, I didn’t respond yet. Sep 05 18:19:19 I don’t have anything Sep 05 18:19:22 Oh yea ^^ :) Sep 05 18:19:49 i2y4n: oh hey Sep 05 18:19:58 didn't even notice you joined while I was at lunch XD Sep 05 18:24:54 Damn, I blew my cover Sep 05 18:26:00 lol Sep 05 18:27:39 Hmm, you took the NavBar kind out of all of the different pages? Sep 05 18:28:03 So, how does it always appear without the kind? Sep 05 18:28:30 I haven't looked at your stuff i2y4n, but it sounds like you'd want just one NavBar kind that's ever-present Sep 05 18:28:58 i2y4n: I put the NavBar in the View for the app Sep 05 18:29:03 and in that view Sep 05 18:29:05 Yea, I think that’s what he did. I’m just trying to understand how he did it. Sep 05 18:29:15 I put a ViewController where the different pages would be rendered to Sep 05 18:30:18 Thus, instead of rendering each page into document.body, you can just change the view in the ViewController Sep 05 18:31:46 GodGinrai: The skeleton is the ViewController? Sep 05 18:33:14 i2y4n: Skeleton is the Test Application's View. The ViewController I was talking about is in Skeleton's components (named page) Sep 05 18:35:40 Alright, gonna see if I can add the ViewController into the app on my own now. Sep 05 18:35:51 k Sep 05 18:37:07 I have one more question, this one with the images Sep 05 18:37:26 yes? Sep 05 18:37:43 I set the width at 100%, and I’d like a padding/margin on the right and left Sep 05 18:38:05 but the pic always goes to the right edge of the window Sep 05 18:38:34 changing the padding or the margin has no effect Sep 05 18:39:27 That's because of the way 100% is calculated Sep 05 18:39:46 by default Sep 05 18:40:04 the width of an object in HTML/CSS ignores padding and margin Sep 05 18:40:22 those are added on after the width is determined Sep 05 18:46:57 i2y4n: I assume this is along the lines of what you wanted? (except I used 20px) http://jsfiddle.net/o5k8752a/8/ Sep 05 18:48:16 Yep, that’ll do it. Thank you! Sep 05 18:48:20 yw :) Sep 05 18:49:04 the box-sizing: border-box rule tells CSS to view padding and border as part of the width calculation Sep 05 19:01:09 why use a ViewController instead of Panels? Sep 05 19:01:21 * sugardave loves Panels. Sep 05 19:01:57 sugardave: less memory usage and HTML and CSS becomes easier Sep 05 19:02:39 I can see less memory usage, but I don't know about the other part Sep 05 19:03:14 sugardave: deal with idiots who zoom out their browser and complain and then you will feel otherwise :P Sep 05 19:03:22 heh Sep 05 19:54:57 wb Zectbumo Sep 05 20:02:22 wb! Sep 05 20:52:02 anything exciting going on in the enyo space? Sep 05 21:18:12 I'm almost finished with my Enyo drone control app Sep 05 21:18:19 (just kidding) **** ENDING LOGGING AT Sat Sep 06 02:59:59 2014