Search Type: Posts; User: marxan

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thanks for your help!
  2. 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?
  3. 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
  4. 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?...
  5. 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...
  6. Great, thanks!
  7. 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...
  8. 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...
  9. Thanks! what a noobie mistake! Friday evening is not the most performing day!
  10. 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...
  11. 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...
  12. 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...
  13. 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.

    ...
  14. How can I know in which serie am I? Do I have to give an ID on each lines of my serie?
  15. 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...
  16. 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....
  17. 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...
  18. 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 () {
  19. 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.
  20. 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...
  21. 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',...
  22. 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...
  23. 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:...
  24. 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
  25. 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
Page 1 of 5 1 2 3 4