Search Type: Posts; User: dfoelber

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Hi,

    Thanks for the feedback! That definitely is not right, I made a ticket for the issue.
  2. Hi,

    Yes, Architect 2.2 allows for this functionality.

    http://docs.sencha.com/architect/2/#!/guide/config_panel-section-8
  3. Hi,

    In Architect 2.2, you are able to assign variables in configs using processConfig for extjs or initialize for touch.

    http://docs.sencha.com/architect/2/#!/guide/config_panel-section-8
  4. Hi,

    Sorry for the delay. This config should allow multiple types as some of our other configurations do. I'll make sure this gets addressed sooner.
  5. You can place a processConfig on the text field. It will look a little like this:



    me.processMyTextField({
    xtype: 'textfield',
    anchor: '100%',
    fieldLabel: 'Label',
    ...
  6. Hi,

    This issue is now fixed and will be included in the next update.

    Thanks again for the feedback!
    - David
  7. Replies
    2
    Views
    120
    Hi,

    createClass is allowed on instances like drag drop plugin and selection models (basically, anywhere we use Ext.create instead of an xtype in the code generation).

    -David
  8. Hi,

    You can add a process config function to your window to set the title.

    There is a guide here: http://docs.sencha.com/architect/2/#!/guide/config_panel-section-8
  9. Hi all,

    This issue has been fixed and will be included in the next autoupdate.
  10. Hi,

    In general (and this use case), I would recommend using processConfig over an override. I find it to be cleaner and easier to manage. The downside with processConfig is that it only occurs in...
  11. Ah, well that definitely looks like we are not honoring those states. I'll file the bug and get it fixed. Thanks!
  12. Hi,

    If you take a look in the .architect file in your project folder, does it show expanded states for the nodes?

    Here is a .architect file with the first node retracted. If it is expanded, the...
  13. Replies
    2
    Views
    142
    Hi,

    You can either create the store as a top level component and reference it as a string, or use initialize() on the list to set the store as another type.
    ...
  14. Replies
    12
    Views
    816
    Hi boonkerz,

    At first glance, you seem to be doing the process config part correctly. Where do things break down for you?
  15. Replies
    10
    Views
    1,591
    Hi ismoore,

    The syncRequired() approach should work if you override and use the controller's init() function. Your path looks correct, so that shouldn't be the problem.

    Here are 3 things that...
  16. Hi,

    What is displayed in the command window? Does it provide an error code?
  17. Hi,

    Exit code 3 denotes an I/O error. I would guess that it has something to do with your android sdk or certificate path missing/invalid permissions/etc. You should also check/ask in the Cmd...
  18. Hello Fabián,

    The next major release, 2.2, will allow you to set those configs dynamically without the need of an override. Currently, creating an override is your best option. Sorry for the...
  19. Concerning the second point, our JogWithFriends example might help you.

    https://github.com/SenchaArchitect/JogWithFriends

    The backend is node.js and not rails, but hopefully it will answer some...
  20. Hi,

    It is not possible to lock an unlocked file at the moment, but will be possible in the future.
  21. Hi,

    This config will be included in the next autoupdate.
  22. Replies
    1
    Views
    461
    Thanks for the feedback! This issue has been resolved and will be included in the next update.
  23. Replies
    11
    Views
    1,919
    Hi,

    Our ExtFeedViewer example (https://github.com/SenchaArchitect/ExtFeedViewer) performs a similar import with PreviewPlugin. Here are the basic steps:
    Copy the plugin to your project root
    ...
  24. Hi,

    A fix has been put in to handle these cases more gracefully, it will be included in the next update.
  25. Thanks for the feedback! This issue has been resolved and the fix will be included in the next update.
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4