Search Type: Posts; User: worthlutz

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    483
    Given the above situation, I think that going into Architect and in your controller adding the config item "listConfig" in Architect and making it an object (the icon on the left of the config item)....
  2. I don't see how to do this. The proxy exception does not get called.

    EDIT: I figured out the problem with the proxy exception. See comments at end.

    If I use the following store call:


    ...
  3. Replies
    3
    Views
    192
    Yes, I realize that but it worked when tested with the loader and crashed during the build. I would expect consistency. :)



    Yes but this is a dynamically built model. If the data structure...
  4. Replies
    3
    Views
    192
    I had the following fatal error with "sencha app build testing" after getting my application to work with the loader:



    ...

    [INF] Loading classpath entry...
  5. Replies
    5
    Views
    404
    I never claimed it made sense. :D This is Black Magic!

    Adding the third party js to the classpath was what allowed my application to build. Otherwise the build process never sees the js in those...
  6. What is happening when you upgrade is that Cmd tries to rebuild app.js.

    The "generated" part is created by Cmd and the "custom" part is yours.

    Just remove the generated part and you code will...
  7. Here is more information from a build with the --debug option. Ideas anyone?



    ...
    [DBG] optimizing code for /media/share/Sencha/projects/other_libs/OpenLayers-2.12/tests/data/osm.js
    [DBG]...
  8. Replies
    0
    Views
    87
    I just moved the Project Inspector to the left side today. Now I do not have to keep dragging the top of the Config up and down to see either more of the Config or more of the Project Inspector.
    ...
  9. Cmd is all Black Magic to me!

    It took 3-4 hours of experimenting but I solved the mystery.

    After finally starting over with my upgrade and running

    sencha app upgrade -noframework
    a merge...
  10. Replies
    5
    Views
    404
    Did you figure it out? It is Black Magic!

    Not really, you just need to add the libraries to several places.

    First put it in your index.html:



    <!DOCTYPE HTML>
    <html>
  11. I have a Sencha Architect project which used to build. I upgraded both Architect and Cmd.

    OS: ubuntu 12.04

    sencha app build testing - this works

    sencha app build production - this FAILS...
  12. And where in Architect would we do this?

    I think I've pushed every button and menu item twice now.

    Thanks,
    Worth
  13. Aaron,

    Are you fixing "createAlias" to where it will work on top level components and not just child instances?

    Will we be able to use it for models and stores?

    My use case is in a Cmd...
  14. I see you are using a newer version of both Architect and Cmd. As I am in the final stages of a project, I am hesitant to upgrade at this point. I hope you find the problem and report here for the...
  15. You have to copy app.js before you run "sencha app build". You may have done that but I thought I'd mention it.

    Does it work when you run it from the app directory before running "sencha app...
  16. Try again creating your application outside of your sdk directory. it looks like you are not creating a valid working project directory.


    cd ~
    mkdir projects
    cd projects
    sencha -sdk...
  17. There is not enough information on what you have done to know what the problem is.

    What I generally do is create an app with


    sencha -sdk /path/to/sdk generate app MYAPP /path/to/MYAPP
    cd...
  18. Sorry, I do not know about that file.

    If nobody else responds with the answer, try starting a new thread and post copies of the actual error.

    Worth
  19. REQUIRED INFORMATION
    Ext version tested:

    Ext 4.__2__ rev ____
    Browser versions tested against:

    __chrome__
    Description:

    I am using Ext.tab.Bar to create a full page width TabBar without...
  20. And it works good!

    NOTE: If you have a top level item in the inspector, createAlias does not show up. Child items will have this config property.

    For example, drag a toolbar to the view area....
  21. It looks like you are on Windows. I am using Ubuntu so may not be able to help. Check that you have everything installed in the correct places.

    One problem I had related to permissions on the...
  22. Replies
    3
    Views
    174
    I admit that I do not know how ant works or the build process. It is a black box to me. I've just experimented a bit with how to set up my directories and links so all I have to do is "sencha app...
  23. Replies
    3
    Views
    198
    Is there a place in the documentations which defines what all the different files are?

    Could someone who understands the structure help put together a .gitignore file for the workspace to keep...
  24. Keep up the good work. The Design View is Architect's best feature.

    Thanks again,
    Worth
  25. I'm glad to see you figured it out.

    It took me a while to figure this out as well. When you run on the bleeding edge you have to figure things out without documentation. Just keep asking...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4