Ext: 4.x Beta

Page 35 of 43 FirstFirst ... 25 33 34 35 36 37 ... LastLast

+ Post New Thread

  1. Base.js - override example question

    See the override example from Base.js. The constructor returns an instance. Is this required? It works fine if the constructor has no return...

    Started by LesJ, 7 Feb 2012 8:01 AM
    • Replies: 6
    • Views: 1,560
    7 Feb 2012 1:15 PM Go to last post
  2. [4.1 beta 1] and [4.1 beta 2] combox wont hide when click a item

    combox wont hide after selecting a item (click) (works when clicking 3 or 2 times but i guess that not the behavior expected) 4.1-pr1 : works 4.1...

    Started by dedoz, 29 Jan 2012 2:17 PM
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 2,834
    7 Feb 2012 11:15 AM Go to last post
  3. [4.1 b2] TreeLoading - Concurrency Problem + Late Loading

    With loading the tree data from the back end I face two issues The TreeStore.load function is not concurrency save. How to separate the View...

    Started by enpasos, 28 Jan 2012 4:12 AM
    • Replies: 3
    • Views: 940
    6 Feb 2012 12:05 PM Go to last post
  4. Ext.draw - SvgExporter question

    I thought I had a pretty good understanding how singletons are implemented in Ext... but the drawing package has some advanced uses... .. take a...

    Started by LesJ, 6 Feb 2012 8:58 AM
    • Replies: 2
    • Views: 995
    6 Feb 2012 11:59 AM Go to last post
  5. grid filter- how to recalc number of records to show?

    I have a grid app in which I want to use filters. I am doing remote filtering. I initially load all the data into the store and it displays fine. I...

    Started by ironandsteel, 5 Feb 2012 9:01 AM
    filter, grid, remote
    • Replies: 7
    • Views: 1,708
    6 Feb 2012 10:29 AM Go to last post
  6. [4.1 B1]Bug in guaranteeRange

    Code: start = Math.min(Math.max(start - me.numFromEdge - ((me.leadingBufferZone - me.trailingBufferZone) / 2), 0), me.totalCount -...

    Started by Dengqiao Huang, 14 Jan 2012 2:22 AM
    • Replies: 2
    • Views: 896
    6 Feb 2012 8:08 AM Go to last post
  7. Ext loads too much code

    See the code fragment... the panel Header loads the Ext.draw.Component. The draw.Component requires pretty much the entire draw package. It...

    Started by LesJ, 6 Feb 2012 6:11 AM
    • Replies: 2
    • Views: 853
    6 Feb 2012 7:19 AM Go to last post
  8. Association function doesn't get created for hasMany model

    Hi It was working for 4.0.7, but doesnt work in 4.1.0 b2 I wonder if I need to do some extra setting for that. I have a Document model that...

    Started by whalethewise, 5 Feb 2012 9:58 AM
    • Replies: 2
    • Views: 880
    5 Feb 2012 10:12 AM Go to last post
  9. Little help with debugging?

    I've got a rendering bug that I cannot duplicate with an easy test case so I'm trying to debug it. The issue is a grid with 2 columns. standard...

    Started by James Goddard, 23 Jan 2012 12:24 PM
    • Replies: 8
    • Views: 1,277
    3 Feb 2012 11:54 AM Go to last post
  10. [4.1 b2] TreeNode - moved nodes - layout issue

    I moved nodes to a node (skillpilot) which was empty before. I get but it should be I already reported similar issues. This seams to...

    Started by enpasos, 1 Feb 2012 12:12 PM
    • Replies: 3
    • Views: 856
    3 Feb 2012 11:36 AM Go to last post
  11. [4.1b2] Ext.data.reader.Reader doesn't work with Models that have numeric field names

    Ext.define('MyModel', { extend: 'Ext.data.Model', fields: , proxy: { ...

    Started by lagnat, 26 Jan 2012 5:35 PM
    • Replies: 6
    • Views: 1,366
    2 Feb 2012 8:37 AM Go to last post
  12. Layout and resizing

    In 4.1b1 and 4.1b2 the layouts are not resizeable. Has no one seen that? for example: 1. border layout of viewport does not resize when I rezize...

    Started by TiloS, 2 Feb 2012 2:55 AM
    • Replies: 2
    • Views: 867
    2 Feb 2012 4:47 AM Go to last post
  13. ext codes error within iframe

    Each page renders fine (if you remove iframe from test1.html) but soon as you put iframe in the test1.html, error popups (happens in IE only) var...

    Started by rkim, 20 Jan 2012 1:36 PM
    • Replies: 2
    • Views: 901
    1 Feb 2012 2:13 PM Go to last post
  14. [4.1 b2] TreeNode - appendChild - dom update problem

    When appending a new tree node to the end of its siblings by parentNode.appendChild(node); the node is added nicely, but the dottet lines for...

    Started by enpasos, 1 Feb 2012 11:31 AM
    • Replies: 1
    • Views: 732
    1 Feb 2012 11:35 AM Go to last post
  15. [4.1 b2] TreeNodeModel save - iconCls empty

    I save a new treeNodeModell instance on the server. The success response ist returned as a JSON message with a field node.iconCls. However, when I...

    Started by enpasos, 31 Jan 2012 2:14 PM
    • Replies: 2
    • Views: 808
    1 Feb 2012 11:21 AM Go to last post
  16. [4.1 beta2] Infinite Scroller still has come problems.

    Some time If we scroll fast, loading mask won't disappear no logner, after debugging, I found the DataStore had requested twice or more for the new...

    Started by coderrr, 1 Feb 2012 7:17 AM
    • Replies: 1
    • Views: 648
    1 Feb 2012 7:27 AM Go to last post
  17. [4.1 daily build] ext-debug missing

    Why is ext-debug.js not in daily build but in beta-2? Please, make them equivalent in structure.

    Started by enpasos, 31 Jan 2012 1:43 PM
    • Replies: 1
    • Views: 861
    1 Feb 2012 6:15 AM Go to last post
  18. Namespace and Ext.define problem

    Hi Are there any changes for using Ext.namespace and Ext.define in 4.1? Could Ext.data.Store be extended? As it worked for me in 4.0.7, now I...

    Started by whalethewise, 30 Jan 2012 2:56 PM
    • Replies: 3
    • Views: 1,411
    31 Jan 2012 10:31 AM Go to last post
  19. need thorough discussion of buffered scrolling config and requirements (long!)

    I've not seen this discussed in a comprehensive way anywhere, and it seems like something that a LOT of developers want to do. Currently, I have my...

    Started by ironandsteel, 31 Jan 2012 9:39 AM
    buffered scrolling, filter, proxy, server, sort
    • Replies: 3
    • Views: 1,692
    31 Jan 2012 10:30 AM Go to last post
  20. Trying to convert infinte scrolling example for my purposes

    I'm having a real hard time transitioning from 4.0.7 to 4.1 beta 1 or 2. I have an app that totally works in 4.0.7 BUT- sometimes the scroller...

    Started by ironandsteel, 30 Jan 2012 9:45 AM
    • Replies: 7
    • Views: 1,680
    30 Jan 2012 3:15 PM Go to last post