Ext: Discussion

Page 398 of 422 FirstFirst ... 298 348 388 396 397 398 399 400 408 ... LastLast

+ Post New Thread

  1. Question Learning path for Ext 4?

    Hi, I am a backend dev (RoR/ .Net) who needs to move to front end dev and my team decided that we would use Ext. The question is: Where do we...

    Started by AlainP, 15 Apr 2011 7:07 PM
    newbie
    • Replies: 6
    • Views: 2,011
    16 Apr 2011 5:28 PM Go to last post
  2. MVC App - defining non-MVC components with loader

    Hi there, I've started using the MVC structure for my application (fantastic btw!) I was wondering, with this structure I have a custom proxy...

    Started by 4CastRisk, 16 Apr 2011 4:37 AM
    • Replies: 3
    • Views: 926
    16 Apr 2011 11:29 AM Go to last post
  3. Ext.Loader and Firebug scripts tab

    Now that Ext.Loader is working correctly, I've noticed that none of the scripts loaded dynamically by Ext.Loader show up in the Scripts tab in...

    Started by azuroff, 15 Apr 2011 3:05 PM
    • Replies: 3
    • Views: 1,110
    15 Apr 2011 3:55 PM Go to last post
  4. Column event headerresize not working?

    I am trying to write a plugin that reacts on resizes of grid columns: Ext.define('Ext.ux.plugins.SqueezeHeaderPlugin', { alias:...

    Started by stephen.friedrich, 15 Apr 2011 7:07 AM
    • Replies: 2
    • Views: 553
    15 Apr 2011 2:11 PM Go to last post
  5. Can't get a reference to all the checkboxes under a checkboxgroup

    First I add checkboxes like this.down('checkboxgroup').add(checkboxesArray); where this is a panel. Then I later attempt to get a reference...

    Started by kai5263499, 15 Apr 2011 7:47 AM
    • Replies: 1
    • Views: 755
    15 Apr 2011 12:12 PM Go to last post
  6. ScriptTagProxy not taking extra params

    It looks like in 4, you use extraParams to define additional params for a JSONP URL, but for some reason, I don't see them in the debugger which...

    Started by locutusUT, 14 Apr 2011 4:26 PM
    • Replies: 3
    • Views: 1,354
    15 Apr 2011 11:43 AM Go to last post
  7. Question ColumnModel in Ext JS 4

    Hi, I am wondering how to instantiate a ColumnModel of a GridPanel in Ext JS 4? Is this not implemented currently or do I have to use another...

    Started by matteoli, 10 Mar 2011 2:13 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 9,601
    15 Apr 2011 11:01 AM Go to last post
  8. getBBox - why always recalculated?

    Why getBBox() for Sprite or CompositeSprite is always recalculated from scratch? This looks like an expensive operation. I think the BBox should be...

    Started by LesJ, 15 Apr 2011 9:11 AM
    • Replies: 1
    • Views: 533
    15 Apr 2011 10:47 AM Go to last post
  9. Ext.onReady() vs Ext.app.Application.launch()

    Now that both of these functions are available and seem to do the same thing (execute code once the page has loaded), is there a recommended best...

    Started by azuroff, 15 Apr 2011 9:15 AM
    • Replies: 1
    • Views: 2,802
    15 Apr 2011 9:31 AM Go to last post
  10. Gridpanel does not resize height upon data reload

    Ext JS 4 Beta 2 I have this gridpanel into which I add data using a form. The problem is that after a new record is inserted and I load the store,...

    Started by sureshmalankar, 12 Apr 2011 7:42 AM
    • Replies: 2
    • Views: 1,176
    15 Apr 2011 8:37 AM Go to last post
  11. [B3] Property Grid - is it possible to use a proxy with a writer?

    Is it possible to attach a custom store/proxy with a writer to the new Property Grid? I cannot understand how to do it and the documentation doesn't...

    Started by eja40, 14 Apr 2011 12:46 PM
    • Replies: 1
    • Views: 437
    15 Apr 2011 8:35 AM Go to last post
  12. File upload button in toolbar

    I want to put file upload button in a toolbar and make it look like other toolbar buttons. I made a formpanel and put it to a toolbar like regular...

    Started by nee, 15 Apr 2011 6:51 AM
    • Replies: 0
    • Views: 957
    15 Apr 2011 6:51 AM Go to last post
  13. Question Hide Column Headers in GridPanel in Ext4 ?

    Hi, I was working on something in Ext3 and I was able to hide the columns. What I think I was doing before was leaving the headers out of the...

    Started by Neilcoder, 14 Apr 2011 6:43 AM
    • Replies: 6
    • Views: 2,264
    15 Apr 2011 6:26 AM Go to last post
  14. Scatter Charts -> Overlaps / Intersections

    hi team and community, i did not have time to play with the charts yet. is it possible to create visual intersections like in the following...

    Started by tobiu, 15 Apr 2011 2:02 AM
    • Replies: 1
    • Views: 1,016
    15 Apr 2011 2:19 AM Go to last post
  15. Question Clearing a Store with MemoryProxy

    Hi there, I was wondering what the best way is to clear a data store that uses a memory proxy. I'm currently doing store.data.clear();...

    Started by n3rd, 14 Apr 2011 11:50 PM
    • Replies: 2
    • Views: 486
    14 Apr 2011 11:57 PM Go to last post
  16. Theming / styling and IE vs. other browsers

    I've been tinkering around in the Ext Sass source files, and although it's incredibly easy to make sweeping changes in non-IE browsers, it still...

    Started by chinabuffet, 14 Apr 2011 9:49 AM
    • Replies: 1
    • Views: 467
    14 Apr 2011 8:06 PM Go to last post
  17. Ext.Direct start limit?

    ok, i'm killing myself here. I've been trying to rework a simple grid w/ ext direct to the ext4 way, but i can't get it to pass the start/limit...

    Started by jimmifett, 14 Apr 2011 1:05 PM
    • Replies: 3
    • Views: 1,229
    14 Apr 2011 8:00 PM Go to last post
  18. To handle the selection of grid row

    To handle the selection of grid row I was using the rowselect event of RowSelectionModel in v3.3. In v4.0, What event of what object should I...

    Started by mashiki, 14 Apr 2011 4:46 PM
    • Replies: 3
    • Views: 1,074
    14 Apr 2011 7:57 PM Go to last post
  19. Ext.data.Node missing

    As of Extjs 4.0 beta 2 it seems there is no acutal Ext.data.Node in the ext-all-debug.js file... It is in the API docs and you can "view the code"...

    Started by nkremer, 14 Apr 2011 8:43 AM
    • Replies: 2
    • Views: 630
    14 Apr 2011 3:50 PM Go to last post
  20. Centering Form

    I have a View Port with a Border layout set to fill. Within that I add a basic form to the center region. How do I center the x and y of this...

    Started by wizkid, 13 Apr 2011 5:26 AM
    • Replies: 1
    • Views: 404
    14 Apr 2011 2:56 PM Go to last post