**** BEGIN LOGGING AT Fri Mar 16 02:59:58 2012 Mar 16 15:51:18 srsly, 14 hrs + with no chatter here? Mar 16 16:04:16 no thanks to you, ruining it like that Mar 16 16:07:48 well, let's try the charging TP on a phone charger again. Mar 16 16:07:57 I swear it didn't work last time... Mar 16 17:26:35 has anyone moved an app from webos to android? Mar 16 17:49:48 dunivan: lots of people have. Mar 16 17:51:14 is it fairly straight forward? Mar 16 17:51:47 depends on the app, i suppose. getting it running under phonegap is pretty easy. the app configuration details are quite a bit more complex, though Mar 16 18:10:54 is it possible to run webos without luna, ie with the gui turned off and just running wifi tether? Mar 16 18:39:47 kabadra: yes I've run webos without luna, you can just turn off the lunasysmgr service in upstart Mar 16 18:40:20 re tethering, depends. You could do ip forwarding and so on from linux command liune Mar 16 18:40:22 line Mar 16 20:38:13 destinal: thank you! Mar 16 20:38:29 a dumb question here: how do you exit the screenshot viewer in preware? Mar 16 20:48:58 kabadra: probably a back swipe or the back button if on a touchpad Mar 17 01:09:25 can someone help me with an enyo question? Mar 17 01:16:43 m0ngr31: we can try, if we knew what the question was, we aren't mind readers Mar 17 01:20:23 What? No wai! Mar 17 01:24:33 well wrea is sometimes Mar 17 01:24:56 so I'm pretty much a newb at enyo.. I'm trying to use panes to switch from one view to another. but when I try and use this.$.pane.selectViewByName("paneName"), it says "Uncaught TypeError: Cannot call method 'selectViewByName' of undefined" Mar 17 01:26:09 I have 3 .js files. one that has the pane that calls the other 2. I'm trying to call the function from one of my views and not from the main one where the pane is at. is that the problem? Mar 17 01:27:02 yes Mar 17 01:28:10 either just do it from the main kind, or trigger an event in the view, which the main kind will listen for and call the view change Mar 17 01:28:58 How do I do that? Should I just look for triggers/listeners in the api reference? Mar 17 01:30:19 this is enyo 1.0 by the way Mar 17 01:33:20 well, there's a hp dev blog post about that sort of thing, i don't have a link to it right off though .. but .. Mar 17 01:33:48 lemme go look Mar 17 01:34:19 basically, you define an "events" variable inside your kind, such as: events: { "onChangeView": "" }, whatever you want to call it Mar 17 01:34:28 then when you want to trigger that event, you call this.doChangeView() Mar 17 01:35:07 and in the main kind, you add: onChangeView: "performViewChange" to the component definition for the kind Mar 17 01:35:28 then whenever you call doChangeView() in the view, it'll go back to calling performViewChange() in the main kind Mar 17 01:40:30 i think there's been a slight change to how that works exactly for enyo 2, but i don't know what it is, just making aware that some things work differently Mar 17 01:46:28 ok, i'll try that... Mar 17 01:53:15 hmm.. I can't get it to work. If I upload my source can you take a quick look at it and tell me what I'm doing wrong? it's probably something dumb Mar 17 01:57:25 Here's the main pane Mar 17 01:57:26 http://pastebin.com/2aEQfM2G Mar 17 01:57:43 and the one it's trying to switch from Mar 17 01:57:44 http://pastebin.com/Es1p427v Mar 17 02:01:46 m0ngr31: put the events part up in the top part, not in the components block Mar 17 02:03:59 still nothing :\. I had forgotten to put the () after i called doChangeView too Mar 17 02:16:38 show me the view now? Mar 17 02:16:56 i got it! Mar 17 02:17:20 thanks for your help Mar 17 02:21:07 yay :) **** ENDING LOGGING AT Sat Mar 17 02:59:58 2012