Search Type: Posts; User: vtswingkid

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. I just noticed that the generated files are dual licensed.
    GPL and/or commercial. This is starting to get sticky.
    Anyway, I am contacting Sergie regarding a commercial license.
  2. Isn't everything rendered serverside? What difference does it make what client I use?
  3. I built the project in netbeans and I still generate the pink boarders for windows...

    Instructions for replication.
    1) Choose Gray Theme
    2) Click Reset
    3) Click Apply
  4. Well I built the project with netbeans and I am still getting the pink frame on windows only.

    I guess I'll start learning about the application now. And yes, when I downloaded the theme it did...
  5. iv_ekker: Great project. It has come a long way since I last looked at it in September. Is this going to be turned into a community project and hosted somewhere like google?

    I too am seeing the...
  6. In the function toggleSourceEdit:
    "ls" has been change from a global to a var.
    this changes the previous functionality...maybe ls should be a property "this.ls" assuming "this.setSize(ls)" is...
  7. sorters looks fine to me on the svn branch but maybe they fixed it.
  8. If the tab key is pressed in IE 4 spaces are inserted.
    In firefox 3.6 the tab changes to the next element.

    http://www.extjs.com/deploy/dev/examples/form/dynamic.html
  9. Here is some more information...I tried it with your version before I upgraded and still had the same results.

    I wonder how we are different. My coworkers pointed it out. It has been revealed on...
  10. This is strange and I am only seeing it in firefox. Some characters are getting chopped when a field is disabled (or extremely faded). Disabling the opacity: 0.6 brings it back.

    Try the example...
  11. view.layout is assigned to the event "bodyresize" in function "afterrender"

    and

    it is called in function "onResize"




    afterRender : function(){
  12. Were you able to replicate it based on my example?
  13. Simply creating the treenode before inserting it reproduces the insert problem. See the modified example below.


    Ext.onReady(function(){
    var tp = new Ext.tree.TreePanel({
    ...
  14. I haven't tested this for moving existing nodes.
    But for new nodes inserting ends up appending the way it is.
    I think if it already exists it would have a parentNode.
    If it were new it wouldn't.
    ...
  15. Replies
    129
    Views
    32,757
    Maybe we should start complaining about the release of the next bug fix in anticipation 3.1.1 when will we get it!? haha. Don't be too hasty 3.1 means new features and new bugs...I would rather get...
  16. Replies
    129
    Views
    32,757
    Yeah I am waiting for the getComponent fix. Supposedly it fixes deleteing tabs and activation.
  17. I don't see how changing anything in getComponent fixes anything. Maybe there were more changes I'll wait and see I guess.
  18. Replies
    129
    Views
    32,757
    RANT: I have convinced two companies to purchase commerical(team) licenses for 3.x prior to its release. But almost a year later they still can't get a bug free version. You guys are sitting on bug...
  19. For those of us that don't have svn can we get the override fix for getComponent?
    Also, I think you should release this in 3.0.4.
  20. I just started using this extension. There are no function overrides for onEnable and onDisable to modify the new UI components. So simply add them, good luck.
  21. Animal: Yuck, Eye sore. But whatever floats their boat.

    Nice tool. Yeah, just add some more customization options. Background, Gradients/Direction, Categories - ex. Title Bar, Body, Tool Bar,...
  22. Replies
    49
    Views
    10,233
    Agree with SeiginoRaikou. I hold several Ext 3 commercial licenses and I wish I could get more frequent bug fix releases. But I suppose when you have the best product you can do whatever you want. ...
  23. Yes, I tried that too...which is why I was unable to come up with a quick example in a short amount of time. I guess you would have to define the grid with an empty columnModel({}). Then use metaData...
  24. I am time limited. My application makes use of a grid that builds its headers off of meta json data, and 1 field is autoExpanded. In short the above function returns NaN to getTotalWidth which is...
  25. If autoexpand is used and width is left undefined for that column bad things happen.
    Adding || 0 makes it happy.

    Ext.override(Ext.grid.ColumnModel,{
    getColumnWidth :function(col){
    ...
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4