Search Type: Posts; User: awebb
Search: Search took 0.02 seconds.
-
24 Oct 2011 5:20 AM
- Replies
- 10
- Views
- 3,115
Luca,
The first three of my code snippets show how to modify the Touch Charts source. Search for instances of "AJW" to see what modifications I made.
The fourth and last snippet contains the... -
24 Oct 2011 2:36 AM
- Replies
- 10
- Views
- 3,115
Take a look at my screen1.jpg and screen2.jpg screenshots, the links of which are embedded in my post. The number of labels and dashes are greatly reduced on the X axis. Is this what you want? If...
-
30 Sep 2011 4:01 AM
- Replies
- 2
- Views
- 1,220
OTOH... why doesn't removeAll() actually remove them, like the documentation suggests it should?
I'm not sure if Mr. Garcia's reply is "the official way" or a workaround for a broken method.
It... -
21 Sep 2011 8:25 AM
- Replies
- 0
- Views
- 557
In the following chart config, event 'labelOverflow' uses the store to communicate to the callout renderer. However, writing to the store during the rendering of the chart will fire the 'update'...
-
21 Sep 2011 2:39 AM
- Replies
- 0
- Views
- 534
I'd like to have multiline (well, actually just 2 lines) callout labels on a pie chart. Possible?
-
21 Sep 2011 2:35 AM
- Replies
- 1
- Views
- 729
I'm rendering a pie series chart into one of my panels. Every slice has a callout label. The callout labels at top and bottom aren't rendered; they're chopped off. To get them to show, I have to...
-
15 Sep 2011 7:41 AM
- Replies
- 7
- Views
- 2,483
Bump. This was reported in January and it's STILL not fixed? Come on! This is lame. I'm trying to implement disabling of Ext.List items (not officially supported), and this bug is biting, since...
-
15 Sep 2011 3:38 AM
Jump to post Thread: Disable/enable items in Ext.List? by awebb
- Replies
- 1
- Views
- 583
Is there a way to disable (and later enable) an individual item in an Ext.List ? I would like to disable certain items when the user is logged out; they should appear greyed-out, and shouldn't fire...
-
31 Aug 2011 6:52 AM
- Replies
- 10
- Views
- 3,115
Thanks philogb.
That's useful up to a point, and I would argue that you should include a boolean include-label filter function in future releases. However, you can and should go so much further. ... -
30 Aug 2011 7:34 AM
- Replies
- 10
- Views
- 3,115
Take your Stock line chart example: how would you greatly reduce the number of labels on the X (time) axis?
You have approx seven months worth of data, and the number of labels is excessive. I... -
26 Aug 2011 7:19 AM
Jump to post Thread: CSS Guidance needed by awebb
- Replies
- 1
- Views
- 892
I notice that most/all of your Touch Charts examples just include a special "touch-charts-demo.css" file, and don't include the base Sencha Touch CSS file. Are the two meant to combine?
I have an... -
22 Mar 2010 6:01 AM
- Replies
- 5
- Views
- 1,485
FWIF it affects our machines that have ATI Radeon X1650 graphics cards.
-
22 Mar 2010 5:34 AM
- Replies
- 5
- Views
- 1,485
We have a combo box whose store contains 376 items. When you click the combo box's down arrow, in IE 7 and only one some machines, a weird shadow appears above and to the left of the dropdown list. ...
-
4 Jan 2010 6:05 AM
- Replies
- 5
- Views
- 2,127
In GridPanel.processEvent() in 3.1.0 (as opposed to 3.0.3), the view's "processEvent" method is also called. The trouble is that this.view can be reset to null during the execution of the method,...
-
26 Oct 2009 8:44 AM
- Replies
- 125
- Views
- 64,738
Hi MaximGB,
In preparation to upgrading our site to ExtJs 3.0.X (X = latest), today I downloaded ExtJs 3.0.3 and the 3.0-compatible version of your excellent TreeGrid.
I looked in TreeGrid.js... -
25 Jun 2009 6:33 AM
- Replies
- 0
- Views
- 570
This is strange code (from GridView.js):-
beforeColMenuShow : function(){
var cm = this.cm, colCount = cm.getColumnCount();
this.colMenu.removeAll();
for(var i =... -
25 Jun 2009 12:02 AM
- Replies
- 7
- Views
- 1,447
100% agreed. In our app we'd set that flag on each page, and leave it that way. Can't think of a possible scenario when sometimes we'd want rollover and sometimes not.
-
24 Jun 2009 8:35 AM
- Replies
- 7
- Views
- 1,447
Lack of strict date parsing with the DateField is biting us in 2.2.1, and we get the unwanted date "rollover" behaviour.
I see that Date.parseDate() in 3.0 RC2 has a "strict" arg to prevent this,... -
24 Mar 2009 8:39 AM
- Replies
- 4
- Views
- 1,380
I get this issue in 2.2.1 after editing a cell, when forceFit is true. It happens every time if forceFit is true, as is well known.
However I would like to point out that in IE7 it can still... -
13 Mar 2009 7:02 AM
- Replies
- 0
- Views
- 634
I would like to strongly endorse the feature request proposed here:-
http://extjs.com/forum/showthread.php?t=37219
I have had to make willydee's change in my local, minnified copy of the ExtJs... -
18 Feb 2009 7:39 AM
- Replies
- 4
- Views
- 1,404
Thanks for doing that.
-
18 Feb 2009 6:53 AM
- Replies
- 4
- Views
- 1,404
With the grid's columns' dropdown menu (containing items "Sort Ascending", "Sort Descending" and "Columns") we noticed a number of our users clicking on the "Columns" items (even though the extension...
Results 1 to 22 of 22
