-
2 Apr 2012 1:43 PM #11
So, do we have to rollback to 341 or you will provide a new build with code generation problem fixed?
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!
-
2 Apr 2012 1:57 PM #12
Build #355 will correct it; it will be out within the hour.
Aaron Conran
@aconran
Sencha Architect Development Team
-
2 Apr 2012 2:14 PM #13UI: 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!
-
2 Apr 2012 8:02 PM #14
-
3 Apr 2012 12:09 AM #15
Using #355 build, i have this erros in the controller:
Missing comma between views and refs.Code:config: { views: [ ] refs: { }, control: { } },
Now, init function and launch function are converted to 2 launch functions.Code:launch: function() { launch_code(); }, launch: function() { init_code(); }
Regards.
-
3 Apr 2012 1:19 AM #16
Corrupted Controllers
Corrupted Controllers
Hi! I have similar problems as above. I'm getting an extra comma and one misplaced, well it's technically in place but not correctly in terms of layout. It looks like this:
Code:Ext.define('MyApp.controller.LoginController', { extend: 'Ext.app.Controller', alias: 'controller.LoginCtl', , views: [ 'DesktopViewport' ] , ...
-
3 Apr 2012 6:29 AM #17
Q1: #355 at Stores
Ext.util.Sorter property field have
root
id
how about ?
property:
direction
Q2: #355 at Ext.Button
Property does not show "icon Mask"
need to fill in "icon Mask" at "Filter or Quick Value Set..." and press Add
Q.3 at Chrome Developer tools show
"event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future."
I've tried
1. open at new projects and save
add a Panel with Toolbar and Title : "My notes"
save and open the chrome, which show the Panel but with above warnings at developer tools
2. open a previous projects which will guide us to update to new version #355,
do nothing and preview in Chrome
at Chome, it show everything but at Developer tools show above warning
-
3 Apr 2012 11:14 AM #18
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!
-
3 Apr 2012 3:26 PM #19
Confused on Override class
Confused on Override class
I'm don't quite grok how the override works. I create a simple panel, the did the "override" option from the context menu. As you can see from my screen shot, it created, from the class MyApp.view.MyPanel an override class MyApp.view.override.MyPanel. As I show in the screen shot, I was thinking that if add my own title attribute this should show up as my panel title when I run it.
Two points of confusion:
1) the title does not change when i run the project
2) when I press save project, my overwrite project change gets overwritten.
Hmmm. I did agree I was an advanced user when I selected this choice. Maybe it found me out and is somehow punishing me.
-
3 Apr 2012 3:45 PM #20
Both Q1 and Q2 relate to advanced configurations that are not available unless you search for them or turn on advanced mode via the toggle at the top right of the property pane.
You can safely ignore this warning.Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote