When can we expect to see Architect support for ExtJS 7? And will this product continue to be developed or will it transition over to the visual framework that's been rumored?
Thanks much.
Type: Posts; User: Necro-Engineering
When can we expect to see Architect support for ExtJS 7? And will this product continue to be developed or will it transition over to the visual framework that's been rumored?
Thanks much.
I also agree.. having been invested since 3.x this trend over the last few years has been really disheartening and has made us re-evaluate our investment. For the first time in 10+ years we're...
I second this request... one of my top 3 frustrations with Sencha is the lack of training/tutorials (without a cost). We live in an era where documentation, community and training are expectations...
Completely agree... been using ExtJS since 3.x and Modern just isn't there and we continue to build using Classic for Desktop and Modern only out of necessity for extremely light feature mobile apps....
Any ideas when ExtReact will be updated with newer versions of React and Webpack support? The current 6.5.1 version is behind and several performance changes have been implemented, and we all love...
I found a solution to this problem. You have to click the javascript code on the right when this error appears, then accept that it's an untrusted source, then view the code by clicking proceed, and...
Hey team, I've been using Inspector for months, then took a small break, and when I came back to use it now I'm getting a new error in the console when trying to connect:
"GET...
That's not true, autoSync doesn't need to be used.
You can use a ViewModel, load data into a store, filter it on a grid, then issue a removeAll and all the filtered items will NOT be removed.
...
That does indeed work Mitchell. I tried it several ways, but didn't try that one. Now to figure out if there's a way to make it obvious that it's scrollable...
I'm trying to create a mobile version of my site with the modern tool kit on an Ext 6.x project.
I have about 8 tabs, and with the default modern example that gets built when you use cmd to create...
It seems that the regex and maskRe configs for text entry do not inspect pasted entries on textfields. If I try to type the letters, it blocks/checks them, but if I paste them in, it let's them...
https://fiddle.sencha.com/#fiddle/1aae
6.0.x
xtype: progressbar (Ext.ProgressBar) does not respect the "text" config variable to set the initial render text value and always renders as 0%.
Right, I don't have a problem if I use the setHeight or setWidth methods, those fire the resize properly.
But if I grab the actual web browser window and widen it or shrink it.. digging into this...
Ext Version: 6.0.1.250
CMD Version: 6.0.2.14
Theme: Triton
Resize event doesn't appear to fire for any elements (ie: grid, table, component, container, etc) when just adjusting the height. If...
Will there ever be support for live theming without using Sencha Cmd?
The reason I ask is I love the feature, but sencha cmd doesn't support Ajax calls to php or other backend server scripts...
When using a combobox as a widget inside of a grid cell and the grid cell has a custom renderer, when the combobox selection change occurs the renderer does not refresh in the grid cell.
On that...
No suggestions, from anyone?
Thanks for the reply, but this is exactly how I'm doing my show/hide today (in a nutshell) .. my question is how would I animate that... I've tried (using your example) sbar.animate({ ... }); then...
I've been looking through thread after thread and I can't seem to find what seems to be such a simple answer.
I have a basic border based layout, where the north region is a toolbar that starts...
So I noticed the slider example has a change made, which works fine for combobox too.
Now the issue I'm having is the grid cell doesn't re-run the renderer function (I have a custom renderer that...
That doesn't make a whole lot of sense.. why would you have an editable grid if what you edit is not bind capable... and it DOES work, even if it's not supported.
So I guess that opens the...
I have a grid that uses the cell editing plugin. It works great, but I don't like that I have to click to edit each cell, and I wanted the combobox to be visually obvious, so I switched to using a...
That works if I'm defining a new quick tip, but how do I modify the default behavior?I set the tip value in a grid cell like this:
xtype: 'gridcolumn',
text: 'Something',
dataIndex: 'something',...
I can't seem to find the source of the timer for the data-qtip value of a grid cell.
I'm setting the value using the column renderer, but the problem is in cases where I have a decent amount of...
I currently have ExtJS (5.x) and a Sencha Architect license, and an active support agreement that expires at the end of this year.
I'm a one man operation, one site, one use for ExtJS, and thus I...