**** BEGIN LOGGING AT Tue Jul 23 02:59:59 2013 Jul 23 08:03:30 hi Jul 23 08:17:28 good morning everybody Jul 23 08:38:52 good morning! Jul 23 09:02:07 morning dimk_ Jul 23 09:39:06 :) Jul 23 11:17:45 I just pulled in your branch. Seems like you haven't updated the package.js yet Jul 23 11:42:14 pjetr: my branch ? I need to commit first thing I ll go home, but the last commit is pretty functional Jul 23 11:43:08 you need to do git checkout dimk-api Jul 23 11:43:36 the master branch is not used , I made a new one to work on Jul 23 11:43:36 https://github.com/DimitrK/api-tool-social/tree/dimk-api Jul 23 11:43:55 package.js is updated there Jul 23 11:45:06 "Presentor.js" doesn't exist Jul 23 11:45:40 and it gives me a 404 ;) Jul 23 11:47:04 aaah yeah, you mean that tries to include it on boot of enyo. No worries, is removed in my branch and made some cleanup of what was not used. I have only one problem and is not related with enyo but with disqus Jul 23 11:48:30 pjetr: (I will commit in 2.5h the changes) But the things with disqus is that I can not get it to work as separated comment thread for each kind. So comments will appear and grouped as different threads Jul 23 11:50:22 that's probably because the page never changes Jul 23 11:50:27 only the # Jul 23 12:00:10 but I use something named "disqus_identifier" which supposed to take over ajax content changes Jul 23 12:02:48 perhaps we'll need to create a proper Disqus tool Jul 23 12:02:50 http://disqus.com/api/docs/ Jul 23 12:06:08 I need to commit the changes and take a look into it later today Jul 23 12:09:09 okay Jul 23 13:36:56 is enyo capturing the orientationchange event? We're not able to capture it using a Signals Jul 23 13:42:50 or because it's a window level event and not a DOM event Enyo won't catch it? Jul 23 13:47:44 I think it will catch it Jul 23 13:48:15 I am not sure where i ve seen it before but right now I am at work and I cant dig Jul 23 13:48:17 aa Jul 23 13:48:36 probably is as a cordova event that enyo has integration with Jul 23 13:48:40 look at it Jul 23 13:51:34 yeah, digging into it more, I'm able to use window.addEventListener from within my app's redered() so just a matter of figuring out where it's getting stuck Jul 23 13:57:35 using enyo.dispatcher.listen(window, "orientationchange", doOrienationChange); also no go Jul 23 14:17:36 why you wuse window.addEventListener and not window.onorientationchange ? Jul 23 14:18:07 take http://stackoverflow.com/questions/14328575/phonegap-2-2-0-detecting-orientation as example Jul 23 20:29:26 hello! Jul 23 20:30:32 hola Jul 23 20:37:25 are webviews in enyo :? Jul 23 20:38:27 a webview is sort of like a browser within a kind -- more simply, a webkit instance within a kind Jul 23 20:38:59 you can set the url and browse websites Jul 23 20:39:04 sort of like an iframe Jul 23 20:39:06 uhmm can this happen ? Jul 23 20:39:13 some code example? Jul 23 20:39:15 of course Jul 23 20:39:28 * fx1 thinking Jul 23 20:48:18 i can't find any Jul 23 20:48:20 or think of any Jul 23 20:48:25 i know i've used them before though Jul 23 20:49:32 I can't either . I used in enyo1 . Now some things are different Jul 23 20:51:05 https://developer.palm.com/content/resources/develop/extended_enyo_tutorial.html Jul 23 20:51:10 i KNEW IT Jul 23 20:51:22 i knew one of the tutorials had webview in it. Jul 23 20:51:30 uh, palm docs Jul 23 20:51:33 almost all the way down Jul 23 20:51:38 enyo1 Jul 23 20:51:52 {kind: (window.PalmSystem ? enyo.WebView : enyo.Iframe), name: "currentFeedItemWebView", Jul 23 20:51:52 flex: 1, onLoadComplete: "hideWebViewSpinner", onLoadStarted: "showWebViewSpinner"} Jul 23 20:52:06 i knew it because i finished it once Jul 23 20:53:02 enyo.WebView and enyo.Iframe don't exist anymore Jul 23 20:53:26 so last night i installed a few patches on my pre3... thing is lightning fast now Jul 23 20:54:32 which patches? Jul 23 20:54:35 I have also a pre3 Jul 23 20:55:06 they're the same ones you can install on the TP to make it snappier. there's like 3 or 4 specific ones Jul 23 20:55:29 the downside is that if you're a dev it makes it harder to debug apps, because the logs are muffled Jul 23 20:55:39 hold on i'll let you know Jul 23 20:56:00 i've held out because i wanted those logs, but really there's almost no point any more Jul 23 20:56:59 Linux App: EOM Overlord Monitoring - your pre uploads everything you ever did to the servers, this stops that Jul 23 20:57:28 patch: muffle system logging, remove dropped packet logging, and unset cfq io scheduler Jul 23 20:57:40 uuhmm I ll check your examples for webview but I think it doesnt apply anymore. Yesterday I tried Iframe. Jul 23 20:58:16 you know that on pre3 there is a light webserver you can actually sniff all the logs out ? Jul 23 20:58:18 your best bet is to just use {tag: 'iframe'} Jul 23 20:58:44 I used I frame and tried to generate dynamically the content. not so succesfull Jul 23 20:59:23 I want to load a disqus comment system in it and things get weird , other than that I loaded the iframe Jul 23 21:00:58 coming back on pre3 there is http://localhost:5581 Jul 23 21:01:05 while phone is connected Jul 23 21:02:03 you can actually run the whole app remotely in your browser while is sitting on the phone.. and use chrome dev tools Jul 23 21:02:13 http://www.slideshare.net/fpatton/lemke-steve-debugging-palm-dev-day Jul 23 21:11:04 interesting. Jul 23 21:15:02 I ve done it long ago with pre2 and worked ok. Jul 23 21:39:30 you could do that on the playbook, it was one of their touted features for webworks **** ENDING LOGGING AT Wed Jul 24 02:59:59 2013