Search Type: Posts; User: Evolic
Search: Search took 0.02 seconds; generated 29 minute(s) ago.
-
23 Aug 2012 3:21 AM
- Replies
- 6
- Views
- 688
B) Thank you, that helped.
I have one more question: is there any why to add series dynamically?
Let's say I have Radar Chart with one series or without any (at the beginning)
and would like to... -
22 Aug 2012 10:51 AM
- Replies
- 6
- Views
- 688
I am using Ext 4.1.1
I can provide the screenshots if you don't understand my problem.
From my point of view there is something wrong, becasue some part of chart is rendered correctly (data), and... -
21 Aug 2012 1:31 AM
- Replies
- 6
- Views
- 688
I noticed following problem, when I used JSON data for Radar Chart:
- no chart labels are loaded
- no grid are loaded
- only max value for chart is calculated and rendered as the circles
If I... -
13 Jun 2012 1:43 AM
Jump to post Thread: Charts with SVG - Negative values by Evolic
- Replies
- 1
- Views
- 613
I noticed that new ExtJS 4 Charts have some problems with rendering negative values.
It seems to be a problem with following types of charts:
Bar
Line
As I remember, previous version,... -
1 Mar 2012 6:47 AM
- Replies
- 6
- Views
- 1,096
It seems that I was right.
I made a sample test and checked it in Mozilla Firefox, Microsoft Internet Explorer, SRWare Iron (Google Chrome based) and Opera.
http://dev.tomaszkuter.com/for.html -
29 Feb 2012 1:54 AM
- Replies
- 6
- Views
- 1,096
As I tested problem is with for() loops:
for (initialization; condition; increase/decrease) {}
In the above, abstract example problem is in the condition part.
When you put:
a < b, c = n;... -
28 Feb 2012 3:52 PM
- Replies
- 6
- Views
- 1,096
Hi there,
Yesterday I was working on my sample XO game, and discovered strange behaviour of the intersect() method from Ext.Array.
Here is my sample:
Example 1:
var a = [1, 2, 0, 3];
var b =... -
13 Oct 2010 11:39 AM
- Replies
- 4
- Views
- 1,649
I noticed that you forgot to update site:
http://www.sencha.com/products/js/roadmap.php
I am interesting if everything was made from planned tasks?
Especially this one:
And one more... -
22 Jul 2009 10:23 AM
Jump to post Thread: [3.x] Line chart by Evolic
- Replies
- 9
- Views
- 2,430
There are such events, but they are not used in ExtJS, or shown in some YUI examples.
I need to look closer, maybe your goal is possible to be reached -
12 Nov 2008 7:00 AM
- Replies
- 1
- Views
- 1,361
After deeper code investigation I found out that I was wrong,
and my fix do nothing here.
Better Ajax usage:
// Basic request
Ext.Ajax.request({
url: '?', // URL here
success:... -
12 Nov 2008 6:30 AM
- Replies
- 1
- Views
- 1,361
Hi all,
Today I noticed strange behaviour of the load() method inside Ext.data.MemoryProxy class.
Function body is as follow:
load : function(params, reader, callback, scope, arg){
... -
24 Oct 2008 12:17 AM
- Replies
- 3
- Views
- 899
Not working means that the tab is shown although it shouldn't.
I can see tab and its content.
As usual I searched this forum and I found this option.
But this function is used to hide... -
23 Oct 2008 10:42 AM
- Replies
- 3
- Views
- 899
Hi all,
I have some settings form with tabs included.
In one type of object I want to have all tabs,
in another I want to skip some tab (hide or not add).
I noticed that config option: "hidden"... -
9 Oct 2008 8:31 AM
Jump to post Thread: [2.2][CLOSED] Ext.Template problem by Evolic
- Replies
- 4
- Views
- 1,871
It is working fine. As I said before, there is no DOM manipulation when templates is created in JS, not in HTML (I was checking Ext.Template source code).
Hopefully I don't need to add new... -
9 Oct 2008 8:20 AM
Jump to post Thread: Lack of documentation by Evolic
- Replies
- 7
- Views
- 1,743
If you look to Ext.XTemplate specification you can find the answer:
Template member functions
One or more member functions can be defined directly on the config object passed into the XTemplate... -
9 Oct 2008 8:16 AM
Jump to post Thread: [2.2][CLOSED] Ext.Template problem by Evolic
- Replies
- 4
- Views
- 1,871
When I'm doing some new thing I base on some examples.
I found such example in Feed Viewer, which uses Ext.Template.from().
If something is working I don't try to do it in another way.
In this... -
9 Oct 2008 7:24 AM
Jump to post Thread: [2.2][CLOSED] Ext.Template problem by Evolic
- Replies
- 4
- Views
- 1,871
Hi all,
I found out problem with Ext.Template in Firefox:
mytemplates.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta... -
6 Oct 2008 1:56 PM
- Replies
- 6
- Views
- 4,970
Ok. This may be not a bug.
But this is inconsistent to rest ExtJS's widgets.
Let's say I have a form with textfields, comboboxes, checkboxes and radios.
If I want to find them I'm using for... -
6 Oct 2008 8:31 AM
- Replies
- 6
- Views
- 4,970
Hi all,
Today I noticed that there are missing functions in Ext.form.CheckboxGroup class.
Topic connected to this one you can find here:... -
1 Oct 2008 6:20 AM
- Replies
- 2
- Views
- 873
I was trying to find similar topics, but I didn't make it.
I hope this will be fixed in next ExtJS release. -
1 Oct 2008 4:17 AM
- Replies
- 2
- Views
- 873
I noticed strange behaviour of Ext.form.ComboBox:
You can see what I mean by doing following steps:
1. run http://extjs.com/deploy/dev/examples/form/xml-form.html
2. Enter some text inside State... -
17 Sep 2008 7:37 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by Evolic
- Replies
- 133
- Views
- 79,809
I've noticed that if I'm using NumberStrategy and I put e.g. "aaa"
nothing is changing.
I added something to fix it:
Ext.extend(Ext.ux.form.Spinner, Ext.form.TriggerField, {
// [...]
... -
17 Sep 2008 6:58 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by Evolic
- Replies
- 133
- Views
- 79,809
Very nice widget :)
There is a small problem with Splitter displaying, when FormPanel has:
labelAlign: 'top'
I propose following code to fix it:
Ext.extend(Ext.ux.form.Spinner,... -
5 Sep 2008 2:52 AM
Jump to post Thread: Ajax and request method by Evolic
- Replies
- 6
- Views
- 1,222
Server side is not a problem for me.
I'm using PHP, so when I want to read some seneded variable i'm checking:
- firstly GET
- secondly POST
I just wanted to know if there is any bigger reason... -
5 Sep 2008 12:58 AM
Jump to post Thread: How to hide a textfield by Evolic
- Replies
- 5
- Views
- 1,083
See at two config options of Class Ext.form.TextField
inputType : String
The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and...
Results 1 to 25 of 67
