I now store the state from the window, but that didn't solve my problem.
What I did:
I store the state from the dashboard, so in my initComponent I apply it to dashboard. (problem persist),...
Type: Posts; User: saga56
I now store the state from the window, but that didn't solve my problem.
What I did:
I store the state from the dashboard, so in my initComponent I apply it to dashboard. (problem persist),...
Thanks rakumar.
I went to see if my imports had a problem and I've found that I was missing and import!
<link rel="stylesheet" type="text/css"...
So I am still stuck on this.
What I discover:
When the Daschboards are loading, the first one has a 'columnIndex' on each defaultContent, but the second Dashboard doesn't. Can figure it out...
So I am still stuck in this..
What I've found:
When the first Dashboard is loading every defaultContent has a 'columnIndex' number. When the second dashboard is loading he doesn't have...
I have a tab panel where I had some panels, in this case two DashBoards.
When the page load, this two tabs are created from the same Dashboard, but only the first dashboard will go ok, the next...
Can I have help on this? Or providing the CSS?
But here we can't see the code behind... can you provide a link or the code for the portal construction?
Thanks.
Well, my app uses crisp theme, and i've started to put some charts as test and legends were broken.. then I saw theme crisp is not un the package :O .
I am using 6.0.1.250.
Does someone have...
So i've found a work around.
In my model i've change headers to "multipart/form-data" like:
Then catch the file by his dom element:
Set the field in model:
Maybe in the store:
sortOnLoad: false,
Every example I encounter of FileField is always a "form.submit()" to send the file to the server to a php page, but i don't want this, i want to have a model and to do like:
model.save()
and...
So, i only was able to pass this doing some dirty things...
Create 2 files, Focusable.js and FocusableContainer.js, editing them so they match the 404 directory, so from : ...
Thank you Forum_Adm.
I suspect my package doesn't have this module maybe (6.6 trial). I was on 6.0.1 and is seams that this widget appeared on 6.0.2.
My Viewport has a tab panel has main view,...
So i am upgrading from 6.0.1 to 6.6 and to the moment i only have a problem, with FocusableContainer.
I got Ext 6.6 Trial and i got this:
https://imgur.com/a/x6pDOyB
57734
(better quality ...
4 years later and this is a bug? or a features? Because I really need to clone a object and not a reference :/
I have the same issue. Using version 6.0.1.250.
When exporting the value 0 (ZERO) is exported has empty... the data Type for my column is INT.
Does someone know a work around?
Well, but setDirty is set to deprecated...i am currently using extjs 6.. so maybe is not deprecated on extjs 4.x...
I agree with you.. I can't even put parent dirty on a direct way.. or maybe there is something that i am missing...
well, 2 years passed since this question, but i am struggling with this.. Is there a direct solution to this?
So I was doing nothing wrong here.
The problem was on the time of parsing, I forget to put my java Objects implementing Serializable.
That was it!
I have 2 models:
Model 1:
Ext.define('Model.DataSource', {
extend: 'Ext.data.Model',
idgen: 'uuid',
idProperty: 'dataSourceId',
fields: [
{name: 'dataSourceId'},
This doesn't help :/. I need hours minutes and seconds because this is a webChat. This solution only hide the problem cutting the hours..
I think the problem is with Ext.decode(jsonObject) but...
Any news from this? I really need something like this!
I have a Grid that is showing my data on DB, the model is
fields:[
{name:'id'},
{name:'module', type:'string'},
{name:'configGroup', type:'string'},
{name:'configName',...
Hi again guys!
I am strugling with a date problem, which is the hours getting incremented +1hour to all my date.
So I am in GMT+1 (Lisbon, Portugal), and on server side (JAVA 8) I got this date...