My apologies in advance for what I'm sure is a very simple, newbie question. However, my goggling and research on the forums has led me nowhere and I'm new enough to enyo development/ares that I don't know how to procede.
How can I get the "Designer" button to be un-greyed out when editing a file? That is, I've installed ares via NPM, and have it up and running in a browser. However, if I create a new file, and use the "Add Kind" button, I see the following
http://alanstorm.com/2013/images/enyo.pngThat is, there are four buttons up top, and the rightmost button is the "Designer" button. However, this button is greyed out and un-clickable. I assume there's some magic component I need to add to tell ares "Hey, I need the designer", but I don't know what that is. Also, along similar lines, is there a basic "getting started with ares" document anywhere that answers these sorts of questions?
I've included my js file below for reference.
enyo.kind({
name : "MyAppName",
kind : "Control",
components : []
});
Comments
And perhaps you some other additional code in the file too ? some global function definition or similar?
The latest Ares version checks for a number of error conditions when you click the Designer button.
Thanks again for the attention!
Are you on Ares 0.1.6 version ?
Perhaps older versions did disable the Designer button and now you will get specific error message in such case (which is more helpful).
john
Yes it it organized in a certain way
> Where in the UI are these error messages supposed to show up?
Errors are displayed in a error dialog window in Ares 0.1.6 version. They might be in the logfile (console output) too.