Sencha IO + Sencha Architect 2 Project (Sencha Touch or ExtJS)
Does an example exist of a Sencha IO project documented from creation to existence using Sencha Architect? I can't find one, and I'm struggling to the point where I dont think I can use both products in the same project!
If no example exists could someone document their process or post an example project? :)
A Live Update Chart Example (any chart example) would be grea
I'm having serious issues with the chart object when trying to use the Time axis with Hours:Minutes:Seconds (a real "time") instead of dates. A working example would be awesome.
Right now, my project is crashing SA... (I'll post it separately)
Thanks
Rick
Decoupled UI from Controllers
Current extjs examples lack of Architect's MVC pattern that is hard to replicate in Architect.
For example there is a nice alternative using Action objects and message bus to decouple Controllers from UI elements, where both parties only know about action objects that can be fired and subscribed for by anything.
Also, constantly "promoting to class" really clobbers all the Project Inspector's viewable space.
Also what "bubble events" should be used for and how exactly?