Canestraro 0 Posted November 24, 2020 Share Posted November 24, 2020 Hello, I'm trying to use Layout Table by creating a frame, but when I click it to create it for the second time it leaves the wrong alignment, if I click it it will create and just fix it to another line. Here is an example, can someone help? Clientside Alignment - Layout Table.7z Quote Link to post Share on other sites
Sherzod 1107 Posted November 24, 2020 Share Posted November 24, 2020 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); } 1 Quote Link to post Share on other sites
Canestraro 0 Posted November 25, 2020 Author Share Posted November 25, 2020 Hello, thank you very much for the solution, but in the frame there is a panel that is not in the proposed width can you guide me? Quote Link to post Share on other sites
Sherzod 1107 Posted November 25, 2020 Share Posted November 25, 2020 I will check. Quote Link to post Share on other sites
Canestraro 0 Posted November 25, 2020 Author Share Posted November 25, 2020 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 Quote Link to post Share on other sites
Sherzod 1107 Posted November 25, 2020 Share Posted November 25, 2020 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/ 1 Quote Link to post Share on other sites
Canestraro 0 Posted November 25, 2020 Author Share Posted November 25, 2020 It is exactly what I need, but how would I use it within the Unigui with Delphi, would you have any example, be able to help me? Quote Link to post Share on other sites
Canestraro 0 Posted November 25, 2020 Author Share Posted November 25, 2020 Sorry, would it be possible for example in unigui with delphi? this feature is fantastic and it was helping me a lot. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.