Search Type: Posts; User: jjohnston

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. This is something we should allow, and I'm opening an internal ticket for it.

    In the meantime, it looks like any falsy value should have the same effect as undefined, so try setting it to an empty...
  2. Is the center correct if you hand-write the mapOptions using the normal style without parentheses? It seems to me that you'd experience the same failure regardless of Architect's encoding bug, which...
  3. So are you saying this code throws an error when executed? The fact that there's a newline after the first argument, while it looks strange, is perfectly valid.
  4. @davide.peri: can you elaborate on what you mean by "doesn't work"?
  5. We've got a bug ticket for this issue and hope to have a fix in the near future as this seems to be hitting a lot of folks.

    In the meantime, try adding parentheses around the constructor reference...
  6. Thanks for bearing with us on this one, folks.

    We have a long-term solution in place, but right now it looks too risky to put out as a patch to the 2.2.x line. In the meantime, the following seems...
  7. Thanks for the report! I have opened a bug in our bug tracker.
  8. Oh wow, by the answers here it's very clear that we need to make this more discoverable, because it is actually possible to define the listConfig within Architect without resorting to manual code...
  9. Replies
    1
    Views
    98
    What framework are you using? Can you paste in the CSS for your custom ui?
  10. Thanks for the report! I have opened a bug in our bug tracker.
  11. This is a general Ext JS question (not Architect specific) so I've moved it to the Ext forum.
  12. Unfortunately Architect does not have support for Touch profiles at the current time. You can achieve similar results by writing conditional logic in your controllers, or by creating separate...
  13. OK I think I misunderstood -- since you're using KeyMap you're already binding to the DOM events directly so there's no conflict. I think you're on the right track.

    Let us know if you have any...
  14. That seems to make sense to me. The one thing that stands out is that I don't think you'll be able to use the normal controller setup to handle these events -- controllers bind to component events,...
  15. As far as I know this is already possible -- you can specify a ref's name as the controlQuery of a controller action. The framework documentation seems to suggest this will work.

    If you're...
  16. Thanks for this, I can see how that could be a problem. I'm opening a ticket in our tracking system, so we can try to handle adding listeners in a way that doesn't clobber those of the parent.
  17. Thanks for the report! I have opened a bug in our bug tracker.
  18. Thanks for the pointer. Here's the actual console log message, for reference:

    "This container is set to scrollable: false but has no specified height. You may need to set the container to...
  19. I'm having trouble finding information about scrollable:null and what it means. How is it different than scrollable:false? Can you point me to where in the documentation this is discussed?
  20. Thanks for informing us of this issue; I've opened a ticket in our internal tracking system to handle upgrading object values for the show/hideAnimation configs in old projects.

    In the meantime...
  21. Instead of doing Save Project As, you should be able to click the "Build" button in the main app toolbar; this forces a regeneration of all the output code files.

    I agree that this can be...
  22. Hi Patrick, we're happy you like the file tabs! :)

    Unfortunately we don't have a good answer for you yet in terms of multi-level inheritance. It's definitely an issue we're aware of and something...
  23. What do you want to set it to? "Clearing" configs means to fall back to the default value applied by the framework, which in this case is 2.6em. If you want it to be something different then you'll...
  24. Can you point me to where this feature is described in the documentation?

    Architect doesn't output Ext.setup since it uses the MVC architecture, but if this eventPublishers property works within...
  25. This sounds like the same issue as http://www.sencha.com/forum/showthread.php?258602-Publish-popup-window-cannot-be-closed -- can you give that a read and verify?
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4