Search Type: Posts; User: xblitz
Search: Search took 0.02 seconds.
-
16 Nov 2011 11:17 AM
- Replies
- 3
- Views
- 700
I noticed the same problem....
this post seems to have a fix for it (tried and it works):
... -
16 Nov 2011 11:05 AM
- Replies
- 5
- Views
- 996
Yes it Works with the "CATEGORY" type .. but not TIME .. I posted the example with CATEGORY instead of time sorry.. here is the code with Time axis:
var ChartPanel =... -
9 Nov 2011 11:36 AM
- Replies
- 5
- Views
- 996
I also cant get any Time Axis charts to display.. but it works as soon as I change it to a "Category" type
var ChartPanel = Ext.create('Ext.chart.Chart',{
title: 'Chart Test',
... -
10 Jul 2011 6:24 PM
Jump to post Thread: Ext.Action scope not working? by xblitz
- Replies
- 2
- Views
- 948
I guess I just suck at JavaScript... for anybody else who is wondering.. (which shouldn't be most of you)
well of course if you are using "this" while declaring something.. "this" will be... -
7 Jul 2011 6:37 PM
Jump to post Thread: Ext.Action scope not working? by xblitz
- Replies
- 2
- Views
- 948
bump
-
5 Jul 2011 7:02 PM
Jump to post Thread: Ext.Action scope not working? by xblitz
- Replies
- 2
- Views
- 948
consider this code:
Ext.onReady(function(){
app = Ext.create('Ext.window.Window',{
title: "Test Panel",
width: 400,
height: 200, -
22 Jun 2011 7:59 PM
- Replies
- 9
- Views
- 1,826
extraParams are meant for permanent params.. i would like some to be use only once on a store.load()
of course what I am doing now is:
store.getProxy().extraParams.foo = 'bar'
store.load();... -
22 Jun 2011 7:28 PM
- Replies
- 9
- Views
- 1,826
I am also looking for the same thing!
-
20 Feb 2011 10:14 PM
Jump to post Thread: Blog RSS Feed Problems by xblitz
- Replies
- 2
- Views
- 1,247
Great! I
ll check when new posts arrive and I will keep you posted :) -
19 Feb 2011 5:23 PM
Jump to post Thread: Blog RSS Feed Problems by xblitz
- Replies
- 2
- Views
- 1,247
The Sencha Blog RSS feed seems to reset or something now and then (or maybe on a new post) but I get may OLD entries getting "reposted" on my RSS reader.. anybody else has this problem?? it's kind...
-
3 Apr 2009 5:31 AM
- Replies
- 568
- Views
- 197,303
ok i got this working.. pretty simple example..
have an amChart working sample before trying to put it in extjs of course..
here is a complete html file sample:
<html><head>
<link... -
2 Apr 2009 4:30 AM
- Replies
- 568
- Views
- 197,303
Same here! i am also looking for an example ! i tried some stuff.. but wasnt able to make it work
-
25 Sep 2008 5:32 AM
- Replies
- 568
- Views
- 197,303
hey .. any plans to support amCharts? (http://www.amcharts.com) which is the only chart that i can use that supports real Time-based irregular interval data !
it probably works like the other... -
2 Sep 2008 5:04 AM
- Replies
- 3
- Views
- 3,794
I've been following the tutorials and looking alot in the API docs ans I can't seem to find the config property called "formbind" for buttons.. any ideas anyone?
Results 1 to 14 of 14
