[Demo] Editors in editors

Demos, code samples. Only questions related to the existing topics are allowed here.
jgkoehn
Posts: 306
Joined: Thu Feb 20, 2020 9:32 pm

Re: [Demo] Editors in editors

Post 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.
jgkoehn
Posts: 306
Joined: Thu Feb 20, 2020 9:32 pm

Re: [Demo] Editors in editors

Post 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
jgkoehn
Posts: 306
Joined: Thu Feb 20, 2020 9:32 pm

Re: [Demo] Editors in editors

Post by jgkoehn »

Is there a way when an editor is in an editor to make it so that it doesn't have a background color on the paragraph?
I would like to be able to highlight text in the future but for now I wnat to make the editor's background transparent. That way if there is an image or color behind it that is already generated,.
Is that possible?
Sergey Tkachenko
Site Admin
Posts: 17647
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: [Demo] Editors in editors

Post by Sergey Tkachenko »

Sorry, transparent background is not supported for editors.
Post Reply