Search Type: Posts; User: cmeans

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. I believe ExtJS v4.2.x is supposed to make the scopeRessetCSS settings etc. obsolete.

    I'd been waiting for 4.2 to stabilize before migrating to it, and that project got put on hold, so I never got...
  2. I think this thread would be served better in the Sencha Cmd forum.

    Is there a way to move it there?
  3. It's worth mentioning that the theme.html appears to be rendering fine in Chrome, so I think the build process is OK, so I assume this means there's an issue in the process that creates the...
  4. I'm having the same issue with a custom panel ui.

    I've had success with technical support on this forum in the past, so I'd imagine the more information we can provide to help target the problem,...
  5. I don't know about the most recent version of Cmd, but in the older versions you can modify the .sencha/app/build-impl.xml file.

    Look for this property setting:


    <property...
  6. We do it by using a modified build.xml, and include the blub there rather than in an external file.

    Here's the pertinent section to add (this works with Cmd v3.0.2.288...and earlier):



    ...
  7. I had a similar issue w/4.1.3 & Sencha Cmd 3.0.2.288, but I was able to track it down to the store I was creating for a Tree.

    The solution for me was to add a requires array to that store...
  8. After many hours of toiling, I finally found the solution.

    Despite the fact that I do list the model in the Application.models array, I needed to add the model class name to the requires array for...
  9. Can anyone provide any hints as to why the Loader would not be able to find my two classes inside the all-classes.js (I've verified that they are there), and therefore try to load them via a URL?
    ...
  10. Hi Mitchell,

    I'm experiencing a similar problem with v4.1.3.

    I'm calling removeAll on my TreeStore, which has nodes on it that were populated via store.setRootNode passing in a JSON object.
    ...
  11. ExtJS v4.1.3
    Cmd v3.0.2.288

    Though my model & store classes that descend from TreeModel and TreeStore respectively are present in the all-classes.js generated by Cmd, the runtime loader seems to...
  12. ExtJS 4.1.3


    I need to place the popup adjacent to an element within a larger div.
    The popup needs to be constrained to the div client-area (so it can go above, below, left or right of the...
  13. Thanks to Don, we now have a solution to the issue where custom button UIs were not being correctly rendered in the theme.html (there's a small bug in the render.js file). One assumes this may also...
  14. OK. So, do I still have to wait until 3.1 is out (and supports 4.1), or can I get help with the current 3.0.2 and 4.1 which is what I have right now and should work?
  15. OK. I appreciate the response.

    My understanding was that Sencha Cmd worked with ExtJS v4.1.1a and above...I didn't see anything that indicated that that had changed. It did seem I needed ExtJS...
  16. ExtJS v4.1.3

    I have an ExtJS MVC app that now needs to sit inside header and footer content provided by our client. Unfortunately, the standard ExtJS CSS is breaking a lot of the clients...
  17. I could really use some help figuring out why Chrome isn't rendering correctly. No one has replied that they can show that it is working out of the box...so if this is a bug in Sencha Cmd I'd rather...
  18. Can anyone help?
  19. Replies
    24
    Views
    14,122
    I'd be interested in this too...especially if there's support to avoid any potential memory leaks (or at least direction on how to implement that ourselves).
  20. Thanks, exactly what I needed.

    -Chris
  21. I've upgraded to 4.1.3, and can confirm that the rendering of the theme.html is still not including the appropriate custom button ui CSS for focus, over or pressed states. The buttons render...
  22. OK, so the problem with border-width is that we need to include !important in the CSS declaration otherwise it won't override the existing setting (this should be fixed).

    However, we can't use:
    ...
  23. I've since discovered that I can't even manipulate something as basic as the border-width.

    I'd really appreciate it if someone could provide me a pointer or two on this...provide a working...
  24. Event something simple as this isn't rendering correctly in Chrome (theme.html):



    @include extjs-button-ui(
    'test-small',

    $border-color: green,

    $border-width: 4px,
  25. OK.

    As many of the other settings in the custom button UI seem to be working correctly, can you verify that the entry for the background-gradient is constructed correctly? (Can you point me to the...
Results 1 to 25 of 74
Page 1 of 3 1 2 3