Search Type: Posts; User: rbraddy

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Yes. We're still using it - has worked well so far. The iframes take a little getting used to in the debuggers, but other than that, works well.

    Be sure to enable browser caching once you're...
  2. Replies
    3
    Views
    91
    Thanks for your response. Will give that approach a try.
  3. Replies
    3
    Views
    91
    I decided to have a look at the cache headers in Firebug at 12:45 p.m. when this request was observed. The max age is set to 1 day (86,400 secs), so seems like the browser should be caching all of...
  4. Replies
    3
    Views
    91
    Hi,

    We have an ExtJS 4.1 app that is loading very slowly, even when most, if not all, Javascript files should already be cached. As shown below in Chrome debug Network view, the ext-all.js and...
  5. Hi,

    I would like to replace the default check mark that appears in the checkbox input form element for checkboxes on a particular form in my application so they look like this:

    42880
    In other...
  6. Yes. It is a valid function of the controller:

    42239
  7. Thanks for the response. That could be it, except there's no error message in the console window (the function's not being called), and originally there was just a configured "fn: function()..."...
  8. Hi,

    I have copied the following code from a working project into a new project, and it does not call the async callback "fn" for some reason. This code is called within a Delete button handler...
  9. Any estimate on when a fix will be available for splitters?
  10. Replies
    15
    Views
    3,083
    Sencha Architect produces an ExtJS application, which has multiple views, controllers, stores, etc. When building a very large application (e.g., dozens to hundreds of views), by default SA assumes...
  11. Replies
    4
    Views
    339
    Thanks John. I will give that a go. Appreciate the response.

    Hopefully this will get fixed in SA soon.

    Best,
    Rick
  12. Replies
    4
    Views
    339
    Indeed! Isn't that interesting. That's the "code" that Sencha Architect creates for a splitter. See attached screenshot.

    Is this an SA bug?

    Rick
    40879
  13. Yeah. That's how Sencha Architect treats Splitters - there's no xtype generated (see attached screenshot)


    40850
  14. Hi,

    Any reason my splitter cannot be selected for resizing?
    (the splitter is shown, but cannot be selected to resize the panels)

    Thanks
    Rick
  15. Replies
    4
    Views
    339
    Hi,

    Any reason my splitter created with SA does not work? (the splitter is shown, but cannot be selected to resize the panels)

    Thanks
    Rick



    Ext.define('MyApp.view.MyViewport', {
  16. Is this fixed? I am having the same problem (Ext JS 4.1, SA 2.1.0)
  17. Sure. Since there is no "Duplicate" controller function (wish there was), I have been using the following ad-hoc process to duplicate controllers:

    1. Choose the controller to duplicate,...
  18. I'm seeing an odd behavior I want to report.

    When I create a new controller in an existing project (with half a dozen other controllers), and then load my app in the web browser, the new...
  19. Well, I found a way to fix this - set "floatable" config to false.

    Still doesn't make sense why the "beforeexpand" event does not fire and titleCollapse() don't get called, as documented.

    I...
  20. Hi,

    Spent several hours today troubleshooting problems with titleCollapse not working on collapsible panel.

    First, setting titleCollapse config to false does not prevent "expand" of a collapsed...
  21. That's awesome! And to think I've been completely ignoring the ad-hoc console mode all this time.

    That works perfectly and is all I really need (unless someone wants to implement my idea for a...
  22. Great idea. For some reason it's not working for me. Might be because I'm using iframes to run multiple ExtJS apps in the browser...
  23. Good point. Such a tool would need to be capable of being included in the generated project to be used at run-time, which is when it's actually needed.

    Perhaps just a component that could be...
  24. I've been thinking... (a dangerous thing)

    Perhaps a ComponentQuery "QueryTest" component would be helpful. It would act like a "probe" that one could add (temporarily) to a project, and be used...
  25. Thanks Aaron.

    This just confirms how badly I need remedial ComponentQuery training :)

    Is there an in-depth tutorial with lots of different example queries available?

    Rick
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4