**** BEGIN LOGGING AT Mon Feb 25 02:59:57 2013 Feb 25 14:57:25 http://techcrunch.com/2013/02/25/lg-acquires-webos-from-hp-but-only-plans-to-use-it-in-smart-tvs/ Feb 25 14:57:42 what does this mean for enyo Feb 25 15:39:48 ? Feb 25 16:22:22 hey guys, I'm having some trouble w/ Enyo in Opera 12 Feb 25 16:24:22 I have a FittableColumns where I call resized() on it once the right column renders, so that the left column becomes the right size Feb 25 16:24:44 however, in Opera, it seems as if this call doesn't happen Feb 25 16:25:36 because the left column doesn't resize until I manually resize my window Feb 25 16:40:18 GodGinrai: wrap the resized in a setTimeout of 0 ms and see if that works Feb 25 16:43:33 k, just a sec Feb 25 16:45:21 didn't help Feb 25 16:48:31 GodGinrai: lame. might want to post in the forum or submit an issue on the github. Feb 25 16:49:06 ok, I'll try to remember to do that Feb 25 16:49:14 Can't access github from work Feb 25 16:49:29 oh right, that's a horrible IT policy Feb 25 16:50:13 can you access ssh at work? Feb 25 16:50:59 yes I have ssh Feb 25 16:51:09 and yes, it's a horrible policy Feb 25 16:51:16 why not create a socks proxy, and shove your github through that? Feb 25 16:51:17 they just pushed an update last week Feb 25 16:51:38 that forces our IE8 to be in compatibility mode on intranet sites Feb 25 16:51:51 (thank god for that meta tag) Feb 25 16:52:44 HaDAk: I have no experience doing that, and don't know if I could arse myself into figuring out how Feb 25 16:53:42 alias proxy='nohup ssh -D 8000 -C -N hans@hadak.org >/dev/null 2>&1 & ' Feb 25 16:53:44 i do mine like that Feb 25 16:54:11 but what you'd want is `ssh -D 8000 -C -N user@host.com > /dev/null 2>&1 Feb 25 16:54:13 ` Feb 25 16:54:22 creates localhost port 8000 Feb 25 16:54:27 which is a socks5 proxy Feb 25 16:54:48 as long as you're sshing to an endpoint that isn't arsed by company shit, you can get out easy. Feb 25 16:55:22 do that on an outside box? Feb 25 16:55:49 for example Feb 25 16:55:56 i do that from my work laptop to my home server Feb 25 16:56:05 ah Feb 25 16:56:07 then i tunnel all my "personal" traffic through the socks port Feb 25 16:56:15 so, it's ssh-secured and goes out my endpoint at home Feb 25 16:56:30 that way, i get unrestricted access, and it's secure so nobody knows the difference Feb 25 16:56:34 they just see ssh traffic Feb 25 16:57:38 i use multiple browsers. work stuff in chrome, personal stuff in firefox. Feb 25 16:57:42 be advised, I worked with a guy at IBM who got fired because they were upset with him for creating tunnels to his home network (this was before they started letting people telecommute)…and he did it 3 times after being warned twice Feb 25 16:57:54 firefox uses application level proxy settings. most other browsers use system level. Feb 25 16:58:14 that's true, too. where *i* work, they couldn't care less. Feb 25 16:59:09 ok. i'm off to see the wizard. Feb 25 17:01:07 yea, I don't know how picky they are about ssh Feb 25 17:01:21 I've only been sshing to boxes on the intranet Feb 25 17:36:22 i'm having issues linking to google maps / apple maps from within my enyo application for some reason Feb 25 17:36:45 it never actually uses the native application, even with properly formatted links for ios6 Feb 25 17:37:14 is there something within enyo that may be catching the default in-browser link behavior? Feb 25 17:37:55 e.g. I want "http://maps.apple.com/maps?saddr=LAX&daddr=santa+monica" to get picked up by the native maps application in ios6 Feb 25 17:39:44 hjhart: how are you delivering that Enyo app? in the browser or via cordova or similar? Feb 25 17:40:27 via cordova - so it could also be phonegap that is intercepting as well. Feb 25 17:40:33 it is Feb 25 17:40:41 http://stackoverflow.com/questions/13218021/how-to-embed-apple-maps-ios6-using-cordova Feb 25 17:41:02 not sure if that is 100% the answer, but it looks like a good place to start Feb 25 17:41:11 Thanks, I found another one: http://stackoverflow.com/questions/8310300/open-native-maps-app-from-phonegap Feb 25 17:41:15 looks like it uses window.location instead Feb 25 17:41:23 Enyo is just javascript so it's not doing anything at the window level Feb 25 17:41:34 right - that makes a lot of sense. Feb 25 17:41:41 I'll report back soon! Thanks for your help. Feb 25 17:41:48 yw Feb 25 18:13:14 Strangely enough, this ended up being my solution: http://stackoverflow.com/questions/14272373/phonegap-2-3-open-maps-and-urls-no-longer-works-on-iphone Feb 26 01:33:42 Can anyone point me in the right direction? I am trying to create a list and keep on getting "TypeError: enyo.dom.getBounds is not a function" even when I just paste in the code from the sample website.... Feb 26 01:34:48 google has not proven helpful. I've also tried it with chrome (the above in from firefox) **** ENDING LOGGING AT Tue Feb 26 02:59:58 2013