AlbertoVesx Posted October 30, 2014 Posted October 30, 2014 Sorry for my ignorance, but what is the difference between unipanel and unicontainerpanel? Quote
erich.wanker Posted October 31, 2014 Posted October 31, 2014 Hello Alberto, i think the different is: - UniConatainerpanel has no borders, no caption and so on .. a resource-less "TUniPanel" with less overhead: See sourcecode of a UniPanel: See sourcecode of a TUniContainerPanel: HTH Erich P.S.: i user a lot of TUniContainerPanels as Buttons / Areas / component-container and so on per CSS i add hover-effects to UniContainerPanel ... A little Screenshot of my Form with a lot of TUniContainerPanels: .. Buttons are TUniContainerPanels .. Header Areal and so on are TUniContainerPanels .. every TUniDBEdit, TUniDBLookupCombobox and so on are IN a single TUniContainerPanel - so i can Set every TUniContaionerpanel (containing Database-fields) to visible/not visible depending on user-right-system (every TUniContainerpanel is Align:alTop.. works fine!) .. so i can define user-rights to every field :-) .. for me it is very important to have a small, fast TUniContainerPanel with less ExtJS-overhead: 4 Quote
AlbertoVesx Posted October 31, 2014 Author Posted October 31, 2014 erinch.wanker, Thanks for this useful information. Quote
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.