**** BEGIN LOGGING AT Sun Jul 07 02:59:58 2013 Jul 07 11:03:19 hello Jul 07 11:22:57 I am facing a small problem running the ares-ide project Jul 07 11:23:32 I made recursive clone and later on while I was on the root folder I did npm-install Jul 07 11:24:43 i got the folder with the dependencies for node as well and everything ok so far. When I am running the IDE though in a browser I get "Ares ide server returned an error " Jul 07 11:24:48 any ideas? Jul 07 11:25:53 Ok I think I have my answer by myself. Need to run node areside Jul 07 11:25:57 but thnx Jul 07 16:38:25 dimk_: got things working? Jul 07 16:39:12 i enjoy how Ares sometimes eats components when i switch from code view to design view Jul 07 16:39:44 Well no, but thanks for asking ericBlade. I mean I got IDE app and running but when I am trying to create a new project or to interact with IDE , things get really weird, javascript exceptions come one after another Jul 07 16:40:54 while I am making a new project for example and use the automated builder, I get this modal to enter my projects details. I try to put a applicationa namespace - id something like com.mycompany.app.appname Jul 07 16:41:32 pressing ok , and BOOM somewhere in the code a line that supposed to return the id gives null exception Jul 07 16:41:49 so I went with the bootplate instead Jul 07 16:42:02 and brackets as my IDE Jul 07 16:42:39 i don't know what the deal was, but 2 or 3 weeks ago when i first wanted to try Ares out, I had all kinds of problems where nothing worked, but when i did it a couple of days ago, everything's been fine so far Jul 07 16:43:16 well, fine in so much as it works and has helped me really build up a new interface for my google voice app very quickly Jul 07 16:43:45 oh so you say is productive? Worth spending some time to make it work? Jul 07 16:44:58 well, in about 5 hours of work, i've managed to re-build most of the interface that i built in Enyo 1 .. and much of that was spent on rebuilding back-end bits from the Enyo 1 version to be a lot more modular Jul 07 16:46:22 I see nice, I have also application for enyo 1 but right now I am trying to build it from scratch. We ll see how it goes Jul 07 16:47:29 keep in mind you will find bugs, it's not a finished product, but i kind of love the designer. Jul 07 16:48:24 lets hope I ll manage to run it first! :D Jul 07 16:48:30 except that it seems that once i've added a "Signals" kind to my component, switching to the designer will eat the Signals Jul 07 16:48:40 so I kind of can't use it anymore on this one file Jul 07 16:48:54 i just followed the instructions in the readme Jul 07 16:49:20 installed the right node version, created a directory to put it in, npm install the package, then run the script that starts it, then connect to localhost 9009 Jul 07 16:49:51 i don't have any building configured or anything like that Jul 07 16:50:56 I made the same process. I had problem with node but I downgraded with nvm. everything is running, node server is up and talks. port as you said Jul 07 16:51:15 do I have to run chrome with some flags though ? Jul 07 16:51:31 i'm also using the new webkit-based Opera 15 to talk to it, but that probably doesn't matter so much Jul 07 16:51:59 i only had to add flags once I added communication with another server to the app, then i had to setup with --disable-web-security Jul 07 16:52:13 I am getting some strange access control allow headers errors and should not be like that Jul 07 16:52:18 ahaaaaaa!!! Jul 07 16:52:28 yeah maybe I need a flag for chrome as well Jul 07 16:52:43 shouldn't need that unless you start pulling things in from other places though Jul 07 16:53:40 well filesystem is a bit of protected area I guess . I need to look deeper but thanks for the directions Jul 07 16:53:48 :) Jul 07 16:54:26 i dislike the PickerButton, wish I had a ListSelector like Enyo 1 Jul 07 16:55:48 might be able to subclass the pickerdecorator to do that, but that sounds like work Jul 07 16:56:18 Yeah probably, but worths it when you are about to use it in your app Jul 07 16:56:58 I loved the pull down to refresh feature of the list in this one Jul 07 17:20:50 event handling seems like it needs a little clarification in the docs (how to pass information via events?) Jul 07 17:23:03 and why does this.doEventName() work, but this.doEventName(data) not Jul 07 17:23:34 but it does in another place where i'm using it. argh. Jul 07 17:23:35 you can bind some arguments though Jul 07 17:24:30 sounds strange Jul 07 17:25:30 apparently this.doEventName() with an argument only works if the argument is an object Jul 07 17:26:20 strange Jul 07 17:26:48 looks like they expect you to send in something that looks like an inEvent Jul 07 17:26:52 but any object will do Jul 07 17:27:00 so wrap it to an object Jul 07 17:27:15 {val:'argument'} Jul 07 17:27:28 but something is not right there Jul 07 17:27:46 I just started rolling with enyo so I can't tell you for sure whats going on Jul 07 17:39:07 hmm. setting url in a WebService doesn't work either Jul 07 17:45:35 or maybe if i supplied the right url, it might Jul 07 18:18:34 restful web service? Jul 07 18:18:51 why don't you try first with some chrome extension to see if is speaking to you Jul 07 18:20:43 i had a space in the url that i didn't notice Jul 07 18:20:57 :) Jul 07 18:21:27 pickers are kind of a bear to work with compared to the old ones. Jul 07 18:22:54 I didn't try the new ones yet! Jul 07 18:52:15 does anyone worked ternjs with enyo ? **** ENDING LOGGING AT Mon Jul 08 02:59:59 2013