I am working on getting my app to show up on the Playbook. I have the building part down, but I am running into errors with my kinds. I saw from
@minego's PwdHash that the enyo kinds have to be referenced by enyo.HFlexBox instead of "HFlexBox". I am still running into issues though. It seems that I can not sub class from SlidingView. Anyone else have that issue? I get this error: enyo.kind: Attempt to subclass an 'undefined' kind. Check dependencies for [FavoritesPane].
Comments
if (c.status != 404 && c.status != -1100 && c.responseText !== "") try {&
toif (c && c.status != 404 && c.status != -1100 && c.responseText !== "") try {
It was failing when trying to parse the non-existent app version of framework_config.json.
@MaKleSoft Yes, that is, was the issue. Is it required?