Search found 291 matches

by jgkoehn
Sat Apr 13, 2024 12:17 am
Forum: Support
Topic: Empty text item possible?
Replies: 5
Views: 879

Re: Empty text item possible?

Can hidden items interact with a mouse hover? I suppose an empty item wouldn't either hmms.
by jgkoehn
Fri Apr 12, 2024 8:19 pm
Forum: Support
Topic: Empty text item possible?
Replies: 5
Views: 879

Re: Empty text item possible?

I assume by editing, if a user types, but not if the editing is done via code? This is mainly a display with out user editing.
by jgkoehn
Fri Apr 12, 2024 4:51 pm
Forum: Support
Topic: Empty text item possible?
Replies: 5
Views: 879

Empty text item possible?

I am in need of a text item that has a tag but has no text is this possible?
I would rather not use Zero Width Space etc.
by jgkoehn
Sat Mar 30, 2024 7:08 pm
Forum: Examples, Demos
Topic: [Demo] Editors in editors
Replies: 16
Views: 47474

Re: [Demo] Editors in editors

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
by jgkoehn
Fri Mar 29, 2024 5:06 pm
Forum: Examples, Demos
Topic: [Demo] Editors in editors
Replies: 16
Views: 47474

Re: [Demo] Editors in editors

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.
by jgkoehn
Thu Mar 28, 2024 10:40 pm
Forum: Examples, Demos
Topic: [Demo] Editors in editors
Replies: 16
Views: 47474

Re: [Demo] Editors in editors

I tried reproducing this error in another project but I couldn't make it happen. Today as I was trying different things I came across TRichView.Format_ when I set OnlyResized to True in the subEditors it produced a similar error. Is it possible that Format/FormatTail for my TRichViewEdit somehow has...
by jgkoehn
Wed Mar 27, 2024 9:11 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

Ah it seems to have worked right off in the Delphi 7.1/12 without the re-install
So we are good to go! Thank you again sir.
by jgkoehn
Wed Mar 27, 2024 9:10 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

[EDIT]please ignore all is fixed
Excellent thank you sir,
The install is not picking up my Delphi 7.1 or Delphi 12 hmms
Is there a manual way to rebuild or is it complex?
by jgkoehn
Wed Mar 27, 2024 3:41 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

I found if I move the space out with a regex it works right but RegEx can't solve this it is often too complex.
by jgkoehn
Tue Mar 26, 2024 8:28 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

I tried the one that doesn't work in RV22 in RV17.6.2 ActionTestDemo and it works there but not in RV22
by jgkoehn
Tue Mar 26, 2024 8:01 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

Here is one that works well.
When I load this one directly in RV22 it works fine.
versetext - ABP.rtf
(3.45 KiB) Downloaded 25 times
by jgkoehn
Tue Mar 26, 2024 7:53 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

Here is a simple test file.
When I load this in RV22 directly it has troubles with the hyperlinks/text.
by jgkoehn
Tue Mar 26, 2024 7:26 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

They each have their own hyperlinks as shown in the RTF above. I will try to make the RTF above into a simple document.
by jgkoehn
Tue Mar 26, 2024 6:41 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

Here is the RTF at least the part I could get easily in Delphi7.1 so technically here is the actual text that is Greek: {\fldrslt \u915?\u945?\u912?\u8179?}}{...(Does NOT work) {\fldrslt \u949?\u957?}} {...(Does work) BSBGrkINT-----------------with English Does NOT work '{\rtf1\ansi\ansicpg0\deff0\d...
by jgkoehn
Tue Mar 26, 2024 6:36 pm
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 14
Views: 2164

Re: merge items in RV17.6.2--RV22

Based on above the "space" position should not matter?
And if this hasn't changed then it would be on my end?