I'm on a steep learning curve devleoping an android phone app (with a view to other platforms) on PC using sensha touch and phonegap.
I have a test app which retrieves json data from my server and fills a list. An item can be selected and a details FormPanel comes up. It all works fine.
I'm now trying to add custom formatting to the formpanel (fields in multiple columns, a row of buttons, that sort of thing). Ext Designer seemed to be made for this, but when I copy the code to my app most of it doesn't seem to work. Instead of a textfield 'label', Ext Designer creates 'fieldLabel', it doesn't seem to recognise a child hbox panel with a row of buttons at all... am I using the wrong tool? How does everyone else format their forms?