-
30 Mar 2012 5:41 AM #1
Partial use of Designer?
Partial use of Designer?
I'm working on a project with Sencha touch 2 and am liking the idea of using Sencha Designer. I have the trial and want to try it out, but I am concerned that I won't be able to just jump into the files later. I've noticed that there is no Index.hml file created.
Is it possible to start a project in Sencha Designer but then leave it, and manually write the rest if I do not want to continue using the designer? At the same time is it possible to jump back in to Designer later on?
Thanks in advance,
-
30 Mar 2012 6:23 AM #2
I use SD for ExtJS and write my own index.html so I can load my own code and show "loading" and so.
Of course you can stop using SD at any time and do manually any changes to the generated code but you cant back because SD uses metadata files to store components and hasn't the ability of parse hand crafted code.
Even with some limitations I'm comfortable with SD, In my current project I do about 95% of the work inside SD, the other 5% is library and custom code.
Regards.UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
30 Mar 2012 7:50 AM #3
The entry point to your application is called designer.html. It is getting renamed to app.html. You can rename it in the filesystem at anytime you'd like.
Yes, the generated code is always there for you.
If you follow the Designer way of doing things, by writing custom code in overrides files. It is always possible to come back into the Designer later on. If you manually edit the generated files that Designer owns, you will not be able to pick up where you left off.Aaron Conran
@aconran
Sencha Architect Development Team
-
30 Mar 2012 12:14 PM #4


Reply With Quote