Search Type: Posts; User: denisputnam

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Is it possible to download the source code to the Combination Examples, such as the Calendar app?
  2. Is there a tutorial on these shortcuts?
  3. How do I mark you post as the answer?
  4. Can someone explain the '->' notation in the code below and what it means?

    http://docs.sencha.com/extjs/4.2.0/#!/example/grid/infinite-scroll-with-filter.html


    var grid =...
  5. No, I have build 678. How do I get 971?
  6. I right-clicked on the Library under Resource in the Project inspector, but it did not ask me to download. Where do I do that in Architect app?
  7. Right now it seems to be pointing to 4.1.
  8. I am using Architect for ExtJS and I notice that the autoscroll feature only displays briefly in safari and not at all in chrome. Is there a way to force the autoscroll to display in all the...
  9. I see how that calls the one in the store.Users.js, but how does that end up calling the one in view.user.list.js?
  10. When the app.fireEvent() gets called to fire the event in the departments controller, how does sencha know to associate/call the view.user.List
    filterUsersByDepartment? This relationship is not...
  11. My apologizes, I should have included the departments controller.


    Ext.define('AM.controller.Departments', { extend: 'Ext.app.Controller',


    config: {
    stores: ['Departments'],
  12. Can someone tell me how the filterUsersByDepartment() function gets assigned as a handler to a grid when the user clicks on a row in the grid? I am looking at the sample code that I downloaded from...
  13. The application works when I run it on localhost:8080. It just doesn't populate when I run it in the debugger.

    Do you think it be because it can't find the ./data directory?

    This is one of the...
  14. Hi Scott,

    I used /usr/local because that is where my apache server is installed. I was working with the code directly in the apache directories. I have since recreated my application in my...
  15. I am using IntelliJ to debug ExtJs for my app and I am getting the following errors. This causes no scripts to load into the browser (Firefox because that seems to be what IntelliJ wants), so I get...
  16. Replies
    10
    Views
    584
    Much better. I got it to generate the app, but now I am getting this on the build:


    Deniss-MacBook-Pro:MyApp denisputnam$ sencha app buildSencha Cmd v3.0.2.288
    [INF]
    [INF] init-properties:...
  17. Replies
    10
    Views
    584
    I tried this:

    sencha app build
    Sencha Cmd v3.0.2.288
    [ERR] Please ensure this command was executed from a valid application directory
    [ERR] Unable to locate 'app.dir' config property from...
  18. Replies
    10
    Views
    584
    Okay, so I now have the Sencha Cmd. Can you point me to the link for the command line reference?
  19. Replies
    10
    Views
    584
    Hi Mitchell,

    When you say sencha cmd, can you be a bit more specific? Is this something I need to download? If so, can you provide me the link? If it is a specific command line syntax, can you...
  20. Okay, so I see this which explains the "userlist" reference. So do all the panels, grids, and so forth inherit from the Ext.view.View component? How does one know that the xtype should be dataview...
  21. Replies
    10
    Views
    584
    So this is what I did. I am still getting the error. It doesn't recognize the SDK.

    cd /usr/local/apache-tomcat-7.0.26/ext-4.1.1a
    Deniss-MacBook-Pro:ext-4.1.1a denisputnam$ sencha
    [WARN] The...
  22. Replies
    10
    Views
    584
    I have downloaded and install the extjs code into /usr/local/apache-tomcat-7.0.26/ext-4.1.1a directory on my MAC. I have also installed the /Applications/SenchaSDKTools-2.0.0-beta3 tools.

    I also...
  23. I was interested in the userlist dataview. I don't know where the dataview is. It is not specified anywhere in the code. Is this something to do with the viewport? What is the dataview?
  24. Perhaps you help me understand something. Below in the controller code I see in the refs section 'usertlist' that is also referenced in in the init function, so this sort of makes sense to me. ...
  25. I found them. So do I want to handle the "edit" event?
Results 1 to 25 of 50
Page 1 of 2 1 2