Actually it isn’t documentation. Ext JS 4.x didn’t support responsive/mobile. Touch was created for that. Even with Ext JS 6.7 classic is not very responsive and quickly gets worse when in a mobile...
Type: Posts; User: aallord
Actually it isn’t documentation. Ext JS 4.x didn’t support responsive/mobile. Touch was created for that. Even with Ext JS 6.7 classic is not very responsive and quickly gets worse when in a mobile...
If you drop a panel into an existing view it would not be expected to have a viewmodel and viewcontroller created for it. Those would be with the parent in the view. That would not be fun to code...
Okay, here is what I revealed in just diving in to figure out if it works or does not work when dealing with Architect.
I modified app.json to include
"builds": {
"default": {
...
I understand it is easy to create multiple build profiles when using Sencha Cmd while developing a project. Simply create
"production": {
"output": {
"appCache": {
...
Closing due to solution being listed above.
This has been resolved.
The issue was in the path variables. A path was set for all versions of Sencha Cmd, such as
...
Closing as the solution has been found.
This has been resolved.
The issue was in the path variables. A path was set for all versions of Sencha Cmd, such as
...
I've put in a support request to resolve this.
Kumar,
My original post answers your questions. When running the return is only Sencha Cmd v6.5.2.15 shows up in the list. Checking c:/Users/andy.allord/bin/Sencha/Cmd/ there is both 6.5.2.15 and...
Bump... Anyone have any clues?
This post is from February and still no one responded? Grant you I'm an MVP but this is one clearly I don't have an answer for.
I've since removed the other versions of CMD because of issues...
From your code above it would seem should have this defined on your form and not in your controller..
listeners: {
save: function(panel) {
console.log('SAVE');
}
}
With you saying yours is not working, something is missing in your code in order to help you resolve the issue.
As seen in the fiddle below it is working as expected.
2u59
Please provide some...
Your fiddle
2u3j
The reason yours is not working is because "padding" is not an attribute of the layout: 'vbox' or any other type of layout. Padding is an attribute of a container object and...
My next question is, where is your reader and proxy defined?
Example
Ext.define('MyApp.store.MyStore', {
extend: 'Ext.data.Store',
alias: 'store.myStore',
requires: [
Where and how is your store defined? Inside the viewModel? A separate store file? What does the network tab look like after the page is loaded?
Seems like a timing issue is happening. Possible...
Below is what is happening as soon as I send the command sencha app watch it goes as expected with the build process, comes to waiting for changes and concluded with Fashion waiting for changes......
Please provide a fiddle and additional information on your problem so we are better able to help you.
Then something is still wrong in the build path. Is the build path outside of the project directories?
I contacted them stating the image is not there. It was just a screenshot of the build...
As for the error, this seems to be something engineering needs to reply on because other than a red outlined box nothing tells you what the error is, giving me no clue how to help you resolve it.
...
You would have to write something extremely custom to achieve what you are requesting. Simple websites you will find when you "click" a button the cursor has already lost focus of the textarea. It is...
Here is a fiddle to answer your questions.
The style was applied using inline style attribute but can also be styled by applying a class using an external stylesheet.
I used the afterrender...
There are several things leaving me stumped.
How many have the issue in your company? How many users of Architect in your company?
When you uninstalled did you remove the folder under your...
According to this
2srm
It appears to be a modern toolkit issue. Even the basic definition coming from the docs does not work as shown. If you follow the docs even further whereby defaults are...