Including of this following config mandatory to align text in donut exact center.
textAlign: 'center',
textBaseline: 'middle'
Type: Posts; User: DineshGudikandula
Including of this following config mandatory to align text in donut exact center.
textAlign: 'center',
textBaseline: 'middle'
Hi,
I d't want change F/W version because of this. Is there any work around for this bug.
For reference ...
57813
57814
Yes, It is working for me,if i do like this.
But why it is behaving like this.If any one find root cause please post the thing.
Hi,
I am also facing the same issue.But my scenario is different like, now i'm migrating app from ExtJS4.2 to ExtJS6.5. In migrated app grid empty cell showing 'Â ' this char. When i try this same...
Hi All,
Now using Sencha Cmd v5.1.3.61 with JAVA v1.8.0 combination facing this issue, like not able to show font awesome icon & CSS.
Earlier days used Sencha Cmd v5.1.3.61 with JAVA v1.7.0...
Hi,
This above code is not working for ExtJS6.5 Modern ... Can any one help me on this.
For ExtJS5.x & 6.x
Add this CSS
.x-monthpicker-months,
.x-monthpicker-months .x-monthpicker-item,
.x-monthpicker-years,
.x-monthpicker-years .x-monthpicker-item,
In ExtJs5.x also i am facing same issue... Can any one give me the solution ?
Hello All,
Any one of help me to download the Sencha Architect3.5 attachment (package .zip):-?
{
"path": "app/utils/config.js",
"bootstrap": true,
"x-compile": true
}
aburke85 thanks for the reply... But it is not working...
Any other way to achieve this requirement........
Any suggestions ... :-?
Hey... Is it possible or not with Sencha Architect ?
No one have this requirement or faced problem like this ?
Help me....
No LUCK ....... :s :-?
Any solution ? :-?
Hi All,
I am using Sencha Architect version:3.2.0.75.
In my project we created one JSResource with name config.js.In this resource define one 'singleton' class and configured all...
Hi All,
I am unable to show the scroolbar to parent panel based on Child panels height..
Here i need to show scrollbar only for 'Parent' panel, Not for Child panels.
My sample code:
...
I find solution for my problem.
This issue because of response header allow in back-end.like follows
response.setHeader("Access-Control-Allow-Headers", "Authorization,Content-Type");
Hi,
I am facing the same problem. Any solution for this issue?
My Code :
Ext.Ajax.request({
url: 'https://localhost:8112/rest/',
method: 'POST',
...
Very very Thankful to both Greendrake & tristan.lee... =D>
This following code is solution to my problem.
Ext.create('Ext.container.Viewport', {
layout: {
type:...
Hi All,
I written the code in below URL, It is not working for FireFox.
Ext.create('Ext.container.Viewport', {
layout: 'fit',
items: [{
This tpl is working fine for me ... Thanks :-)
Code :
$grid-row-cell-focus-border-width : 0px;
Best solution for border remove... It is working fine.
PM
Hello Zdeno.. Still struggling with this component.:-?
Anybody help ?
Thanks Zdeno for your reply...
I try this ExtJs4.x code in Fiddle, I am not able to prepare sample carousel with that above source code. Can you help me to out with the ExtJS5.x sample example in...