Search Type: Posts; User: pbienick

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Not sure if this belongs here or in the ExtJS forum...

    I'm working on a rather large application (> 150 data entry forms) that was built with ExtJS 4.1.2. The original application was not...
  2. Replies
    3
    Views
    672
    That would be great. Thanks Mitchell - I think I'm going to attend.
  3. Replies
    3
    Views
    672
    I'm thinking of going to SenchaCon this year. The last conference of any kind I attended was Apple's WWDC back in 2010. That conference had a "feature" where you could book a short period of time...
  4. Ok - thanks. I was afraid I'd have to generate a new app again - this will be about the 4th time I've had to do that since the app upgrade has never worked in the past. I got excited this time around...
  5. No - the only directory I see in packages is "theme".
  6. I'm trying to upgrade my application from ExtJS 4.1.3 to 4.2.0, and also Sencha Cmd v3.0.2.288 to v3.1.1.274. So first, using Sencha Cmd v3.0.2.288, I run sencha app upgrade <path_to_4.2> and it...
  7. Not sure where to post this but this page is currently broken:

    http://www.sencha.com/products/extjs/examples/
  8. Cool, thank you.

    FWIW, this is a hack, but one workaround is to wrap the call to Ext.MessageBox.show or Ext.Msg.alert in Ext.defer:



    success: function(form, action) {
    ...
  9. Scott,

    Any luck reproducing this? If you want, I'll zip up the app (minus the huge extjs directory which I'm sure you can copy in from elsewhere), but I just figured you'd be able to whip up your...
  10. ExtJS version 4.1.3.548

    The production app I'm currently working is where I was able to consistently reproduce this. It was generated with Sencha Cmd (3.0.2.288), so I first generated a new app...
  11. Using the orignal posters code, I have confirmed that this bug is still present in 4.1.3.
  12. Replies
    6
    Views
    845
    I generated a new app with 3.0.0.250, and as I expected, it worked just fine when upgrading it to 3.0.2.288. The last time I tried to upgrade this app (probably from 3.0.0.230 to 3.0.0.250), I ran...
  13. Replies
    6
    Views
    845
    Scott,

    I'd be happy to try 3.0.1.268 if I can find it. Based on the URL for 3.0.2.288, I tried http://cdn.sencha.com/cmd/SenchaCmd-3.0.1.268-osx.app.zip, but that didn't work.

    Paul
  14. Replies
    6
    Views
    845
    I'm trying to upgrade my Sencha Cmd-generated application to v3.0.2.288. It was generated with 3.0.0.250. As per the instructions, I ran


    sencha app upgrade <path to sdk>

    but I am receiving...
  15. I'm experiencing this as well, and I don't have time at the moment to debug any further. Works fine in Chrome, blows up in Submit.js in Firefox, and IE prompts me to open or save a file. In my case,...
  16. Sencha Cmd v3.0.0.250
    Ext JS 4.1.3

    After creating a new app using sencha generate app, images generated using sencha app build (or sencha ant build) are not being referenced properly by the CSS...
  17. For my own sanity I just tried this again from scratch. I created a new directory, and then from within that directory, I ran:

    sencha -s ../extjs/ext-4.1.2a generate app LP .
    sencha ant build
    ...
  18. Sencha Cmd v3.0.0.230
    Ext JS 4.1.2a (Ext.getVersion('extjs') reports 4.1.2.1)

    My app name is LP...

    I'd just like to make sure that the bug described in this thread is the same as what I'm...
  19. Ahh - right - the generate app command includes ext-debug.js and not ext-dev.js - I didn't catch that.

    Thanks, Don.
  20. Sencha Cmd v3.0.0.230
    Ext JS 4.1.2a

    If you create a new app with sencha generate app, Ext.log will not work. Here is my app.js:



    Ext.application({
    controllers: ["Main"],
  21. Thanks, Don. I added Ext.toolbar.Spacer to the requires and that did the trick. While you're looking into this, you may want to also look into a similar issue with radio buttons: I have several forms...
  22. Sencha Cmd v3.0.0.230
    Ext JS 4.1.2a (which Ext.getVersion('extjs') reports as 4.1.2.1)

    I'm building a new Grails app with an Ext JS front end, and I've generated the skeleton of the app using...
  23. Replies
    488
    Views
    68,631
    Ok, thanks for the info and the tip.

    Please note that you still need to update the Component Guide since it refers to a list of xtypes that no longer exists.
  24. Replies
    488
    Views
    68,631
    In 4.1.1, and also in the nightly build from Aug 12, 2012, the documentation for the Component class states "See the Component Guide for more information on xtypes and the Component hierarchy.", and...
  25. Thanks for the reply. I don't think I am over-nesting - you are not seeing the bigger picture which I've left out on purpose to help simplify the problem. There are other child containers and many...
Results 1 to 25 of 45
Page 1 of 2 1 2