Search Type: Posts; User: stevemc
Search: Search took 0.02 seconds.
-
17 Jun 2012 10:14 AM
Jump to post Thread: TreeMap chart by stevemc
- Replies
- 3
- Views
- 1,930
I've now added some additional animation to get it to work like the Guardian version with the rectangles moving in from the edge of the page. At the moment, this is hard coded into the extension as...
-
15 Jun 2012 11:02 AM
Jump to post Thread: TreeMap chart by stevemc
- Replies
- 3
- Views
- 1,930
Hi all
I've now added a more simple example of a TreeMap chart at: http://www.stevemcarthur.co.uk/widgets/SpendCuts/BasicTreeMap.htm.
Planning to do an example in conjunction with either a... -
14 Jun 2012 9:34 AM
Jump to post Thread: TreeMap chart by stevemc
- Replies
- 3
- Views
- 1,930
A TreeMap chart is a sort of interlocking rectangle chart where the size of the individual rectangles are proportional to their values. You can see a flash version on The Guardian website at:...
-
4 Mar 2012 9:05 AM
Jump to post Thread: Image Slider with unique effects? by stevemc
- Replies
- 2
- Views
- 1,546
I've created a coin-slider extension. It's not completely finished and I have to set up the events properly - but its probably good enough to use in a project. I will update it later when I have a...
-
24 Oct 2011 2:11 AM
Jump to post Thread: drawComponent.surface.add by stevemc
- Replies
- 4
- Views
- 1,097
It looks like you are creating a window with the draw component as an item before the draw component has been created. If you swap around the order with the draw component created first and then the...
-
21 Oct 2011 4:12 AM
Jump to post Thread: Ext.draw.Component by stevemc
- Replies
- 2
- Views
- 447
Have tried calling stopAnimation on the actual sprite that is doing the animation:
sprite.stopAnimation(); -
10 Jul 2011 6:21 AM
- Replies
- 11
- Views
- 3,339
Any feedback on this?
-
7 Jul 2011 10:00 AM
- Replies
- 11
- Views
- 3,339
I did some experiments by overriding the transform method and changing the values returned by "matrix.offset()". I initially thought the problem could be caused by NaN being returned as a string...
-
7 Jul 2011 3:49 AM
- Replies
- 11
- Views
- 3,339
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2a
Browser versions tested against:
IE8 -
7 Jul 2011 1:35 AM
- Replies
- 11
- Views
- 3,339
I get the same error in IE8 with the following code:
Ext.onReady(function() {
var myTest = Ext.create('Ext.draw.Component', {
width: 300,
... -
3 Feb 2011 10:01 AM
Jump to post Thread: Site issues by stevemc
- Replies
- 93
- Views
- 13,461
Yeah - I get the same problem in Chrome
-
28 May 2010 5:21 AM
Jump to post Thread: Ext Sightings by stevemc
- Replies
- 190
- Views
- 150,983
Nice - what are the vector overlays? KML?
Good Job. -
29 Apr 2010 1:50 AM
- Replies
- 0
- Views
- 603
Hi all
I'm trying to format a string that is a member of an array something like this:
{6},{0},\'{1:htmlEncode}\',{2}What's the obvious bit I'm missing?
Thanks -
15 Feb 2010 10:32 AM
- Replies
- 3
- Views
- 665
First thing to consider is that IE (even IE8) is the slowest browser and Chrome is the fastest anyway.
-
26 Jan 2010 5:23 AM
- Replies
- 0
- Views
- 416
I need to include populate the jsonData property of the ajax options object when my treenodes a making a request to the server. It looks like there is no way to do this via the treeloader or its...
-
26 Jan 2010 4:47 AM
- Replies
- 2
- Views
- 887
Belated thanks to animal on this. Worked like a charm.
-
26 Jan 2010 12:09 AM
- Replies
- 5
- Views
- 1,191
If you use the column layout then you only need to set the columnWidth config property for each column - eg 'columnWidth:.33' for each column to have them take up a third of the available space each....
-
24 Jan 2010 10:43 AM
- Replies
- 9
- Views
- 1,296
The major difference I was thinking of was that I was thinking you would have to pass the renderer to any component that you want to load content into - which is a dependancy of sorts.
If you pass... -
24 Jan 2010 1:58 AM
- Replies
- 9
- Views
- 1,296
I don't suppose you've thought of making a plain independant ajax call to your external files and using the callback to add the returned component to whatever container you want to?
-
23 Jan 2010 5:39 AM
- Replies
- 9
- Views
- 1,296
Your test example works fine for me. Check your Ext.onReady function is not firing twice. When adding a grid to a panel I would normally use the panel's add method.
-
15 Jan 2010 12:39 PM
Jump to post Thread: Advanced Grid Styling Question by stevemc
- Replies
- 2
- Views
- 835
Something along these lines perhaps:
grid.getView().getRowClass = function(record, index, rowParams, store){
if (record.get('myErrorField') === true) {
return 'error-row';//this... -
15 Jan 2010 11:27 AM
Jump to post Thread: Question about Ext.onReady by stevemc
- Replies
- 2
- Views
- 572
Putting a function within the Ext.onReady function makes your new function private to Ext.onReady. This might be what you want if this is the only place it is used. Ext.onReady is a function like any...
-
27 Nov 2009 11:33 AM
- Replies
- 2
- Views
- 887
I'm sure this is going to be an obvious answer. I have two panels on another panel. I want the top one to have a fixed height and a width that adjusts to fill the entire width of the containing...
-
10 Sep 2009 3:38 AM
- Replies
- 3
- Views
- 1,888
Sounds a bit like a border layout with the desktop as the center panel and the sidebar as the east panel.
-
15 Jul 2009 10:06 AM
Jump to post Thread: Ext Charts with no flash by stevemc
- Replies
- 2
- Views
- 1,004
Hi
I've seen a few forum discussions raising the issue of charts without flash. I've just started using the Ext chart api today and am very impressed. However, I need a fall-back position when...
Results 1 to 25 of 29
