Search Type: Posts; User: rsqw

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    498
    Hi,

    As I dind't find any usefull information about large apps architecture, I've started this topic to share some my experience of using extjs in large apps, and will be very glad to receive any...
  2. Replies
    1
    Views
    787
    simple application with one grid(126 Mb of RAM):
    37155

    I've destroyed the grid, but save the reference of grid.view into variable a,
    created new property "f", and added many dom-elements into...
  3. hm,
    very interesting, because for me this problem has gone after upgrading to 4.1.1
  4. this has been fixed in extjs4.1.1
  5. I can't agree with you, it's Extjs issue, because "very slow grid scrolling" appears only in infinite-grids, just try simple grid-examples from sencha-documentation <-- they work
  6. Replies
    3
    Views
    676
    Any news about this bug?
  7. Same issue, Archlinux
  8. Oh, ok sorry
  9. tested against:

    Browser: Google Chrome 19.0.1084.52
    Extjs: 4.1.1.0rc


    Description:

    Combobox returns invalid value after calling model.set-method
  10. Replies
    5
    Views
    833
    hm, there is no "useComponent" in src-path of the framework :((
  11. nice thoughts
  12. Replies
    5
    Views
    833
    Scott, thanks for your explanation.

    Unfortunately I cannot find documentation for this, where I can read about useComponent?
  13. Replies
    29
    Views
    12,101
    Hm, have just started upgdating to 4.1.1 rc2, and as always my app doesn't work, can anybody tell me
    where is reader#rawData-property????
  14. Replies
    5
    Views
    833
    Hi there,

    Is there any analog of SenchaTouch ComponentView in extjs 4.1?

    Regards.
  15. Ext.Ajax.request({
    url: "/cool/url",
    method: "POST",
    params: {
    coolParam: "coolValue"
    },
    success: MY_COOL_SUCCESS_CALLBACK
    failure: MY_COOL_FAILURE_CALLBACK
    });
  16. owenho, it's just a UTF-8 encoding, where is the problem?
  17. Hi,

    My question is quite simple:
    Buffered-Store caches the models into PageMap, and as a result store contains deprecated data (because Store doesn't make an Ajax-request for fresh portion of...
  18. Hi,

    Folks, please follow these links:
    http://dev.sencha.com/deploy/ext-4.0.1/examples/grid/infinite-scroll.html
    http://docs.sencha.com/ext-js/4-1/extjs-build/examples/grid/infinite-scroll.html
    ...
  19. Replies
    5
    Views
    780
    Ok, I'll try to make things clear.


    Ext.define("Website", {
    extend: "Ext.data.Model",
    idProperty: "websiteId",
    fields: [
    'websiteId',
    'website',
    ...
  20. Replies
    5
    Views
    780
    The private function destroyStore() in 4.x should do what you need --- unfortunately, no :(

    in my case after user.posts().destroyStore(), user.postsStore still exists :(
  21. Scott, Thank you for fast response,

    Yes storeId helps,
    BUT not in case with buffered-grid :(,

    In my application I've a buffered-grid:


    Ext.define("grid", {
    extend:...
  22. Replies
    5
    Views
    780
    Hi,

    How can I completely destroy the associated store?

    My solution is:


    user.posts().destroyStore();
    delete user.postsStore;
  23. Hi,

    I've just noticed, that Ext.StoreManager doesn't register associated-stores, does anybody know how to fix this?

    Thanks!!!
  24. Hi,

    I cannot find any solution to removeEventListener, when I use relayEvents:


    var panel = Ext.create("Ext.Panel", {
    title: "Panel",
    items: [{
    xtype: "button", text: "Button1"
    }]
  25. Replies
    3
    Views
    573
    chrome faster because of V8

    it rocks :)
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4