Search Type: Posts; User: winkelmann

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. REQUIRED INFORMATION


    Ext version tested:


    Ext 4.2 rev 663
  2. I created the following workaround:



    Ext.define('Ext.ux.overrides.ComboBox', {
    override: 'Ext.form.field.ComboBox',

    isEqual: function(v1, v2) {
    var fromArray =...
  3. REQUIRED INFORMATION


    Ext version tested:


    Ext 4.1.3
  4. I created a little test case to reproduce the effect. Simply click on the grid record to load it into the form, then click reset. The form data will not change because the fields original value was...
  5. Yes, the totalPropery must contain the total number of unpaged datasets. Otherwise, how would your paging know the total number of pages available?

    If you're using MySQL you don't need to do two...
  6. Replies
    6
    Views
    261
    I guess that would be one way to go about it. Extending singletons somehow feels wrong anyway though ;-)
  7. I know about the reset function, thats what I'm complaining about ;-) You linked to Ext3 docs by the way, I'm using 4. My problem is that if I call reset(true) on the form, it resets the form to the...
  8. You can get to the tools in a pane or window using


    myPanel.getHeader().getTools()


    The code above gives you an array of all tools currently on your panel or window.
    ...
  9. Replies
    6
    Views
    261
    As far as I can tell, a singleton cannot be extended. Singletons in ExtJS aren't singletony like in other languages, but rather classes that get instantiated immediately after they are loaded...
  10. I have a form with trackResetOnLoad=true that I load a record into with loadRecord(). If I then reset the form with resetRecord=true, it deletes the record internally, but it does not reset the form...
  11. Replies
    6
    Views
    429
    Thats what I was looking for by the way, thanks for that, Don!

    http://www.sencha.com/blog/inside-the-ext-js-4-1-layout-system
  12. Its not sencha cmd as such causing the problem, its more the way our application actually works when loading. We have a 3 step loading mechanism:


    Initialize Ext with some of our internal...
  13. From what I can tell as soon as I set disableCaching to true, ExtJS always used Ext.Date.now() as a parameter. Since we're still having problems with packaging our classes using sencha cms we're...
  14. It appears this is still not fixed in 4.1.2 ...
  15. Replies
    6
    Views
    429
    So, to achieve the same effect in 4.1, I spent the last few hours disecting table layout and figuring out a way to extend it to allow for vertically stacking my icons.
    Assuming that my icons always...
  16. Replies
    6
    Views
    429
    I put the code on pastebin, 200 lines seems a little too long to put directly in the thread:
    http://pastebin.com/PwjSJbTU
  17. Replies
    6
    Views
    429
    The problem isn't the actual layout itself, its more of the inner workings of how the layouting works in general that has me confused. I know what my Layout needs to do, what I don't understand is...
  18. Replies
    6
    Views
    429
    Hi there,

    I had a reasonably well understanding on how the layouting in 4.0 worked, and implemented a highly customized layout to automatically put desktop icons into rows, taking their heights...
  19. REQUIRED INFORMATION


    Ext version tested:


    Ext 4.1.2a
    Ext 4.1.1 (Error does not occur)
  20. Ran into the same issue today.
    The problem hardly causes problems when within a component layout. But we use the scopeResetCss option to be able to create windows and other components on top of an...
  21. I can't get it to work with ext-dev.js and Ext.Loader active ... does anyone else have the problem?
  22. Hi,

    I've been getting the following error when restoring my component states for a while:

    [Ext.Loader] Synchronously loading 'Ext.grid.plugin.HeaderResizer'; consider adding...
  23. Thank you for the reply ;) Since I have a pretty fixed set of data here anyway I guess I'll just have two stores. Making a custom store with different data views is just not worth the effort in this...
  24. Hey there,

    I was wondering if there is a way to have a store with a large dataset bound to a grid, but show only a subset of it in a chart without having to clone my store?

    Thank you all in...
  25. Replies
    18
    Views
    4,449
    I managed to clear my schedule afterall and will be there :)
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4