We have a fairly large ExtJS app and I recently began to log javascript errors. Most of the time I can track down the source of the error but there are a couple of errors that get logged frequently...
Type: Posts; User: tomdchi
We have a fairly large ExtJS app and I recently began to log javascript errors. Most of the time I can track down the source of the error but there are a couple of errors that get logged frequently...
Can anyone give any guidance on how to use Power BI embedded with an ExtJS application? I am trying to use the Power BI javascript API here.
I am at the point where I have an access token,...
Something that is not new is they left out the project upgrade button again. I suspect the only real change was adding ExtJS 7.
in the store reader set messageProperty to detailedMessage. You can either attach a listener to the store load event or add a callback during store load. example:
store.load({
...
For anyone trying to do the same here is what I did:
var me = this,
store = me.getViewModel().getStore('mystore'),
s = store.getSorters(),
f =...
When using a grid filter on a grid with a buffered store it includes the filters used in the request to the server.
Example:
filter:...
Having a real problem lately with chrome wanting to autofill many fields in a large ExtJS application even when autofill is disabled in chrome. Is there anything I can set to disable this for the...
I posted a workaround here. Hope it helps.
Instructions in the thread here are incomplete. The only thing these instructions do is make SA think your project uses ExtJS 6.7 but it really doesn't.
Here is what I did to fully upgrade a...
I opened a ticket as well and got the same response. After I inquired further, the support person figured out that there is a bug in the latest version of Architect that is not allowing a project to...
Your instructions do not actually upgrade a project. Look in your project folder ext/build and old framework is still there. This is what is used when building.
Thanks but that fiddle is not working.
VM707:1 GET https://fiddle.sencha.com/local/8b4bad99e5cd310933b24e8bfde18d19539555ea/widget/cartesian.js?_dc=1550785007861 404 (Not Found)
Is there some reason why click events do not work with gauge charts? Example here: https://fiddle.sencha.com/#view/editor&fiddle/2olk
I also cannot get tooltips to work either.
I am using the gauge chart (classic) and would like to have a caption that includes the value of angleField. Could this be done using data binding?
The record from the store is bound to the view...
If i am looking at thing correctly, the only way to get a license for Sencha Test is to purchase five perpetual licenses for a total of $9475. Is that correct? Is Sencha Test not available with any...
I tried that and get same result.
I am using the spreadsheet model and clipboard plugin in a grid so cell values can be copied. If a value has an ampersand the copied value is &
Example: value is S&U in grid. Value when copied...
I have a text field in a form that I would like to display a warning when a user changes its value or the field is in focus. It would look like a validation error warning but I do not want it to...
The latest release contains Ext JS npm packages. Can someone tell me what the benefits would be to converting an existing Ext JS application (classic toolkit) to use node.js? I did some testing and...
Got the error below when running npm run all
i [ext]: ext-build-util:[ERR] Cannot satisfy requirements for "ux"!
I tried to install the UX package but got a not found error
npm install...
fixed it by editing package.json. One of the dependencies had
@sencha/ext-classic-theme-triton-ec32516c-c885-408d-90e6-29ac5acaf6aa
changed it to
@sencha/ext-classic-theme-triton
I am getting the error below when I run npm install
npm ERR! 404 Not Found: @sencha/[email protected]^6.6.0
the triton theme is installed. ...
I just tried this and got the same error.
I think it depends on what kind of application you are developing. If it is something simple then SA wouldn't be worth using. For a large project it is essential, at least for us. I started with...
Thanks for this!!