Search Type: Posts; User: jiteshmjethwa

Search: Search took 0.01 seconds.

  1. This defect is resolved in ExtJS 4.1.1-rc2. Can u please provide possible fix for Ext JS 4.1 for this issue.
  2. Hi All,
    i have tried code give by electronix but it doesnt worked for me, it was showing me error

    but i have fixed it by replacing chart.redraw with

    Now its not showing any error also its...
  3. Replies
    13
    Views
    1,207
    Can u give your index.html code:)
  4. It will definitely not work without
    Ext.require('Ext.container.Viewport');

    this line...
    /:)
  5. Replies
    13
    Views
    1,207
    Hi Bokara,
    Insert

    Ext.require('Ext.window.Window');

    Ext.onReady(function(){
    var win = Ext.create('Ext.window.Window', {
    .......

    as first line it acts as import statement.
  6. Replies
    13
    Views
    1,207
    Put your code between

    Ext.onReady(function(){

    var win = Ext.create('Ext.window.Window', {
    .........
    });

    Like above it will work for u....
  7. Hi you should insert

    Ext.require('Ext.container.Viewport');

    Its just like a import statement of java.
    As the first line in app.js
  8. Hi all,

    I have tried this trackOver : false in viewconfig but its still not working.

    Anybody tried this please reply. :((
Results 1 to 8 of 8