**** BEGIN LOGGING AT Mon Jul 16 02:59:58 2012 Jul 16 03:22:03 can you simulate the back gesture in enyo? Jul 16 03:35:59 i found a typo in the docs Jul 16 03:36:24 http://enyojs.com/api/#enyo.Ajax in the example, x.response... there's a }; where it should be a }); Jul 16 03:36:57 baboo: er, waht do you mean simulate Jul 16 03:40:37 * phil_bw wanders by Jul 16 03:41:23 like in a function, go to a previous scene, although i don't need it. I changed my plan and am going to use SlidingPanes instaead Jul 16 03:43:01 good lord, my PHP is rustier than my C these days. just took me 20 minutes to write a function to log a bunch of stuff Jul 16 03:43:22 of course 15 of it was spent going "what the hell?" before i remembered that "." is used to concat strings in PHP, not "+" Jul 16 03:43:40 oops Jul 16 03:44:41 EricBlade, php is more my "native" language and I have the opposite affect constantly screwing things up in JS Jul 16 03:48:38 oops again Jul 16 03:49:21 hey phil_bw, baboo, and fxspec06! Jul 16 03:49:31 fxspec06: i haven't forgotten about you for the dev spotlight :) Jul 16 03:49:41 working through the others, i think you might be next Jul 16 03:49:44 * PatrickC needs to check :P Jul 16 03:49:46 PatrickC, hey Jul 16 04:03:58 anyone know if fetchDeviceInfo() in enyo 1 does anything remotely useful on non-webOS platforms? building a test seems like it would take longer than just asking, if anyone doesk now Jul 16 04:22:01 i keep getting error: Uncaught SyntaxError: Unexpected token {, source/stuff.js:55 as an error. my code is http://pastebin.com/VtTRMiaA Jul 16 04:24:27 could someone please help me?\ Jul 16 04:26:47 baboo, lemme take a look at it, one sec Jul 16 04:26:54 thank you Jul 16 04:28:43 baboo, that code doesn't throw any errors in my editor Jul 16 04:29:05 tap a button and log it Jul 16 04:29:36 or click Jul 16 04:29:44 that's just a snippet of code Jul 16 04:29:50 can I see it in it's original context? Jul 16 04:30:01 huh? Jul 16 04:30:43 I can't just execute that code by itself Jul 16 04:31:09 I mean I guess I could create a whole new app and include that kind, but that's a lot of work Jul 16 04:31:32 do you have it online anywhere where I can actually interact with it? Jul 16 04:31:56 i'll put it on my website Jul 16 04:32:19 that'd be good Jul 16 04:33:50 if you're getting that error chances are the error is elsewhere Jul 16 04:33:56 and i can make mobile versions of my site Jul 16 04:35:20 uploading enyo 1 Jul 16 04:35:33 i don't know how to use enyo 2 Jul 16 04:36:05 oh I didn't know it was enyo 1 Jul 16 04:38:55 yeah, enyo 2 never works when i try. :P Jul 16 04:48:56 it's not giving me an error or log entry Jul 16 05:35:10 what does inSender return in a function Jul 16 05:35:39 inSender is the object which an event originated from Jul 16 05:36:08 ie, if you click a button, the onclick handler function's inSender would be the button component Jul 16 05:36:46 can i return the caption of a button Jul 16 05:39:46 inSender.content ? Jul 16 05:39:59 i'll try that Jul 16 05:40:13 inSender is just the component, you can do whatever you'd do in other code via, say this.$.myControl Jul 16 05:40:59 yeah Jul 16 05:45:12 i could set up 12 functions to do different things but getting the button caption would be easier. the button captions would be the same as the panel views' names, so i ould call them Jul 16 05:46:58 going to bed. bye and thanks everyone! Jul 16 12:09:27 how the hell do you get a webview to occupy all the space in a popup in 1 on webos? argh Jul 16 12:25:38 only way i can figure out is absolute positioning Jul 16 12:32:20 can't even figure out how to do -that- right Jul 16 13:59:05 are there webviews in enyo 2 Jul 16 21:29:15 unwiredben: you here? Jul 16 21:38:49 hi all. I'm createComponent()ing an Input, but on android 4, when I try to tap on it, the infocus one renders way down the page (under the keyboard). Also, it doesn't recognize being selected most of the time Jul 16 21:38:53 anyone experienced this? Jul 17 00:00:04 summatusmentis: it seems odd to me, the enyo team tests on android. but it's possible. i don't have enough experience with it to ascertain you that enyo does things right. **** ENDING LOGGING AT Tue Jul 17 02:59:58 2012