When I was using the Sencha plugin for IntelliJ one of my favorite features was the auto-filling of the "requires" array so that no required component was left out of a view configuration.
It...
Type: Posts; User: gsoc2014
When I was using the Sencha plugin for IntelliJ one of my favorite features was the auto-filling of the "requires" array so that no required component was left out of a view configuration.
It...
This was first reported back in January of 2018 and it is still not fixed although the original bug report was closed.
The configuration property "hideHeaders" does not work if the grid is empty....
Has anyone deployed a modern toolkit 6.6 app to an iPad with iOS 12.3? I have found that the onAppUpdate() function no longer fires when the app has been added to the iPad home screen. The only way...
I'm building the app with Sencha Cmd. Is there a property in app.json that I can configure to allow wild cards for a specific directory? The "classpath" property perhaps?
If you want to go the route of overriding the default styling here is what I use in every one of my applications. My applications are geared towards business users who expect the grid panel to look...
According to the documentation, I should be able to use Ext.require() with a wildcard in order to load all of the classes from a specific folder:
expressions : String/String[]
The class, classes...
Well, I finally solved this myself by delaying the activation of the second view for 500ms so that the tap event can complete bubbling through or whatever it is doing before the second view is shown....
I am using Modern Toolkit 6.6.0.258 deploying on iPhone 6 with IOS 11.4.
I'm using the Neptune theme.
When the MessageBox has more text than can be shown with its default size it cuts off the...
Ok after reading my original post I realize my description was kind of confusing. Here's the simplified version:
Imagine two views in a card layout. The user taps on the active view, that tap...
It is difficult to provide an example of this but here's what is happening:
The user taps a row in a grid component. A listener for the childtap event calls a handler function defined on the view...
I haven't found any Fiddle examples in the 6.6 Modern docs that are working. When I try to run an example I see the following error in my Chrome console:
Uncaught ReferenceError: Ext is not...
Sencha docs down once again and I have a project due today. Obviously, since Sencha is not responding or giving any reason why the docs or down, they could care less.
Up for awhile. Now down again at 10:30 am EST. Glad I didn't have any work to do today.
Executing this line:
Ext.Viewport.setMenu(Ext.create('myApp.view.menu.Menu',{side:'left',reveal:true}));
throws this error:
Uncaught TypeError: menu.getReveal is not a function
Imagine if you will that I want the user to see the same number of decimal places that were entered into the number field even when that field loses focus.
Here is a fiddle that demonstrates the...
It's mind boggling really, and if I wasn't paying thousands of dollars for this software I wouldn't mind it so much. But yes the documentation of the "align" config for HBox is still wrong in the...
Thanks. I cleaned up the Fiddle. It definitely shows the issue. Hopefully I can get an answer on this.
Here's the Fiddle. It works fine when the classic toolkit is selected but doesn't show anything when the modern toolkit is selected so that could be a problem with my code.
...
I have tried various methods of resetting the value of a filefield in the modern toolkit but no success.
After a file has been selected. The field cannot be reset.
I have tried calling reset() on...
Really? No one from Sencha can even answer this question for me?
I built several HTML5 web apps with Sencha Touch that work great offline. I have yet to be able to get this to work with Ext.6.2.
For example, I created a starter app using "sencha generate...
One of my customers was testing out a grid panel I created with the 6.2 Modern toolkit. He started swiping left and right in the grid body and started laughing. The column headers don't move in sync...
I had a similar issue awhile back where I wanted a tree panel in the west region of a border layout container. I needed it to scroll both horizontally and vertically. I ended up placing it as the...
I've tried a couple of things to implement cell wrapping in an Ext.grid.cell.Cell but it seems to affect the layout of the grid rows in a bad way. See my fiddle that demonstrates this issue:
1nd2...
Ok I see what you are saying. The columns don't actually sort, but the up and down sort arrows are displayed even though the columns are configured with sortable:false. I guess that is what I'm...