Boot.js has been completely moved out of ExtJS since version 6.5.0, including the documentation. https://docs.sencha.com/extjs/6.5.0/classic/src/Boot.js.html or...
Type: Posts; User: clampart
Boot.js has been completely moved out of ExtJS since version 6.5.0, including the documentation. https://docs.sencha.com/extjs/6.5.0/classic/src/Boot.js.html or...
Probably this way no code transformations regarding framework changes are applied!
For earlier upgrades there have been some transformations like removing deprecated properties or unneccessary ones...
Prerequisite
Having installed Architect 4.2.5, ExtJS 6.7 And SenchaCMD 6.7 for Architect. (See Preferences → File → Manage Frameworks)
How to update your project manually
1) Open your project...
Yep, also newly created Ext6.7 projects have this bug. The generated code for rotate interactions is
//Architect 4.2.5
interactions: [{
xtype: 'interaction',
type:...
Found this through upgrading an existing project through manipulating the xds file.
Can somebody confirm this for a newly generated Ext6.7 project with SA4.2.5?
You're welcome. But beware!
Architect 4.2.5 breaks interactions of type rotate on piecharts!
At least for existing projects upgraded this way, but probably for all rotate interactions.
Prerequisite: Having installed ExtJS 6.7 And SenchaCMD 6.7 for Architect. Normally it asks to do it after the upgrade, yet still you can do it under Preferences → File → Manage Frameworks.
First...
https://docs.sencha.com/architect/4/guides/reference/change_log.html
Hasn't been updated in a while...
But there's an official announcement in the blog. ...
And how to upgrade the used ExtJS version of a project to 6.7?
Aaaand... still not fixed in 6.7. :( I wonder how they choose which bugs to fix. Probably only the ones biting themselves.
When you browse the recent pages of the Bugs section,
it seems the forum is abandoned by Idera.
When answers exist, they are from the community.
Many posts without a single response.
It's a...
Dear Architect devs,
when duplicating a component that extends from a custom component (not from a component of the toolbox),
the newly created component has the wrong 'extend' value in the...
Yes,exactly.
Simply to be coherent with Ext.TaskManager.start/stop().
I'd argue a new user would expect it that way. (At least I did. ;))
I came from using Ext.TaskManager.start({run: myFun})...
Hey Sencha team,
I discovered that when handling a task via the methods of Ext.util.TaskRunner.Task [1],
like task.start(), it won't return the task.
Whereas if you handle it via...
Hey Sencha team,
I found the documentaion for
http://docs.sencha.com/extjs/6.0.0/classic/Ext.util.TaskRunner.html#method-start
to be missing.
This is really strange, because it is there in...
Hello Achitect devs,
Extend a custom class, say 'App.view.MyCoolPanel',
in another class, say 'App.view.ExtensionOfMyCoolPanel'.
When you change the userClassName of the parent class it is not...
Hello Architect devs,
when you link a custom class e.g. per Drag'n'Drop into another, (like some custom Button into a panel)
and then change the userAlias of the linked class,
it is not updated...
The description of
http://docs.sencha.com/extjs/6.2.1/classic/Ext.LoadMask.html#method-syncMaskState
links to the property
http://docs.sencha.com/extjs/6.2.1/classic/Ext.LoadMask.html#msgWrapCls...
Hello Sencha team,
I found some undocumented properties for Ext.view.AbstractView/Ext.view.Table/Ext.tree.View,
which are set via Ext.apply in Ext.panel.Table:...
Since it is a member of the config object http://docs.sencha.com/extjs/6.2.1/classic/src/TreeStore.js.html#line65,
the getter and setter of TreeStore's root property are auto-generated by ExtJS....
Hello Architect devs,
When you add event listeners to a store in a ViewModel,
you can only add listeners in the ViewController.
55979
However, when running the app it won't find the listener...
Ext.getResourcePath is not located in Ext.js but in Boot.js:
http://docs.sencha.com/extjs/6.2.1/classic/src/Boot.js.html#line1803
This and - as one can see there - that it has no comments are the...
Hello Architect devs,
when dragging a store from the Stores section in Project Inspector into a ViewModel of a Class,
the Store isn't removed from the Application's requirements.
This leads to...
1) When disabling File Watch via Sencha Architect -> Preferences -> File -> 'Disable file watcher'
Architect nonetheless rebuilds the scss Theme files on every Save. View Cmd output tab for...
Relevant scss for text misalignment: ext/classic/theme-base/sass/src/form/field/Text.scss:62ff
@if $include-webkit {
.#{$prefix}webkit & {
// webkit adds a mysterious extra 3px of...