Search Type: Posts; User: Brainenjii

Search: Search took 0.01 seconds.

  1. same error in ExtJS 4.2.0-gpl:



    Ext.widget("window", {
    autoShow: true,
    width: 320,
    height: 240,
    layout: "fit",
    items: [{
  2. thx a lot. Сan you make me happy told when it will come about? :-)
  3. if I call tree.getStore().sort("text") /* or any other column */ in some cases it show disappeared nodes. But anyway it don't works fine - some nodes can doubles, on again sort trying it throw...
  4. chrome debugger enter in this handler for only one time. If I'll sort store - disappeared nodes showed up.
    And on 4.1.1 this code works flawless
  5. Ext.widget("window", { autoShow: true,
    width: 320,
    height: 240,
    layout: "fit",
    items: [{
    xtype: "treepanel",
    viewConfig: {
    plugins:...
  6. Ext.widget("window", { autoShow: true,
    width: 320,
    height: 120,
    layout: "fit",
    items: [{
    xtype: "treepanel",
    rootVisible: false,
    store:...
Results 1 to 6 of 6