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...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...