Search Type: Posts; User: marxan
Search: Search took 0.03 seconds.
-
29 Apr 2013 2:31 AM
- Replies
- 4
- Views
- 163
Thanks for your help!
-
25 Apr 2013 4:51 AM
- Replies
- 4
- Views
- 163
Thansk for your answer.
I'm not sure to understand your explanation. Ok for function to define in the controller.
But where do I have to put the piece of code, you've sent me? -
25 Apr 2013 1:11 AM
- Replies
- 4
- Views
- 163
Hello,
I have defined a panel in my viewPort (see below) I'd like to detect this event in my controller but I don't know how to do it?
Anyone could help me?
Thanks in advance.
//VIEWPORT -
10 Jan 2013 2:59 AM
- Replies
- 1
- Views
- 143
Hello,
Everything is on the title. At the moment, I can display a icon but I'm only able to do test on the value of the record. How can I now if the current record is selected or not in this test?... -
9 Jan 2013 5:53 AM
- Replies
- 2
- Views
- 147
Hello,
Thanks for your answer, I can now manage to display an icon on each element of my combo. However, I only want to display this icon when the value is already selected (We are in a... -
4 Jan 2013 7:51 AM
- Replies
- 2
- Views
- 279
Great, thanks!
-
4 Jan 2013 3:13 AM
- Replies
- 2
- Views
- 279
Hello,
I've defined this panel and what I would like to do: when clicking to the cross button to hide the current panel it should resize another component. I don't know how to get this event in my... -
18 Dec 2012 5:06 AM
- Replies
- 2
- Views
- 147
Hello,
I would like to add an icon (for exemple a closing button) in a selected value of a multiselect combo box in order to inform that if he clicks on it he will remove all the data containing... -
10 Dec 2012 1:02 AM
- Replies
- 2
- Views
- 232
Thanks! what a noobie mistake! Friday evening is not the most performing day!
-
8 Dec 2012 8:44 AM
- Replies
- 2
- Views
- 226
There is no interest to look the code as i already said before when you click on the link to see the example called thème chart it displays something different...
-
7 Dec 2012 8:46 AM
- Replies
- 2
- Views
- 226
Hello,
When you look the chart examples, there's one I'm very interested in but when you select this one it shows up another chart and I can't find anywhere an example of how to do it.
The... -
7 Dec 2012 2:38 AM
- Replies
- 2
- Views
- 232
Hello,
I have compiled my application with SDK, everything went fine during the compilation. However when I launch my app, I have now the following issue related to my global var:
Global is not... -
3 Dec 2012 7:22 AM
- Replies
- 4
- Views
- 216
When I display the chart(through the controller):
I do something like this but it only works when I use it in the FF console. I also want to hide the legend but I don't find the right method.
... -
3 Dec 2012 6:01 AM
- Replies
- 4
- Views
- 216
How can I know in which serie am I? Do I have to give an ID on each lines of my serie?
-
3 Dec 2012 12:55 AM
- Replies
- 2
- Views
- 208
Indeed, I thought someone would already had this kind of message. Finally I've found out the problem. It was not in the general view but in the chart view where I forgot to remove a coma in a serie...
-
30 Nov 2012 1:07 AM
- Replies
- 4
- Views
- 216
Hello,
Here's my chart: Depending on the value selected I would like to hide/or display certain line.
For example, if I selected the VALUE_33 and VALUE_40. It should only display these 2 lines.... -
28 Nov 2012 7:51 AM
- Replies
- 2
- Views
- 208
Hello,
I'm trying to add this container in my main view: 'graphnididetailscontainer'. It works fine with Firefox but I have the following issue in IE:
Message: 'seriesId' is null or not an... -
20 Nov 2012 6:04 AM
- Replies
- 2
- Views
- 209
Hi,
Everything is in the title. When I try to retrieve my chart by using Ext.getCmp(''); The object is undefined.
Here's my code:
My main controller:
init: function () { -
15 Nov 2012 1:26 AM
- Replies
- 3
- Views
- 277
Hi, thanks for your answer. I've already tried this but it doesn't work. It seems that the 'this' is linked to the main component.
-
14 Nov 2012 2:52 AM
- Replies
- 3
- Views
- 277
Hello,
I'm trying to move some methods from my main controller to another controller as it has now too many lines.
What I do so far:
In my main controller: I call another controller like... -
5 Oct 2012 6:57 AM
Jump to post Thread: store is null by marxan
- Replies
- 11
- Views
- 1,534
Indeed it was the problem! Don't why I forgot to load it!
Here's my working code.
Thanks a lot for your help.
Ext.define('TAB.controller.GraphOptions', { extend: 'Ext.app.Controller',... -
4 Oct 2012 8:33 AM
Jump to post Thread: store is null by marxan
- Replies
- 11
- Views
- 1,534
I've added the autoLoad in the store, nothing changes...
If I try to call the StandardGraphStore:
TypeError: Ext.data.StoreManager.get("StandardGraphStore") is undefinedDo you know if I can... -
4 Oct 2012 7:43 AM
Jump to post Thread: store is null by marxan
- Replies
- 11
- Views
- 1,534
Hi,
I already corrected the mistake you mentionned, but there's no change still the same mistake..
Here's the view I want to display:
Ext.define('TAB.view.StandardGraph', { extend:... -
3 Oct 2012 7:30 AM
Jump to post Thread: store is null by marxan
- Replies
- 11
- Views
- 1,534
I removed the store:[StandardGraphStore] from my controller. In that case, it's undefined...
I get undefined when I type this in the console -
3 Oct 2012 6:52 AM
Jump to post Thread: store is null by marxan
- Replies
- 11
- Views
- 1,534
Hi, thanks for the answer.
But I think the store is recognized because if it was not the case I will get a message. "Store is undefined"
I don't understand what the message means by is null.
...
Results 1 to 25 of 119
