Search Type: Posts; User: mitchellsimoens

Page 1 of 5 1 2 3 4

Search: Search took 0.35 seconds; generated 1 minute(s) ago.

  1. Thanks for the report.
  2. Something like:


    var panel = new Ext.panel.Panel({
    renderTo : document.body,
    height : 200,
    width : 200,
    header : {
    title : 'Foo',
    hidden : true
  3. Thanks for the report! I have opened a bug in our bug tracker.
  4. You mean the tabBar?
  5. There still is a PagingMemoryProxy class in examples/ux/ directory.
  6. I'm little lost if everything you are speaking. Did you inspect the store to make sure it got the fields on it? Also, a class is just an object really, typeof reports object.
  7. Using Ext JS 4.2.0.663 and Cmd 3.1.1.274 I generated a new workspace and an app within and did a build and it finished successfully. Did you upgrade the framework maybe?
  8. That is curious. The only difference is TreeModel requires NodeInterface and has NodeInterface apply fields onto the TreeModel which is kinda odd in itself.
  9. I'm going to open a bug for this as the documentation does state:
  10. It needs to know the total count so it knows when not to try and load more data when not needed.
  11. Features are meant to be defined up front, not at runtime.
  12. What is the response you send back from the server?
  13. There isn't a config or anything to do what you want to do.
  14. What do you mean validate? Like enforce a certain size to the image?
  15. Instead of header : false why not hide the header and then on mouseover you can show the header.
  16. What do you mean by this? Can I see the code?
  17. The coding standard recommended is to have the extend property equate to a string not a class. Also, models should be defined in their own files not defined within another class.
  18. I see, yes this would need to have some custom work to make it act like an actual form field but it's not really that much work. You could extend button to give it a value config which will create...
  19. If your plugin will only work with one component then you may save some overhead by going with a subclass instead. Plugins are great if they can be applied to different components. Plugins are also...
  20. What differences are you wanting fixed?
  21. First, your code can be a little neater:


    this.getName().push({
    tpl : '<tpl for="."><div class="name">{name}</div></tpl>',
    data : data,
    scrollable :...
  22. I'm not seeing what this has to do with Sencha Touch. Did you inspect the request made to see the params and how to capture the param?
  23. When you do an upgrade with Cmd it will try to merge your app.js and the new default app.js which currently doesn't work that great. I tend to revert changes to app.js after inspecting if there were...
  24. Thanks for the report.
  25. Thanks for the report.
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4