**** BEGIN LOGGING AT Fri Jan 25 02:59:59 2013 Jan 25 06:26:21 Anybody here? Jan 25 11:17:50 .domstyle.offsetHeight ? Jan 25 21:09:32 does anyone know if you can/how you would leverage the application cache in enyo? Jan 25 21:44:26 im using MoreToolbar, but i never get the Menu button .. Jan 25 21:44:38 https://github.com/enyojs/enyo/wiki/Toolbars <- Jan 25 22:10:30 phil_bw: I just saw your tweet (was away eating late lunch :) Is Cole helping you out? Jan 25 22:10:47 sugardave, yes Jan 25 22:10:58 sugardave, He's currently eating lunch then is going to get back to me by email Jan 25 22:11:23 cool Jan 25 22:11:38 is there any place i can download a single .js with enyo, layour and onyx compressed? Jan 25 22:11:49 enyojs.com Jan 25 22:13:08 ? Jan 25 22:13:49 the big green "Get Enyo button Jan 25 22:14:09 http://enyojs.com/get-enyo/ Jan 25 22:14:37 the bootplate .zip should contain core, layout, and onyx Jan 25 22:14:38 yes, i have the source from git, nightly and stable zips Jan 25 22:14:55 yep, but not minified and in separate files Jan 25 22:15:25 if you deply the bootplate stuff it minifies down to one Jan 25 22:16:25 but if you want an individual enyo.js layout.js and onyx.js minified/gzipped, you'll have to do that yourself, I gues Jan 25 22:16:58 ok got it Jan 25 22:17:02 you can probably use the minify script in the bootplate itself Jan 25 22:20:06 sugardave, got a strange problem now... Jan 25 22:20:42 I have a simple date picker that communicates with a controller with two way bindings. the idea is that if the date changes in the controller it will change the picker Jan 25 22:20:43 css are not compressed. and uglify can make the .js even smaller Jan 25 22:21:08 phil_bw: sounds reasonable Jan 25 22:21:56 in my code I do the math on the currently set date to add a day and do this.set to update it Jan 25 22:22:03 my bound picker doesn't change Jan 25 22:22:19 however if I remove the math and just set it to an arbitrary date, it updates fine Jan 25 22:22:38 if I log the computed date it shows it's incrementing it each time Jan 25 22:23:48 I could probably show you the code, I hear that helps :P Jan 25 22:24:16 yeah, if you have some code, that helps :) Jan 25 22:26:36 http://pastie.org/5863171#14,16 Jan 25 22:30:41 well, other than wasting a call to new Date in the first one (since you're reading a Date object anyway) I don't know why it doesn't work...unless it's not recognizing that changing the value is really changing the object and your call to .set doesn't do the changed parts if it thinks it's the same object Jan 25 22:31:30 so if you .set("foo", new Date(oldDate.getDate() +1)) that might work Jan 25 22:31:56 (above code was not run through a debugger :P ) Jan 25 22:32:10 lemme try that Jan 25 22:32:19 one sec, Cole just got back to me on the other problem Jan 25 22:32:30 like a moron I also didn't link the code, so I'm going to send that to him Jan 25 22:32:36 heh Jan 25 22:34:31 one of those days... Jan 25 22:39:27 I just changed this.set("sel_sdate"), d) to this.set("sel_sdate"), new Date(d)) Jan 25 22:39:39 seems redundant but it fixed the binding issue Jan 25 22:56:49 yeah, I'm guessing it's one of those "deep compare" things ...you didn't really change the object (just properties on it) Jan 25 22:57:14 makes sense Jan 25 22:57:50 now to fix the next problem Jan 25 22:57:57 onward! Jan 25 22:58:24 I sent Cole the code but I'm not sure if he's got time to look at it Jan 25 23:00:40 Do you have a minute to take a look? Jan 25 23:03:53 phil_bw: I can take a look at it, can you pastie it or is it sooper-sekrit? Jan 25 23:04:48 I'd prefer it not be public even though the actual data won't show without credentials. Could I just give you a link to actual working app and have you look at App.js through your favorite inspector? Jan 25 23:04:59 shore Jan 25 23:05:15 the part I'm working on doesn't really need the remote data anyway Jan 25 23:05:36 just goto the App.js script, line 147 Jan 25 23:31:10 how can i make a Menu work when placed on top of a Scroller? Jan 25 23:31:37 i have a {Toolbar{Menu},Scroller} Jan 25 23:31:59 in iOS when tapping the menu it is not clickable Jan 25 23:45:01 how can i hide a control? Jan 25 23:49:45 .hide() :P Jan 25 23:50:01 * phil_bw wanders off Jan 25 23:50:16 hiding the scroller works.. but its a hack Jan 26 00:08:06 if it's an enyo.Control, you should use .setShowing(false) Jan 26 00:18:57 k Jan 26 00:29:04 how can i use .scrollTo() without animation? Jan 26 02:44:06 enjoy the webui ;) **** ENDING LOGGING AT Sat Jan 26 02:59:59 2013