[CLOSED] Window -> LoadMask Position on first load ---- Ext.NET.MVC.Pro.2.1.1

  1. #1

    [CLOSED] Window -> LoadMask Position on first load ---- Ext.NET.MVC.Pro.2.1.1

    Attached Thumbnails Click image for larger version. 

Name:	Ext.Net - Bug .png 
Views:	129 
Size:	4.6 KB 
ID:	5295  
    Last edited by Daniil; Dec 21, 2012 at 3:24 PM. Reason: [CLOSED]
  2. #2
    Hi @ontiv,

    I am unable to reproduce the problem with the latest sources from the trunk. Could you confirm?
  3. #3
    Hi Daniil,

    no, I use MVC.Pro.2.1.1.dll and not the full code from subversion.

    I just wait until the next release. Thanks for reply !
  4. #4
    I tried with the 2.1.1 release and was unable to reproduce as well.

    Please provide a full sample and exact steps to reproduce.
  5. #5
    I show the window with this function

    .js
     var ShowTaskDetails = function (contSID, spaceSID) {
    
                var w_task_details = Ext.getCmp("w_task_details");
    
                w_task_details.load({
                    params: {
                        spaceSID: spaceSID,
                        contSID: contSID
                    }
                });
    
                w_task_details.show();
            }
  6. #6
    Please call "show" before "load".
    w_task_details.show();
    w_task_details.load(...)
  7. #7
    Ah ok, thanks for reply !

Similar Threads

  1. [CLOSED] How to position a window into a desktop on window open
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 26, 2012, 1:59 PM
  2. [CLOSED] Window LoadMask
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 18, 2012, 12:55 PM
  3. [CLOSED] Ext.Window x,y position not working?
    By geodan in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 12, 2010, 2:20 AM
  4. ext:Window position
    By haltenberg in forum 1.x Help
    Replies: 2
    Last Post: Aug 13, 2008, 6:21 PM
  5. Window Position between postbacks
    By tonytony in forum 1.x Help
    Replies: 4
    Last Post: Aug 08, 2008, 11:38 AM

Posting Permissions