Search Type: Posts; User: pdm

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. sorry, I found an existing report
    http://www.sencha.com/forum/showthread.php?263556-Ext.data.proxyAjax-An-autogenerated-constructor-with-failures-Sencha-Architect-2.2

    closing this thread
  2. Version: 2.2.2 Build: 971
    Touch 2.1.x project
    OSX 10.8
    start a new Touch 2 project
    add a store (any kind)
    click MyAjaxProxy
    click Event Bindings add button in config
    choose any event...
  3. Replies
    1
    Views
    297
    Architect v 2.1.0 build: 678
    ExtJS 4.1

    SA adds 'region' to floating panel inside a border layout.

    1. add a panel to Views
    2. set it to border layout
    3. add a child panel; it gets region:...
  4. There was a problem with that approach - sometimes the stack would be emptied when it shouldn't by going back and forth between one view and homepage. Also any views added before would stay in memory...
  5. Thanks. After some hacking this is what I have:


    onNavigationviewActiveItemChange: function(container, value, oldValue, options) {
    if (value.xtype == 'homepage'){
    ...
  6. No, I need the homepage to no longer have a back button. I want to reset the navigation view so that homepage is the first.

    If I just pop to homepage, login is still at [0] and 'back' button is...
  7. thanks Mitchell

    The problem is I want to reset() to a different point once logged-in. Simplified example:

    [0] login
    [1] homepage
    [2] record

    on 'record' I have a button 'done', where I want...
  8. We've done something similar by overriding the rest proxy. Here's a cut-down example:


    Ext.define('my_app.data.proxy.Rest', {
    override: 'Ext.data.proxy.Rest',


    buildUrl:...
  9. I'm trying to use Ext.navigation.View to present a login panel for first-time users, followed by a 'home page' panel. Then the user goes through a series of steps, and at the end, is taken back to...
  10. Replies
    7
    Views
    1,195
    I have set height/width but I don't see that there is x, y or position config properties on a floating panel/formpanel.
  11. Replies
    0
    Views
    193
    I'm trying to create a 'pop-up window' from a tab that stays with that tab.

    I've tried using window on the viewport and a floating panel inside the tab view. Both stay in front when switching...
  12. Replies
    7
    Views
    1,195
    I still have the same issue as @cweirich in Architect 2.1.0 build 637
  13. Replies
    12
    Views
    2,140
    Could be, but I have also reproduced the issue several times in Architect:
    1. New Project > ExtJS 4.1.x
    2. Add container
    3. Add textfield to container
    4. set width on textfield to '100'
    5....
  14. Replies
    12
    Views
    2,140
    Chrome 21.

    Your JS fiddle works fine. I tried exporting the project and viewing in Chrome and it's fine. I restart Architect and reload the project and it's fine. But my original converted...
  15. Replies
    12
    Views
    2,140
    I am using Sencha Architect 2.1.0 Build 584 (the latest) and all my screenshots are from that, but the issue also appears in the browser when loading from...
  16. Replies
    0
    Views
    150
    I want to create reusable components in Architect with parameters on them. For example, a container with a button and some html content next to it. Then I want to re-use that component with different...
  17. Replies
    12
    Views
    2,140
    here it is in 4.0.7 - this is what I want
    38009

    in all my screenshots I have selected the textfield. In the following under 4.1.1 you can see the input element inside the textfield component is...
  18. Replies
    12
    Views
    2,140
    Here's what 200 looks like. Also I set labelWidth to 0 and Label to nothing and hideLabel to true.

    @Scott please clarify. What is the fieldWidth? Had this behaviour changed since 4.0.7?
  19. Replies
    12
    Views
    2,140
    I'm not sure if this is a bug or a change since updating my project 4.0.7 to 4.1.1

    I want to add fixed width text fields in a container with hbox layout . As soon as I add a width value, the input...
  20. Sencha Touch version tested:

    1.1.1
    Platform tested against:

    iOS 5.x
    iOS 5 Simulator
    Chrome
    Description:
  21. I'm using Sencha Architect and git together. It's annoying how the metadata folder is so often changed by unimportant things like "expanded" in the project inspector. This is not a functional change...
  22. Replies
    2
    Views
    692
    REQUIRED INFORMATION
    Architect Build tested:

    Build: 442
    Project Type:

    ExtJS 4.x
    Description:

    Pressing Esc key in code editor inserts an invisible character which is then shows the line...
  23. Replies
    6
    Views
    1,481
    You may just want to filter the grid:


    onTextfieldChange: function(field, newValue, oldValue, options) {
    var grid = field.up('gridpanel');
    grid.store.clearFilter();
    ...
  24. Replies
    4
    Views
    740
    Going to Help > Changelog opens http://www.sencha.com/products/architect/changelog/ which seems to be 404
  25. Replies
    1
    Views
    472
    When filling out a sencha touch form on iPhone, you get the usual keyboard with Previous, Next and Done buttons on it for text input fields. However, touch uses it's own control for comboboxes, dates...
Results 1 to 25 of 42
Page 1 of 2 1 2