**** BEGIN LOGGING AT Fri Mar 06 02:59:58 2015 Mar 06 21:03:04 Quick question: in handleResize(), do I need to call this.inherited(arguments) ? Mar 06 21:36:28 DougReeder: nope Mar 06 21:36:44 I suppose - not unless you are making your own components that will inhert from having handleResize Mar 06 21:36:45 Ah, that’s useful to know. Thanks. Mar 06 21:37:00 but directly, no you can just add the handler - np Mar 06 21:37:55 our app appeared to work fine without it, but I worried. Mar 06 22:31:56 anybody has any clue what might lead to enyo-webos ServiceRequests failing in my app with navigator.service undefined error but works in other apps on the same device (Veer, Pre3, emulator)? :-( Mar 06 22:32:18 especially what the hell can go wrong that my app does not have a navigator.service object? Mar 06 22:40:48 Garfonso, seems like the enyo-cordova didn’t load right? Mar 06 22:49:00 I don't load that library at all.. but I couldn't find that in the test app, either. So I'm a bit confused now. Mar 06 22:51:12 That’s where navigator.service is actually being pulled from. Mar 06 22:51:48 https://github.com/enyojs/enyo-cordova/blob/master/assets/cordova-js-2.9.1/cordova.webos.js#L1022 Mar 06 22:52:11 hm. Strange. Ok. Thanks for the information Mar 06 22:53:54 np Mar 06 22:58:42 another question: I have a scroller that I want to scroll to a specific place after loading the contents. The content is dynamic and can vary in length. Mar 06 22:59:05 somehow the scrollTo does not work until the user scrolls the content once. Mar 06 23:01:00 basically my question would be: after changing the content of elemnts inside a scroller, what do I have to do to the scroller to make it work properly? ;) Mar 06 23:04:48 Garfonso: As I said in #webos-ports, It sounds like the minimizer is renaming the variable, but not everywhere **** ENDING LOGGING AT Sat Mar 07 02:59:58 2015