Search Type: Posts; User: Antjac

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    870
    Views
    257,558
    Hi,

    I've got a problem when i try to load a PDF file into an iframePanel with IE10 (Working on IE9, FF, etc...)
    In fact, when I load a PDF, the pdf is showen in the iframe with Foxit or Acrobat...
  2. Is there any news ? My EXTJS Web can't work on IE10... (and migrate a complex web app, 800.000 code lines to EXTJS 4 is simply impossible)
  3. Replies
    289
    Views
    104,465
    Just add :

    Ext.override(Ext.ux.form.SuperBoxSelect, {
    assertValue:null
    });
  4. Replies
    12
    Views
    8,971
    Try to add the parameter "deferredRender : false" in you tabPanel
  5. Replies
    870
    Views
    257,558
    Yep, I've the same issue, not very nice but i've not found a solution...
  6. Hi,

    I'll like to make a drag and drop between 5 grids (and make a callback on the drop).
    But I don't find a solution in extjs 3 to make this multiple drag and drop (I've no problem to make DD...
  7. Replies
    322
    Views
    177,019
    As Haggai said,

    This is a little patch for Ext.ux.GMapPanel3.js

    Change lines 273 and 284 by

    this.gmap = new google.maps.Map(this.body.dom, {zoom:this.zoomLevel,mapTypeId: ...
  8. Replies
    870
    Views
    257,558
    Hi,

    I use managed Iframe to show PDF files in my project.
    I want to have 2 different windows which load 2 pdf.

    It's ok but I've a display issue with the header of the window which is always...
  9. Replies
    0
    Views
    376
    Hi,

    I would like to fix Z-order for a collapsed panel. It must be over all other windows.

    On this picture , you can see a collapsed panel on the left of the screen and a window.
    ...
  10. I found a solution by compressing my code.

    But, it's not a real solution, I think it's more a firefox bug than an EXTJs bug.
  11. Replies
    1
    Views
    331
    Hi,

    I've got a little problem with my migration to ExtJs 4.

    I try to expand all my Panel (by using a button).
    In Ext3, i used :
    myGrid.getView().expandAllGroups();

    I don't find the method...
  12. Replies
    0
    Views
    610
    Hi,

    I try to convert an Ext3 window with ext4 and sandbox
    I didn't find in the new API doc : "SimpleStore". Problem is, that the old method "GetById" doesn't work now to find a record.

    How can...
  13. I've got the same problem with my ERP... That's a huge problem...
  14. Replies
    155
    Views
    122,943
    Hi,

    I'm using 2 itemselectors for my project. It's all right but i've a little problem with the D&D.
    When I drag drom the first itemselector, i can drop to the second one... I'll like to avoid...
  15. Replies
    870
    Views
    257,558
    Hi,

    Is there a way to integer a Word/Excel file in an ManagedIFrame ?

    Thx,
  16. Replies
    445
    Views
    88,344
    (Doc 3.2.0) in Ext.data.Field

    type is mixed but in reality it's an object...
  17. Hi,

    It's not really a bug but a modification in extjs 3.2.0 which is not documented (or I didn't find something about...)

    Before, when we did :


    record.getField('nameOfTheField').typeIt...
  18. I'm using comboBoxes, but for one of them, sometimes, it doesn't show the list.
    The store is ok and when i use autocompletion, the combo find the good displayField but no list inside.

    I wrote...
  19. Still bugging in 3.1.1
  20. Replies
    1
    Views
    1,105
    {
    xtype: 'itemselector',
    name: 'items',
    fieldLabel: 'Items *',
    imagePath: '../ux/images/',
    ...
  21. Replies
    0
    Views
    518
    Hi,

    I'll like to use Multiselect with a datastore.
    I use a query to show some users to add and I want to have the id value of the selected users.



    ...
  22. Replies
    4
    Views
    1,110
    Forgive me, it wasn't autoHeight but autoWidth (autoHeight is OK).
    Problem is that I don't want to have the same width if the window is collapsed or not.
  23. Replies
    4
    Views
    1,110
    If I use autoHeight for my Window.
    Internet Explorer 6,7,8 render a huge heighted window...

    but no problem with Firefox...

    Any idea ?
  24. Replies
    4
    Views
    1,110
    Hi,

    I try to expand/collapse a Window. In this window, I've a formPanel.

    With Firefox, there's no problem
    But with IE, I need to specify a width and the expand function let a grey area in my...
  25. Hi, Thx for your component,

    I've just a little problem due to (I think) the fact, that is it a asynctree.
    When i check a node and if the children nodes are'nt expanded, the children will be not...
Results 1 to 25 of 26
Page 1 of 2 1 2