[CLOSED] Layout: How to align a panel (absolute height and width) in the center of another panel?

  1. #1

    [CLOSED] Layout: How to align a panel (absolute height and width) in the center of another panel?

    hi!

    Sorry about my stupid question...

    I wish align a panel with absolute values to height and width properties in the center of another panel!

    How I can do this? I try using a border layout, but, when I resize a page, the panel is resized too...

    thanks a lot for any help!!!
    Last edited by Daniil; Nov 12, 2012 at 7:17 AM. Reason: [CLOSED]
  2. #2
    Hi @supera,

    I would use a combination of an HBox and a VBox layouts.
    http://forums.ext.net/showthread.php...ll=1#post53771
  3. #3
    Hi!!!

    Thanks a lot, Daniil!!!

    I can do this with hbox only

    layout: {
                type: "hbox",
                pack: "center",
                align: "middle"
            }
    Thanks a lot for your help!!!

Similar Threads

  1. [CLOSED] Center align panel in container
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 04, 2012, 6:55 AM
  2. Replies: 2
    Last Post: Feb 17, 2011, 2:16 AM
  3. Replies: 3
    Last Post: Dec 09, 2010, 5:40 AM
  4. Replies: 1
    Last Post: May 28, 2010, 6:52 AM
  5. [CLOSED] Align Center in Panel
    By macap in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 30, 2009, 9:52 AM

Posting Permissions