-
3 Apr 2012 3:47 PM #21
Aaron Conran
@aconran
Sencha Architect Development Team
-
3 Apr 2012 3:56 PM #22
Thanks Aaron. (as I run to my dictionary to find out if "at the moment" implies any future work).
I noticed if I add my own "requires" to catch the overwrite class in my viewport that it works as I would expect (code below). Is that the plan? That is, when we create overrides, do we need to add the requires ourself, or is this an "at the moment" thing also?
Code:Ext.define('MyApp.view.MyViewport', { extend: 'Ext.container.Viewport', requires: [ 'MyApp.view.MyPanel', 'MyApp.view.override.MyPanel' ],
-
3 Apr 2012 4:07 PM #23
-
3 Apr 2012 4:17 PM #24
Still not quite getting it. here is my sequence:
0) open designer
1) create extjs4 project with viewport and panel
2) go into panel, change to code view, press add override class
3) save and exit designer
4) go in with my editor and add title: 'my title' to apply in override class
5) run designer again opening same project
6) press save a couple times
7) notice my changes did not get over written (thanks
)
8) no sign of overwrite being included in my project I can see.
What am I missing?
-
3 Apr 2012 4:25 PM #25
I just followed the same steps in Designer build #355 and the following application was generated:
Code:Ext.Loader.setConfig({ enabled: true }); Ext.application({ requires: [ 'MyApp.view.override.MyPanel' ], views: [ 'MyViewport', 'MyPanel' ], autoCreateViewport: true, name: 'MyApp' });Aaron Conran
@aconran
Sencha Architect Development Team
-
3 Apr 2012 4:31 PM #26
I owe you a beer Mr. Conran. I was looking in the viewport class for the override. I did not actually run the program the final time when I saw it was not generated. I just "ass u me d" it would not work like the last time.
thanks for the help and the override class.
-
3 Apr 2012 7:45 PM #27
Guys,
My designer is broke after upgrading to 359.
It prompted me to upgrade the older version project, to which i said yes and I got the following error
Designer Upgrade bug 1.jpg
I chose Ignore and it hangs with following message.
Designer Upgrade bug 2.jpg
Is there a way to roll back to previous version or a workaround or better yet, a fix.
ST
-
3 Apr 2012 8:11 PM #28
more information:
OS: Windows 7 Home Premium Sp1
Thanks,
ST
-
3 Apr 2012 8:57 PM #29
-
3 Apr 2012 11:06 PM #30
download link for the latest build
download link for the latest build
Hi,
is there a way to downlaod directly the latest beta build (#359 I think) without having to get it through the update?
I am behind firewall and the designer can't check for a newer version.
thank you



Reply With Quote