Just as a temporary solution, instead of `double clicking` to install the package. You could also `right-click` it and then click `Open`.
That forces the installation as well.
Type: Posts; User: guilherme.lopes
Just as a temporary solution, instead of `double clicking` to install the package. You could also `right-click` it and then click `Open`.
That forces the installation as well.
Thanks for the report! I have opened a bug in our bug tracker.
Thanks for the report! I have opened a bug in our bug tracker.
Thanks for the report! I have opened a bug in our bug tracker.
Thanks for the report! I have opened a bug in our bug tracker.
Seg, do you get the error simply by accessing http://examples.sencha.com/coworkee/#home and trying to login with the standard username/password. Or do you see the error trying to build the offline...
Hi,
Answering your questions
1) Portrait and Landscape should only change if Ext.feature.has.Orientation is true. This should always be false on desktops. So if you type this on your console...
HI,
You should set your panel with rowViewModel: true (see: http://docs.sencha.com/extjs/6.5.2/classic/Ext.panel.Table.html#cfg-rowViewModel). Two properties (record and recordIndex) will be...
Thanks for the report! I have opened a bug in our bug tracker.
Maybe the fiddle was changed but I can't see the issue anymore. Can you confirm this has been resolved?
Hi,
Rewriting layout calculations is very problematic because while this seems like something very simple to fix, if a few pixels are off, the whole layout could break.
We are currently working...
Hi,
When working with TextAreas configured with grow: true. Please use the growMin/growMax configs instead of height.
Ext.create('Ext.form.FormPanel', {
title: 'Sample...
A few things related to this topic:
For the warnings while building the starter app with the following themes:
Theme Aria
Theme Classic
Theme Gray
Theme Neptune
Theme Crisp
Sahil,
There was a bug with the panel where setting it with fullscreen: true would not transform it into a viewPort. This error has been fixed in the latest nightlies but to manually fix this,...
Hi,
This isn't a bug, TabPanels have to use card layout.
What you probably want is to add layout fit to the tab panel items.
Refresh shouldnt be manually called while using bufferedRenderer.
If you absolutely must refresh the view, use the refreshView() method.
grid.getView().refreshView();
ExtJS is extensible, so you can you develop your own components if you need to.
I developed a UX for DateTimeField a while ago, see here: https://github.com/gportela85/DateTimeField
Some people...
This is not a bug, when using multiple views (normal/locked) and plugins that should be added to both or only one of the views, the lockableScope config needs to be used.
So in this case, this...
A bug has been filed for it, and this is all the info we need at the moment. I'll post here when we have this fixed.
Thanks,
Not really sure what the end goal is. If you specify an offset to make the panel larger than it's container when scrollable is true, there will be calculations for the outer panel scrollbar pushing...
It has been submitted, and it will probably be shipping with 6.1
To keep the standard with most apps translated to pt-br, collapse was translated as 'recolher'.
This has been merged to the framework and will be available for 6.0.2/6.1
Hi,
Not sure what the problem is, this code worked just fine:
Ext.onReady(function(){
Ext.define('Ext.o.Element',{
override: 'Ext.dom.Element',
getTest : function()...
Hi,
This is a complicated process. You will have to manage the events within the frameEl from your main document.
Our htmleditor is placed inside an iframe and we do the same thing to listen to...
Hi,
This is just an example of how a responsive website would work, so this is the only responsive config there:
responsiveConfig: {
tall: {
headerPosition: 'top'...