Sencha Architect 2.x: Bugs

Page 52 of 62 FirstFirst ... 2 42 50 51 52 53 54 ... LastLast

+ Post New Thread

  1. Cannot populate the grid/store as the order returned from server

    Hi guys, How to populate a store as the order returned from server. I find the present default data in grid is disordered. Why? It's the...

    Started by metas, 26 Mar 2012 2:34 AM
    • Replies: 1
    • Views: 610
    26 Mar 2012 8:28 AM Go to last post
  2. [FIXED] Error on Save

    Using .337: Selecting save always results in this error: This error began after the Designer trial period ended and this error occurred on the...

    Started by jonny@nnu.com, 24 Mar 2012 8:12 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 1,484
    26 Mar 2012 8:18 AM Go to last post
  3. [FIXED] Pull Refresh Plugin Problem

    I dragged in a Pull Refresh Plugin and it crashed my designer. Upon restarting designer I updated to 311 and now I cannot interact with the Plugin...

    Started by ikim, 9 Mar 2012 1:56 PM
    • Replies: 8
    • Views: 1,327
    23 Mar 2012 9:26 PM Go to last post
  4. [FIXED] Designer 2 build: 288 and ST Beta 3 Viewport autoMaximize

    What would be the best way to set the viewport to autoMaximize: true with designer? I've tried adding 'Ext.Viewport.setAutoMaximize(true);' to the...

    Started by aoathout, 19 Feb 2012 12:47 PM
    • Replies: 6
    • Views: 1,671
    23 Mar 2012 2:46 PM Go to last post
  5. [FIXED] Designer 2 crashes when select picker in project inspector

    Designer 2 crashes when I select the picker component of the Ext.field.DatePicker in the Project Inspector window. Puts up 'TypeError: 'undefined'...

    Started by KeithBurns, 20 Mar 2012 2:37 AM
    • Replies: 5
    • Views: 697
    23 Mar 2012 2:45 PM Go to last post
  6. [FIXED] Indentaion lost after restart

    If you use /* these kind */ of comments in code, all indentation in the function will be lost on next start of Designer. Steps to reproduce: ...

    Started by joostvanhassel, 23 Mar 2012 1:05 PM
    comments, indent, indentation
    • Replies: 0
    • Views: 254
    23 Mar 2012 1:05 PM Go to last post
  7. Only singleton model for store can be used in designer2 property settings

    Hi people, In my project, we'll have n view instances(defined with one same class) and n store instances(defined with one same class) mapped to...

    Started by metas, 22 Mar 2012 11:53 PM
    • Replies: 1
    • Views: 368
    23 Mar 2012 5:19 AM Go to last post
  8. [FIXED] Report syntax error when there's a "return" in Basic Function

    getActiveTab: function() { return this.getTabPanel().getActiveTab(); }

    Started by metas, 23 Mar 2012 1:25 AM
    • Replies: 1
    • Views: 352
    23 Mar 2012 2:25 AM Go to last post
  9. Question [CLOSED] Cannot add additional function for init() function in a controller

    init: function() { this.control({ ... //Designer2.x support coding here now. }); //But...

    Started by metas, 14 Mar 2012 11:38 PM
    requirement
    • Replies: 7
    • Views: 1,420
    22 Mar 2012 10:11 AM Go to last post
  10. Exclamation [CLOSED] TypeError: 'null' is not a constructor (evaluating 'new c(a[0])') with blank project

    1- I start a blank new EXTJS 4.0 project with Sencha Designer 2 Build: 311. 2- I drag a Store in "Stores" 3- I save and deploy I get TypeError:...

    Started by junkw, 20 Mar 2012 12:29 PM
    • Replies: 4
    • Views: 749
    21 Mar 2012 7:06 AM Go to last post
  11. "Deploy" won't overwrite a previous version in the deploy directory

    "Deploy" will not export the current version of my project if there are any files in the deploy directory. While this safeguards against overwriting...

    Started by jpwible, 14 Mar 2012 1:32 PM
    • Replies: 7
    • Views: 4,218
    20 Mar 2012 1:12 PM Go to last post
  12. [FIXED] adding fullscreen:true to view = blank in designer.

    Hi, If you have a view and add fullscreen:true it will go blank in the designer. Everything works fine when browsing but in designer it is blank?

    Started by hotdp, 16 Mar 2012 12:22 AM
    • Replies: 4
    • Views: 1,124
    20 Mar 2012 12:51 PM Go to last post
  13. [CLOSED] 311 isn't deploying the "view" and UI components

    Upgraded to 311, and I'm noticing that when a project is deployed, the "view" level JS files contain what used to be in the UI level code (calling...

    Started by jpwible, 9 Mar 2012 1:49 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,228
    19 Mar 2012 1:49 PM Go to last post
  14. [FIXED] Designer does not store functions with exported components

    Hi all, When I export a component and then import it into another project, the Basic Functions do not appear with it. The event handlers do come...

    Started by badgerb1, 27 Feb 2012 2:08 PM
    • Replies: 5
    • Views: 854
    19 Mar 2012 1:37 PM Go to last post
  15. [FIXED] Sencha Designer 2 - Unable to sign in on Ubuntu "A communication error has occured."

    When I attempt to sign in with Designer 2 on Ubuntu, I get the error "A communication error has occurred". I am able to sign in on my laptop...

    Started by djcode, 31 Jan 2012 12:33 PM
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 3,704
    19 Mar 2012 10:07 AM Go to last post
  16. Gridpanel column editor config object

    Hi, I have a grid panel with a row editor. I can set the editor for a column to a 'combobox'. I should be able to specify a config object to...

    Started by gatherworks, 18 Mar 2012 10:48 AM
    • Replies: 3
    • Views: 709
    19 Mar 2012 12:57 AM Go to last post
  17. Much inconvenient to encapsulate a new component when extending from one in ext lib

    1, No function list to choose and overriding. Which could be similar to "events" tab. 2, Cannot support coding in constructor "initComponent()"

    Started by metas, 16 Mar 2012 1:15 AM
    • Replies: 4
    • Views: 840
    18 Mar 2012 10:36 PM Go to last post
  18. [FIXED] I cannot add "handler" function to Action Column Item

    I cannot add "handler" function to Action Column Item since i update to build 311 of Sencha Designer...The "plus" icon next to handler is...

    Started by almoc123, 9 Mar 2012 1:05 PM
    • Replies: 2
    • Views: 1,060
    16 Mar 2012 12:20 PM Go to last post
  19. Question [FIXED] Sencha Designer 2.x (preview) vs. Ext Designer 1.x (trial)

    Hi folks, today I installed Sencha Designer 2.x (preview) using the Unix x64 version. I also have an old Ext Designer 1.x (trial) installed,...

    Started by ewi-stoe, 7 Nov 2011 2:33 AM
    designer, trial period expired
    • Replies: 3
    • Views: 798
    16 Mar 2012 1:51 AM Go to last post
  20. [OPEN] Chart qtips dont work as expected.

    Setting this in graph's tips property: {trackMouse: true, width: 140, height: 28, renderer: function(storeItem, item) {...

    Started by ssamayoa, 15 Mar 2012 7:16 PM
    • Replies: 1
    • Views: 608
    15 Mar 2012 9:25 PM Go to last post