[CLOSED] How I can get the similar layout in 2.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] How I can get the similar layout in 2.0

    Hi,

    I had something like below code for login window before:

        <ext:Viewport ID="vpLogin" IDMode="Explicit" runat="server" Layout="Center">
            <Items>
                <ext:Window ID="windowLogin" runat="server" Layout="Center">
                    <Items>
                        <ext:Hidden IDMode="Explicit" ID="txtPleaseWait" runat="server" Text="HiddenText" />
                     </Items>
               </ext:Window>
            </Items>
        </ext:Viewport>
    After I upgraded to 2.0, I found an issues: the window doesn't show out anymore.

    I have checked change log and found that center layout is not existed anymore. So, how I can get a similar looking layout in 2.0? Please provide me an example. Many thanks.

    RCM
    Last edited by Daniil; Jun 26, 2012 at 9:10 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 4
    Last Post: Jan 12, 2012, 11:47 AM
  2. [CLOSED] DisplayField (or something similar) in version 0.8.2
    By dnguyen in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 25, 2011, 3:05 PM
  3. Replies: 4
    Last Post: Jun 25, 2010, 4:19 PM
  4. Replies: 10
    Last Post: Nov 20, 2008, 3:17 PM
  5. Similar to an updatepanel
    By heysol in forum 1.x Help
    Replies: 0
    Last Post: Oct 27, 2008, 9:10 PM

Posting Permissions