Search found 29 matches

by adamrich
Sat Oct 12, 2019 1:57 pm
Forum: Support
Topic: find first character
Replies: 4
Views: 19367

find first character

Hello,

Is there a way to find first character in TRichViewEdit?

I'm trying to find if the whole document is started with character @
I can't get the text of TRichViewEdit to see if copy(RichViewEdit1.Text, 1,1)='@'

Thank you
by adamrich
Fri Oct 11, 2019 9:12 pm
Forum: Support
Topic: text on the background
Replies: 4
Views: 19389

text on the background

Hello,

I'm trying to add few lines messages (text) on the RichViewEdit1 background instead of image, but when user start typing the background text need to be gone, just like some user forums uses CSS :)

I need that only on the new document (not already saved document)

Thank you
by adamrich
Fri Oct 11, 2019 1:47 pm
Forum: Support
Topic: Save rtf with different ext
Replies: 2
Views: 14109

Re: Save rtf with different ext

As always, you are the best, thank you so much that worked the way I needed 
Thanks again for your superb support and tools
by adamrich
Fri Oct 11, 2019 1:03 am
Forum: Support
Topic: Save rtf with different ext
Replies: 2
Views: 14109

Save rtf with different ext

Hi, I have a need to save and open as rtf only file with different file extension, I'm using richviewaction Any idea on how do that, or remove all types except rtf with different file extension . I tried custom filter , saved ok, but I can't open it because doesn't know the format to open with. Thanks
by adamrich
Mon Nov 10, 2014 10:06 pm
Forum: Support
Topic: richview to any type image
Replies: 2
Views: 11123

can anyone help with this question please ? is it hard to do or not possible ?
I tried to dump canvas to image, but I get only visible part. (kind of what I see in the screen) anything below scrollbar now showing.

Thanks
by adamrich
Sun Nov 09, 2014 9:05 pm
Forum: Support
Topic: rvHtmlViewImportD2010 Error
Replies: 2
Views: 12037

Thank you , that worked, :D
by adamrich
Fri Nov 07, 2014 1:49 pm
Forum: Support
Topic: rvHtmlViewImportD2010 Error
Replies: 2
Views: 12037

rvHtmlViewImportD2010 Error

I’m having difficulty to compile rvHtmlViewImportD2010 in Delphi 2010. I download the source code the website and from code.google. both has issue If deactivate GOOGLECODE or not, If deactivate GOOGLECODE I get 65 errors [DCC Error] rvHtmlViewImport.pas(199): E2003 Undeclared identifier: 'TSectionLi...
by adamrich
Fri Nov 07, 2014 12:23 am
Forum: Support
Topic: richview to any type image
Replies: 2
Views: 11123

richview to any type image

Hello,

Is it possible to save/ or export richview to image ?

Thanks
by adamrich
Sun Nov 15, 2009 1:15 am
Forum: Support
Topic: select the text after enter
Replies: 2
Views: 9144

Thank you that worked for me perfectly
by adamrich
Thu Nov 12, 2009 11:30 pm
Forum: Support
Topic: select the text after enter
Replies: 2
Views: 9144

select the text after enter

Hello,

I have project need to find explanation from a list.

For example
When users types

Test then press ENTER, I need to grab list of explanation from the database and list them underneath word test.

Could someone please help to do this?

Thank you
by adamrich
Thu Nov 12, 2009 10:09 pm
Forum: Support
Topic: text and control on same line
Replies: 1
Views: 8066

text and control on same line

Hello, I need help on how to add text and edit control after each other for example I can add First Name [Edit1.Text] Last Name [Edit2.Text] so on. But I need to be on same line not below each other: Just like First Name [Edit1.Text] Last Name [Edit2.Text] Address [Edit3.Text] so on. Editx.Text is a...
by adamrich
Wed Jan 14, 2009 10:03 pm
Forum: Support
Topic: vertical text
Replies: 3
Views: 13580

vertical text

Hello to all,

I have ms word document saved as RTF. The document has vertical text (kind of when you click on XP start button, you see vertical windows XP professional or

However, now when I open the file in rich view, the text shows horizontal but wrapped
Any idea?

Thanks
by adamrich
Sun Dec 10, 2006 3:33 pm
Forum: Support
Topic: absolute position for a control
Replies: 1
Views: 8234

absolute position for a control

Hello, I'm trying to create a report, I would like to add a control
(image), but I want it in absolute position for a control and also the Paragraph itself in RichViewEdit

I looked into http://www.trichview.com/forums/viewtop ... t=absolute

But didn't help

Please help
Thanks
by adamrich
Sun Dec 10, 2006 12:07 am
Forum: Support
Topic: RichView to plain text
Replies: 1
Views: 8565

RichView to plain text

Hello, I have RichView latest version, I’m trying to create kind of report to print into preprinted form. At same time I would like to save contents of RichView into plain text file without losing any position (I mean when I print that text file, it should print as on the RichView) Any idea how to d...