Search Type: Posts; User: DiscoBoy

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thx for the confirmation that it should still be there! And indeed - when searching for tabpanels, I found that initialConfig was still populated. The problem seems to be related with my own...
  2. I was using in my ExtJS 4.0 code some functions that were checking (for instance) if a title was set in the config of a component. All initial configs were available in the initialConfig variable....
  3. Replies
    20
    Views
    3,063
    I finally made it starting to compile, at least I get some trailing comma warnings...
    But then, (3.1.1) suddenly stops with a "java.lang.OutOfMemoryError: Java heap space" error. I'm using it with...
  4. Replies
    65
    Views
    12,735
    Thanks, actually I tried this first but it wasn't working for me and caused another error somewhere...will check this..really annoying bug with FF18 and just 2 days before our release :(
  5. Replies
    65
    Views
    12,735
    Thx for these workarounds...but what if I use the compressed product version? We use ext-all-dev.js of course only for development...
  6. Replies
    20
    Views
    3,063
    Ok, very good to know that ANT 1.8.2 seems to be a requirement. The Eclipse version I use still ships ANT 1.71, so using a newer Eclipse might be a solution. I will try as soon as I find time. I...
  7. Replies
    20
    Views
    3,063
    I'm also having huge problems with Sencha CMD. From working with other jar files in ANT, I'm used to drop them into my repository structure (under version control) and add put a classpath for them in...
  8. The strage thing is then, that since 4.1 sometimes I have different models in the tree when inserting nodes later (Drag &Drop, etc). Is it planned to have more models and make use of model...
  9. Hello,

    after already tweaked my code a lot to get this working I noticed a new behavior in this issue with 4.1. I want to achieve a Tree, where the root of the TreeStore is of the model "MAP". All...
  10. I'm having the same problem with the convert functions in my model. I load it from an XML file with an AJAX proxy. The convert functions gets executed and manipulates my XML into the right format....
  11. Replies
    9
    Views
    3,049
    Hi Animal,

    thx for this tip. I'm having the same problem that with every new column creation (e.g. when sorting) a new ProgressBar instance is created. Do I understand your code correctly, that I...
  12. Replies
    13
    Views
    9,385
    Bah, I'm really dissapinted. This still doesn't work with ExtJS 4.X
    I must say this is shameful!
  13. Any solution in ExtJS 4.1? So many XML sources have namespaces...I can't believe ExtJS has no support for that....
  14. My problem is that I consume an XML from a remote server which puts a lot of namespace-prefixes in all the elements. An example is:



    In my XML reader I can't use ":"as this causes problems...
  15. I'm creating a TreePanel and set this as root:


    mapSource: {
    name: 'My test map',
    layers: [{
    name: 'My own layers',
    ...
  16. I'd like to export my current Tree to a JSON object which I can load again later. Getting the root node just delivers me the node, but not it's children. Is there an easy way like (like...
  17. Yes, this works now! You can try it with my example above as well! Thx for fixing this, then I can remove my temprary workaround :-)
  18. I was used to decorate my models in ExtJS 4.0 with additional data properties on the fly (Need this for tree nodes). When copying the decorated record a via b = a.copy() all of my decorations to a...
  19. Replies
    14
    Views
    3,809
    Actually I have the same problem with TreeStore in ExtJS 4.07. It never fires any update or datachanged event despite editing a record like you with


    rec.set('key', value);


    and also
  20. Got it! I had put "view" into the function arguments which didn't break anything in ExtJS 4.0 but in ExtJS 4.1.

    Ext.Loader.syncRequire('NAMESPACE.controller.views.' + Ext.String.capitalize(view),...
  21. I experienced this behavoir already in all previous versions. I have a syncRequire function that loads application controllers/views on the fly. This always worked with ExtJS 4.0 but never in ExtJS...
  22. The effect of this fixed sizes mean that the underlying div never gets resized. This leads also in the plugin to adjust with a wrong size in



    cmp.setSize(el.getPageBox());


    el.getPageBox...
  23. The sizes set in DOM do effect my plugin because after the first resize my DIV element with



    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;

    becomes
  24. Solved it now by unsetting the dom width/height after every resize! Not sure if this is the right way? ...


    // ExtJS 4.1 stamps the height & width into the DOM so we need to unset it...
  25. I have a problem with updating the size of an viewport like container. To make regions in my site behave like a viewport I use divs that are positioned absolutely with top/left/bottom/right styles. I...
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4