Have been trying to work out why the model was showing as
classname: null then found this bug report from ExtJS 5.x which "had been fixed".
However it appears it has reverted for some...
Type: Posts; User: richard.styles
Have been trying to work out why the model was showing as
classname: null then found this bug report from ExtJS 5.x which "had been fixed".
However it appears it has reverted for some...
For future reference if anyone else has this error.
app.js?_dc=1531323454099:68675 Uncaught TypeError: Cannot read property 'lockingPartnerContext' of undefined
I saw this error when calling...
Just to add, this breaks the Sencha plugin for JetBrains (not tested on others)
If you add a app.json file (empty) to your SDK then create a new workspace and add that SDK it crashes with a null...
Yeah something funky is going on. As it is now working as expected.
I created a new blank project, Added a couple of containers for switch between configs. The error was still showing.
I then...
Seen in Architect 4.2.0.205 on OSX 10.12.5
The Config panel has the optional padlock to lock the search/filter when moving between components (see attached pictures).
When moving between...
Having the same issue.
Existing project had a complete path to the Ext-6.0.2 upgraded application using the "Upgrade to Ext 6.2.x" then clicked "Upgrade to Ext 6.5.x"
Went to update the...
So after some sleep and another browser. it is happily downloaded. Chrome was asking for an update so might have been that.
Which is odd as why would a browsers version dictate the expiration on a...
So I'm trying to download the installer from the support portal and I get so far then my download just hanges.
After trying to work out why, it seems time is causing the issue.
The url has an...
I have figured out the issue.
The default app generated by sencha generate app has a different index.html
Generated from sencha generate app
<!DOCTYPE HTML>
<html manifest="">
I have been reading the code for the CoWorkee example and have managed to get that running.
https://github.com/sencha-extjs-examples/Coworkee
However trying to strip the application (from...
Is there a way that Sencha cmd can add a git repository of a package as a remote resource, using GitHub and/or GitLab (etc)
Or do you have to use the bespoke file structure/hosting that seems like...
This is still present in Ext 6.0.2
I have spotted this occurring in Sencha Architect 4.1.1.123.
Searching for font_icon__mix does not yeild any results in the project I am seeing this throw up on.
Oddly, when I close Architect and...
Work around #1 does not seem to want to play ball with me.
Delete cache (the whole folder I presumed)
Disconnect internet
Open Project
endless loading continues
Running OSX 10.12.2
Any...
I wanted to access the metaData so I could set the style based on the value for the summaryRenderer. This is something that you could do in the column renderer.
When adding a summary row renderer to...
I have seen this too, when tinkering with another project that I wanted to use the hasOne which comes up with the same issue when building.
I would have though this would be simple given that we now have chain stores.
I have a model which has a boolean field.
I have a main store and two chain stores. Each chain stores are filtered...
I've never really used the fiddle, as I always use Architect. Ended up making the code for the Fiddle in Architect first. Hence the "lot of code".
When the deferredRender:true then tool references...
Ext version tested:
Ext 6.0.2
Ext 6.2.0.981
Browser versions tested against:
Yes I know that is an option but when you have a few dozen (or hundreds even) of the linked class where a default value is overridden for a sensible reason. It seems woefully inefficient to set the...
Have you checked the root path for the ext folder in your app?
Does it have a leading forward slash and if your app is being served from a sub folder then the /ext directory that it will be looking...
Hi,
I had a look at an old machine which had a version of Architect 3.2 and it doesn't seem to be working in that version either. It may have been back in the Architect 2 days, but I can't confirm...
I have a couple of components on my GitHub which you can use for a reference example.
create a new workspace for your package. Don't do this in your application workspace.
create package using...
Hi Petr,
I know that app watch runs every time you save and I always watch the console output. When I had changed a theme variable such as $font-color and hit save.
The app watch did not trigger...
I tend to create a package for the component, added this to app.json & require under Ext.application and then use the createAlias to override.
I have tried to use the Architect extension code in...