Page 2 of 2

Re: [Demo] Editors in editors

Posted: Fri Mar 29, 2024 5:06 pm
by jgkoehn
Thanks for that suggestion, I went through and no, no reformatting that is triggered before this is formatted.

I went digging I double checked that my subEditor is created once each time it is used.

Re: [Demo] Editors in editors

Posted: Sat Mar 30, 2024 7:08 pm
by jgkoehn
It appears that I needed to set the subEditor.Height to something like subEditor.Height := 1; and likewise with subEditor.Width:=1; Now it is working well, not more extra formatting. Thanks again for your help Sergey