Search Type: Posts; User: ElCondor1969

Search: Search took 0.02 seconds.

  1. Hi Pedro.

    In your fix you used:


    records = store.data.items;

    But if the store is buffered, you get an error, because in that case store.data is a PageMap object and not a MixedCollection...
  2. Thank you very much Evan for your usefully reply.
    Bye.

    Sergio.
  3. Hi to all.

    I encountered this bug that plagues the dynamic loading of modules javascript.
    I have attached an application that allows you to replicate the bug. The execution of this test case,...
  4. Hi to all.
    The current implementation of storeHasSelected store's method in ExtJS 4.2.0 is:

    43324

    If the store is buffered, and you reload the data in the store by the load method, you get the...
  5. Hi to all.
    The current implementation of getRejectRecords in ExtJS 4.2.0 is:

    getRejectRecords: function() {
    // Return phantom records + updated records
    return...
  6. Hi Mitchell!
    Thank you very much for your kindly reply.
    Ok, I'll use onCreateLabel method.
    But I have still a little doubt. It is not a private method?
    Can I rely on the existence of this method...
  7. Hello to all.
    I have a pie chart and I would like, for each slice of the pie, that the label shows both the name of the slice and its value.
    For example, in my case, the store that feeds the chart...
  8. Hi!

    Animal excuse me, but I have not explained the thing well enough. Unfortunately, English is not my native language and I find it hard to express myself properly with it.
    Now I'll try to...
  9. "Yes, the backing collection of a buffered store is not a MixedCollection, but a PageMap which should implement the same interface."

    Hi Animal.

    But you confirm that this is a bug that should be...
  10. Hi Phil!
    In fact in my project I have just adopted this solution, removing unwanted items from the property "requires" from my own copy of Viewport and I verified that it prevents premature and...
  11. REQUIRED INFORMATION


    Ext version tested:

    Ext 4.1.1-gpl

    Browser versions tested against:

    Chrome 22.0.1229.94 m
  12. Hi!

    The viewport "Ulisse.view.UlisseViewport" look like:

    39483

    and as you can see (in the tree and in the property editor), it does not uses instances of the views in the project.
    If you...
  13. Hi!
    Thank you very much for your kindly reply.
    I shall soon give you more detailed information.

    In my project the object "Application" references only the controller "Ulisse" and no views:
    ...
  14. Hi!.
    I seem to have found a bug in the program.
    I have a project with two controllers and three views.
    The main viewport is created automatically (autoCreateViewport property is true).
    I want...
Results 1 to 14 of 14