I am having a bit of trouble coming up to speed. I started writing an app by hand so switching over to the SDK is out at this point.
I have written a bunch of screens to render as cards. Problem happened when I realized I was going to have to write my forms as Sencha objects. Some of my code is below. Form input labels do not render. Also, if I take add layout: 'form', to the form card item, it produces an error. Help is greatly appreciated.
Just serving the app from localhost and using Web browser and emulator. Trying to open the index file in the IDE in 3.3 0r 4 yields the following: However, I have dropped out my data script so I have no idea what JSON is being referred to unless it is the actual JavaScript object notation???
You're trying to decode an invalid JSON String:
Source Class: Ext.JSON
Source Method: decode
Too bad there are no file attachments here so that I could send you a nicely formatted code file...