Search Type: Posts; User: mpost

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    58
    I'm using ExtJS 4.1.1a and calling form.loadRecord() to push a model to my form. When the user clicks an OK button, I validate the form and then call form.getForm().updateRecord(). Unfortunately,...
  2. Replies
    4
    Views
    765
    Thanks, this was exactly what I was looking for. It would be nice if this functionality got rolled into the framework, perhaps via a config value (allowRepeatedNames: true or some such).

    Here's...
  3. Any update n this bug? It's extremely annoying. I'm hitting it all the time due to the hbox issue: if you want a text or number field that has a units label after the input field, you're going to run...
  4. Indeed you're correct about the over nesting. Fortunately this is a contrived example; my actual code does not suffer from the over nesting, but I'm glad someone made me verify it. :)
  5. Thanks. Will 4.2.1 be generally available or only for support subscribers?
  6. I've updated the fiddle to use 4.2.0 and it still looks broken: http://jsfiddle.net/ms4UC/1/
  7. REQUIRED INFORMATIONExt version tested:

    Ext 4.1.1a
    Ext 4.2
    Browser versions tested against:

    Safari 6.0.3
    Chrome 26.0.1410.43
    DOCTYPE tested against:
  8. REQUIRED INFORMATIONExt version tested:

    Ext 4.1.1a
    Browser versions tested against:

    FF20
    Safari 6.0.3
    DOCTYPE tested against:

    HTML
  9. Replies
    1
    Views
    174
    What's the reliability of relayEvents? I'm seeing using ExtJS 4.1.1a and am seeing some strange results on low end desktop systems when my app pushes around a lot of events. I have a store backed...
  10. A little more information on this workaround: if you're combining the display of the header row with the display of columns, you must do so in a particular order. The following code fails in...
  11. Replies
    1
    Views
    119
    Is there a good way to pass arguments to the application? I'd like to enable some test hooks only when testing my app internally. I'm using a single, full page Ext 4.1.1.a application that's...
  12. If calling setVisible(false) on the header container causes the layout to break, then maybe the header container should override the inherited implementation of setVisible so it does the right thing...
  13. Thanks, the work around worked perfectly!
  14. I'm using Ext 4.1.1a. It turns out this message only happens when using ext-dev.js. I've updated your fiddle appropriately: http://jsfiddle.net/FSKJq/

    I'm seeing this error in Firefox 19.0.2,...
  15. Nope, that still gives a 'Layout run failed' message. I see that I left out an important detail though: when I'm toggling the header off, I'm also hiding two of my three columns (the first column is...
  16. Looks like this is a bug: setting


    animate: false

    on the tree panel completely fixes this problem. But that blows. :(
  17. I'm using a TreeStore with a memory proxy. I'm manually creating all of the nodes and inserting them into the tree; every node is created with expanded: true except for the leaf nodes (which are...
  18. How do you toggle the visibility of a tree grid's header row at runtime? I'm trying to toggle the visibility based on a button toggle event. I've tried

    ...
  19. Any update on this issue?
  20. No further guidance on this issue? :((
  21. Here's what I'm doing: http://jsfiddle.net/ms4UC/

    If you click the 'Mask North' button, the north panel's body will be masked. However, the header is intentionally left unmasked so the panel can...
  22. I've got a few panels that are periodically masked with a call to setLoading(true, true) (to mask just the panel body and not the header). This leaves the collapse tool in the header visible (as...
  23. Replies
    4
    Views
    4,978
    Can you be a little more specific? Grepping through the css yields very little for "scrollbar" -- just the IE specific stuff.
  24. Replies
    47
    Views
    23,487
    But that's just my point: the whole point of using a framework like ExtJS is for exactly this sort of functionality. If I wanted to roll my own, I'd use jquery instead of giving money to Sencha.
  25. So in the case of HasMany, the framework automatically creates a store you could wire into for update events. What's the best way to do this with a HasOne? Am I supposed to create my own store and...
Results 1 to 25 of 61
Page 1 of 3 1 2 3