Search Type: Posts; User: MikeB

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thanks Mitchell, I thought the fix was put into 4.1.1 didn't realize it was in 4.1.3.

    MikeB
  2. I know this has been reported previously and has been reported as fixed (EXTJSIV-6005 in 4.1), however I'm still seeing the same issue:


    On 4.1.1a, a TreeStore using a REST proxy should pass...
  3. Thanks Aaron, and I know it's not the optimal way to build an app, but what I'm trying to do is to have a single container to hold my "app" with other static html content (generated by PHP on the...
  4. Tobias, I saw your post on this and I had tried the same thing (with a simple container to start with) but the container didn't render to the tag I told it to renderTo.

    Did you have to do anything...
  5. Thanks Skirtle, your method works like a charm (now to run it through my testers to see if it works ALL the time!)

    MikeB
  6. I have a panel which I'm looking to assign an event handler to but can't figure out how to apply additional attributes as I would if writing the code directly.

    For example, what I WANT to do is as...
  7. Thanks Evant, however, I'm trying to wrap my head around the purpose/use for the definitions then. I'm wondering why someone would use the 'definitions' property over passing the information as part...
  8. I've tried several different methods of using the "definitions" config object of an xTemplate in 4.1


    Ext.define('MyApp.view.MyPanel', { extend: 'Ext.panel.Panel',
    title: 'My Panel',
    ...
  9. Thanks, I'll give that a try. Never knew about "delegate" before.
  10. I'm trying to render my own content inside a panel which contains links and buttons. I've tried using a standard xTemplate to generate the content and then grab onto the links and buttons via a...
  11. Replies
    24
    Views
    6,829
    Voted up and Starred! Glad to help, and thanks for a neat little logger.
    MikeB
  12. Replies
    24
    Views
    6,829
    Thanks Pedro, that solved my problem!
    Thanks for the fast response on this!

    Now the question is does this also work on IE-7, or at least have a "ignore if no console" ability for versions of...
  13. Replies
    24
    Views
    6,829
    It doesn't appear to work in MS-IE (Version 8 at least).
    When I have the (latest) log4js-ext-all.js running in my app I get a "console is undefined" error in MS-IE.

    Now I know I could load this...
  14. Replies
    10
    Views
    1,148
    Thanks Aaron, and I'm honestly still on the fence with SA. I only started playing with the latest version yesterday and it's still taking a bit of time to figure things out. I think there's still a...
  15. Ahhh thanks for the tip. I'll definitely keep that in mind.

    Although, and I know this has been posted to death in other forums and posts, it might be nice to add that little tip when working with...
  16. Replies
    10
    Views
    1,148
    Oh I agree that it's probably a non trivial solution. I guess I'm just hoping for a lot more for the price.

    Thanks
    MikeB
  17. Thanks Scott, and even in a much simpler example the same applies (and if you think THIS is a lot of nesting you should see the application I'm working on that I started with for this example :D).
    ...
  18. Replies
    10
    Views
    1,148
    I was afraid of that and yea keeping comments in separate files is not only not fun, but in some cases it's not possible (due to requirements and Best Practices).

    Unfortunately it's sounding more...
  19. Replies
    10
    Views
    1,148
    Is there a way to add comments to the code generated by Architect?

    Being able to turn on "Edit Mode" in the Code config panel would be a GREAT help in that regard (as well as many others)
    ...
  20. Well here's something that I'm not sure where to post since it "might" be an issue with Sencha Architect or with ExtJS itself, but here goes...

    I create a Viewport which contains a Panel and a...
  21. Replies
    13
    Views
    6,961
    How can I add the current scope of the application so that when I'm in the handler I can access any functions/variables I've established previously?

    Thanks
    MikeB
  22. Thanks Luc, I actually found the answer myself (after a bunch of searching, and I probably should have marked this thread as answered, but I'd forgotten I'd opened it! :D).

    The problem WAS in the...
  23. I've seen several threads here and have gone over the docs on this so I'm probably missing something obvious, so I'm hoping someone here will be able to see what I'm missing.

    I have a JSON object...
  24. Thanks Mitchell.
  25. Thanks Mitchell, and yes I agree the fewer the better. But I was looking to find a way to keep to the MVC model, which what I came up with was this:
    In my controller, I put together a function to...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4