Jump to content

Clientside Alignment - Layout Table error Frame


Canestraro

Recommended Posts

7 hours ago, Canestraro said:

Clientside Alignment - Layout Table.7z 1.09 MB · 1 download

Hello,

Try this workaround.

UniContainerPanel1 -> ClientEvents -> ExtEvents ->

function add(sender, component, index, eOpts)
{
    Ext.defer(function() {
        sender.updateLayout()
    }, 10);
}

 

  • Like 1
Link to comment
Share on other sites

Thanks, another difficulty is when I try inside the panel after it fills the entire screen and aligns a button to the right.

Also not wanting to abuse, but I really need a way to be able to click on the panel and drag changing positions can help me in these topics. It's a project and I'm standing around trying to figure out how to do it.

Thank you in advance

Link to comment
Share on other sites

6 minutes ago, Canestraro said:

Also not wanting to abuse, but I really need a way to be able to click on the panel and drag changing positions can help me in these topics. It's a project and I'm standing around trying to figure out how to do it.

I think you want like in this example:

https://examples.sencha.com/extjs/7.0.0/examples/classic/portal/

  • Like 1
Link to comment
Share on other sites

  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...