Search Type: Posts; User: jkyoutsey

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. I'm messing with 'bulkremove' in 4.2 and can't seem to get this to fire. I'm calling store.remove(some records) and expecting that to CAUSE 'bulkremove' to fire.

    In my controller I have the...
  2. Ignore this post. Firefox
  3. Ignore this post. Testing login issue with forum (IE9 same machine with issue)
  4. Ignore this post. Testing login issue.
  5. Thanks! I guess I should stop coding on Friday afternoons!
  6. http://jsfiddle.net/jkyoutsey/xSenT/

    I can't seem to get an ArrayStore to load. I'm trying to build a combobox with no data to start with, then, as the user types a query will load a new data set...
  7. Replies
    1
    Views
    80
    This works...
    http://cdn.sencha.com/ext/commercial/4.2.0/resources/ext-theme-classic/ext-theme-classic-all.css

    The sticky thread helped me sort it out a bit...
  8. Replies
    1
    Views
    80
    I need to do a jsFiddle and need a link to the live CSS on sencha.com. What is that link?
  9. Thanks, Daniil. I'll follow that thread.
  10. Thanks, Mitch!
  11. Steps to reproduce:
    Group on col1.
    Click Expand All.
    Scroll way down.
    Click on Collapse All.
    See that the grid is now still scrolled way down and if you scroll up it will be blank.

    ...
  12. Thank you! That was the bit I was missing!
  13. I wanted to edit the example at:
    http://docs.sencha.com/ext-js/4-2/#!/api/Ext.grid.feature.Grouping
    to show a possible bug in 4.2. But when I add an initComponent to it it fails with:
    TypeError:...
  14. I added this to a jsFiddle (http://jsfiddle.net/jkyoutsey/vGhNL/) but it doesn't seem to render right there at all. But this code should show this issue clearly stand alone:

    ...
  15. In 4.2 if I group a grid by a column that has a convert function in the model the grid will not render correctly when grouped.

    I have this convert function in my model:

    { name :...
  16. asti hijacked my thread...

    I still need to understand why this doesn't size appropriately.
  17. I moved to 4.2 and this dialog no longer lays out correctly. The highlighted area under 4.1.1 would dynamically resize itself to hold whatever contents were set for it's innerHtml (later in the...
  18. http://www.sencha.com/learn/theming/

    We are not using themes, just straight CSS. I guess we should look into this. Thanks!
  19. As the image clearly shows, white tabs, grey background, taller tab, dark grey outline colors. It is wildly different from the default ExtJS theme.

    It's is an old 3.x style sheet that we stole...
  20. My tabs are working just fine. Look at the 4.1.1 image in the first post in the thread. That's the styling I need. The rules I posted above are the ones that work just fine in 4.1.1. Only that bottom...
  21. The CSS tweak was enough for us. Thanks, Animal!
  22. Okay, I guess we have done more heavy styling than I knew of. These are the CSS overrides in our stylesheet. I've got most of it fixed, but there is still a line under the active tab. I can't tell...
  23. I get that focus != selection. But why did this only show up when I moved to 4.2? I can run the same code in 4.2 and 4.1 and 4.1 doesn't show this. I don't get why so much of my styling changed...
  24. Animal, I don't really know what you mean by "rebuilt". CSS is just CSS. I completely replaced my 4.1 ExtJS with 4.2 in a completely different folder. So it should not be cached. The path is...
  25. When I try to call removeAll() on an accordion layout with one hidden, collapsed panel (so I can have all collapsed), and more than one visible panel I get the following error.

    Uncaught TypeError:...
Results 1 to 25 of 31
Page 1 of 2 1 2