Search Type: Posts; User: angraxs2
Search: Search took 0.01 seconds.
-
19 Sep 2012 11:02 AM
- Replies
- 14
- Views
- 781
All i want is to add a Property called listeners as an array, and inside this property add
'deactivate': function{
} -
19 Sep 2012 10:37 AM
- Replies
- 14
- Views
- 781
I just noticed that this is something that occurs in every object.
I added a Event Biding -> Basic Event Biding -> Itemdoubletap into a ListView. I added an alert on its function, and nothing... -
19 Sep 2012 8:59 AM
- Replies
- 14
- Views
- 781
38794Like the image below? I tried that and nothing happens :(
-
19 Sep 2012 8:44 AM
- Replies
- 14
- Views
- 781
So I should see an alert when the child panel is activated, right?
Thats is the problem :) Its not happening. -
19 Sep 2012 8:36 AM
- Replies
- 14
- Views
- 781
As you can see on my Print Screen, i added the Basic Event to my child panel, but the listener is added to the parent panel, using a delegate option.
All i want to do is add the listener... -
19 Sep 2012 8:35 AM
- Replies
- 14
- Views
- 781
38793
-
19 Sep 2012 6:34 AM
- Replies
- 14
- Views
- 781
All i want to do add a listener in a child panel?
I have always done this manually, but since I'm using the IDE i cant do that. -
19 Sep 2012 3:40 AM
- Replies
- 14
- Views
- 781
Yes I did, here goes my code below:
listeners: [
{
fn: 'change',
event: 'activeitemchange',
delegate:... -
18 Sep 2012 8:47 AM
- Replies
- 14
- Views
- 781
I will post the code to make it easier to understand:
this is the listener created by the architect :
listeners: [
{
fn: 'leave',
event:... -
18 Sep 2012 6:51 AM
- Replies
- 14
- Views
- 781
Hi,
Im used to add events manually into the code and they always works, but since im using Sencha Archtect i would like a tip addins events into my form.
Im adding an Event Biding - Basic... -
24 Aug 2012 6:50 AM
Jump to post Thread: Column chart not working by angraxs2
- Replies
- 5
- Views
- 807
Thanks for the help, Mitchel.
I found out that the problem wasnt really the store, but the style.
Now you have to specify the style of the series.
I Just added the style from the example and... -
24 Aug 2012 5:27 AM
Jump to post Thread: Column chart not working by angraxs2
- Replies
- 5
- Views
- 807
Hy Mitchel, i tried to lock into the examples folder, and there is no Charts there.
At the 2.1.0b2 docs thats all what i found:
series: [{
type: 'column', axis: 'left', listeners: { ... -
23 Aug 2012 4:22 PM
Jump to post Thread: Column chart not working by angraxs2
- Replies
- 5
- Views
- 807
I will, thank you
-
21 Aug 2012 12:33 PM
Jump to post Thread: Column chart not working by angraxs2
- Replies
- 5
- Views
- 807
Hi i have this code working on ST 2.0 + Chart 2.0B but its not showing any columsn with ST2.1 beta.
Ext.define('WapMobile.view.override.GraficoFatEvolFat', {
override:... -
8 Aug 2012 8:41 AM
Jump to post Thread: How does override work? by angraxs2
- Replies
- 10
- Views
- 1,128
Thanks for the tip. I will give a try today and will give a feedback for whoever is also tro figure it out.
-
7 Aug 2012 3:03 AM
Jump to post Thread: How does override work? by angraxs2
- Replies
- 10
- Views
- 1,128
Can you drop an example of using touch charts with override please?
-
6 Aug 2012 7:59 AM
Jump to post Thread: How does override work? by angraxs2
- Replies
- 10
- Views
- 1,128
Me too. Im trying to use touch charts and I just can´t figure it out;
-
14 Jun 2012 9:11 AM
- Replies
- 9
- Views
- 1,296
Still nothing...
-
8 Jun 2012 11:10 AM
- Replies
- 9
- Views
- 1,296
Well, i cant define the field PREVISAO as 'undefined' (i can pass it as a string, but not as a value).
This is my PHP code:
if ($x == 31)
{
@$previsao = ($totalfat / $diasfaturados) *... -
8 Jun 2012 9:01 AM
- Replies
- 9
- Views
- 1,296
Got it.
I will change the null values do undefined inside the php (who delivers the ajax response to the store) and see what happens.
I will reply with the result. Thank you. -
8 Jun 2012 5:58 AM
- Replies
- 9
- Views
- 1,296
Im pretty sure the Value is NULL.
I got this info from the console from chrome (PREVISAO is the item that shouldn´t be showing in the graphic, and its shown as ZERO). As you can see i have 31... -
8 Jun 2012 2:46 AM
- Replies
- 9
- Views
- 1,296
I tryed that and i noticed that ExtJS assumes ZERO when the value in the store is NULL, and the chart is populated all the way with zeros until the point i want to show.
-
6 Jun 2012 12:31 PM
- Replies
- 9
- Views
- 1,296
Hi,
I have a chart with 4 Series (3 lines and a column).
My X Axy is a day of the month timeline and I would like to show only the last value of the 3 line serie (the other values are nill in... -
5 Jun 2012 9:56 AM
- Replies
- 1
- Views
- 560
Hi,
Im using a serie for a chart like the line below:
type: 'column',
xField: 'EMISSAO',
yField: 'VALORFAT',
title: 'Faturamento',
style: {
fill: 'red' -
15 Feb 2012 5:46 AM
- Replies
- 2
- Views
- 461
Im paging remotely. The query is working perfectly;
As I said before, it works prefectly with the orignal store values. And that means 267 pages of 25 itens of a total 6664.
The problem is when...
Results 1 to 25 of 30
