Search Type: Posts; User: Qarea

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Actually reproduced too, and causes lots of errors in console


    Any news on this bug? Is double call to reconfigure a safe fix?
  2. Not fixed in ExtJS 4.2.0 GA

    Possible fix described in startpost now produces error:
    TypeError: el is null ext-all-dev.js Line 26783
  3. Reproduced in simple example:


    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Test extjs project</title>

    ...
  4. No errors in console, issue reproduced in FF10 FF17 FF20 Opera12 IE10

    Attached images
    1 open first object, grid displays correct data
    2 open second object, grid display is broken. You can also...
  5. I have simple grid
    {
    xtype: 'grid',
    autoScroll: true,
    columnLines: true,
    flex: 1,
    columns: [],
    store: new Ext.data.Store({ fields: {} })
    }
  6. Another related issue. After 4.2 update I'm getting
    TypeError: oldGroupCache is null ext-all-dev.js Line 155194 (155194 out of range 150456)

    every second time when opening grouped grid. Ie all...
  7. Any news on this issue?
  8. Sample1 reproduced with ExtJS4.2

    Sample2 is broken - cant move to button1 button2 by keyboard
  9. I've used Extensible lib only minor times, but cant see why its incompatible with sencha cmd, have you tried to add extensible-1.5.1/src/ to classpath and try to compile?

    Although note my post...
  10. Probably you have to include Extensible src in classpath , or include it togather with ext-all.js
  11. Yes. Not sure that same possible for sencha app build, but only for scripts this command is working perfectly:
    sencha compile exclude -file **/extjs/src and concat -compress ../web/app-all.js
    ...
  12. Can anybody explain why running sencha compile .. from sencha app dir and from custom dir (with all same paths) for same set of files produces different output file ?
  13. Thanks. Loading of all this js files - models stores views and controllers - solved by 'If a store is going to use a model, that store should require the model' for two stores
  14. Maybe you mean what is in index.html in x-compile section ?
    By default there was ext-dev.js , changed to ext-all-dev.js - nothing changed in output


    I'm using probably 90% of extjs components,...
  15. Thanks, this and some other models were not required in some stores and views.

    Should I always require models and stores that described in views stores models controller config sections ?

    ...
  16. When running sehcna app build I can't specify extjs build , but both of them are in extjs sdk
  17. I didn't spent lot of time on this before, its stupid work to rename {style:{float:..}} properties, router.goto methods and etc, but I had to do it and finally built app-classes.js. And only to get...
  18. I have huge extjs4 app started two years ago, now trying to import it to sencha cmd project
    Generated new application witn sencha cmd, replaced app folder with my code, disabled autoloader

    With...
  19. I have application that uses three independent ext applications (huge main application, login form, less featured alternate application). If run sehcna app build for each I'll get 3 huge...
  20. Even if using
    sencha app compile -e testing , where code is not compressed only concatenated, I'm getting

    [INF] -before-page:
    [INF]
    [INF] -page:
    [INF] Compiling...
  21. I've created new sencha application , replaced app dir with my app , and trying to run

    sencha compile concatenate -uglify out.js
    from app dir. And still getting yui errors. Same when running
    ...
  22. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.2.0.376 Ext 4.1.3 Ext 4.1.1

    Browser versions tested against:
    FF9 Ubuntu 12.10 Chromium 24 Ubuntu 12.10 FF9 Windows7

    DOCTYPE tested...
  23. ExtJS version: Result
    4.1.1: Reproduced
    4.1.3: Reproduced
    4.2.0.299: Reproduced
    4.2.0.376: Reproduced
  24. All options are not correct or doesnt changed anything. Please move topic to Sencha Cmd forum
  25. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.2.0.376 Ext 4.1.3 Ext 4.1.1

    Browser versions tested against:
    FF9 Ubuntu 12.10 Chromium 24 on Ubuntu 12.10 FF9 Windows7

    DOCTYPE...
Results 1 to 25 of 59
Page 1 of 3 1 2 3