I wrote many big Ext JS apps having no third party component, but after 'learning' I now use https://momentjs.com/ for anything about Date.
Type: Posts; User: SebTardif
I wrote many big Ext JS apps having no third party component, but after 'learning' I now use https://momentjs.com/ for anything about Date.
I would also like to know more about this. Could you confirm at least that when using Ext JS with React, the Ext JS DOM interactions are on top of React WSePtd8Lirtual DOM?
Hum... people what to use something like session isolation to avoid doing the work, but it seems the work need to be done anyway, it just more complicated now that half of the stuff is 'automatic'...
I have a button like:
{
xtype : 'button',
text : 'OK',
handler : function(toolbar, event){
// do something before calling view controller by name (onOkOptions)
...
I do have warning in console when extjs proactively load a class at the last minute when using dynamic loading. I also have error, when a class is asked for but not loaded and not able to be loaded....
I know over the years with just the people I have worked with, we lost hours for that issue. It's insane I didn't log that bug before.
Code below work perfectly, but if I remove the requires on...
I have been told that the bug VSCP-60 have been fixed in release 1.0.1.
Great. Thanks. https://fiddle.sencha.com/#view/editor&fiddle/1n3j
For the interested, the issue and solution described by Mark Brocato:
https://fiddle.sencha.com/#view/editor&fiddle/1n1e
We have a way to remove the 'today' button but nothing about remove the blue mark on 'today'
http://docs.sencha.com/extjs/6.2.1/classic/Ext.picker.Date.html
http://docs.sencha.com/extjs/6.2.1/classic/Ext.grid.feature.Grouping.html#ext-grid-feature-grouping_groupers
if example is just a piece of code doing nothing, but we have a run tab?
The second...
This is now tracked by Sencha bug SDKTOOLS-1653: Error when trying to write to locked bootstrap.js or bootstrap.css
Great, that should handle all the cases, including my new issue, at least the parent is known during construction.
I just understood a new issue with the Sencha way below:
...
This is the solution I came up with, you will need http://momentjs.com/ third party library:
Ext.define('Acme.view.TimezoneDateField', {
extend : 'Ext.form.FieldContainer',
alias :...
I have been told that due to the novelty of having the first plug-in included to 'standard' licenses, they didn't receive activate code like the other customers.
Great News! If possible please assign bug number to the thread, so we can follow progression.
This is still the worst blocker. I have a nightly build 1.0.0.176, so after the release, and still get:
[ERR] Error during rebuild : The following error occurred while executing this line:...
setting to viewmodel a new model not yet loaded, block the model to load association
In code that mean the following doesn't work:
var myModel = new MyModel();...
I thought from other thread, the plug-in didn't hardcoded the location but instead was able to retrieve it from the Sencha Project workspace like from file workspace.json:
"frameworks": {
...
My understanding is that if Ivan was using Sencha Cmd any modification to default empty plugin configuration should not be needed, right?
https://fiddle.sencha.com/#fiddle/1mhh&view/editor
55645
[QUOTE=IvanJ;1165041]Still cannot auto-complete "Ext.Ajax.request"/QUOTE]
Did you ever get that working?
The issue seems that some of the console output stream type, like 'err' is not showing up in the Visual Studio Code OUTPUT 'Sencha App Watch'. My new use case, is that bootstrap file lock. When I get...
https://fiddle.sencha.com/#view/editor&fiddle/1mhc
55644
We would like a workaround/fix/override right away.