Search found 170 matches

by alexandreq
Mon Apr 16, 2012 7:20 pm
Forum: Support
Topic: How to get all words with a determined color from my text ?
Replies: 2
Views: 10219

Sergey,

Yeah, you worked pretty fine.

Now I can collect all words from a determined color.

Have a nice day
by alexandreq
Mon Apr 16, 2012 12:28 pm
Forum: Support
Topic: Insert a hide reference in my text.
Replies: 1
Views: 7978

Insert a hide reference in my text.

Hello Sergey, I need your help in a process that I need to do. Let me explain. When I get a word from my text, I insert it into a Table, this table has 3 fields: EnglishWord PortugueseWord IndexWord IdText My text is in english and when I get some words from it, I insert into this table so that I ca...
by alexandreq
Mon Apr 16, 2012 11:19 am
Forum: Support
Topic: apply a determined color to my selected text
Replies: 10
Views: 24085

Hello Sergey, Yeah, due to that problem that after calling the doubleclick event, it selects the word, I can't apply the font color. I made the change you told me to do and also nothing was did. But we both know that this problem is due to that. I will wait the fixed version This fix will help me wi...
by alexandreq
Mon Apr 16, 2012 12:16 am
Forum: Support
Topic: How to get all words with a determined color from my text ?
Replies: 2
Views: 10219

How to get all words with a determined color from my text ?

Hello Sergey, How could I get all words from my DBSRichViewEdit that is in red color font? For example: Each word found in clred font, I will add in a stringList. It would be very interesting to have this for background color too, that is, each word in background color in clred should add in a Strin...
by alexandreq
Sun Apr 15, 2012 10:33 pm
Forum: Support
Topic: apply a determined color to my selected text
Replies: 10
Views: 24085

Hello Sergey, I don't know why but when I give a double click in a word and try to apply the color font to my selected word, it is not working. Take a look at my code: procedure TFEDITORTEXTO.Editor1DblClick(Sender: TObject); begin if rvActionItemProperties1.Enabled then rvActionItemProperties1.Exec...
by alexandreq
Fri Apr 13, 2012 8:44 pm
Forum: Support
Topic: How to get the word when the mouse is over it?
Replies: 2
Views: 10036

Sergey, I tried to get, but I can't get only the word, it returns me more than 1 word. I also tried to use your example: if RVData.GetItem(ItemNo) is TCustomRVNoteItemInfo then HintText := GetRVDataText(TCustomRVNoteItemInfo(RVData.GetItem(ItemNo)).Document) else HintText := GetRVDataText(RVData) Ev...
by alexandreq
Fri Apr 13, 2012 6:45 pm
Forum: Support
Topic: Show the FootNote text as a hint, is it possible?
Replies: 5
Views: 16141

Yes, wonderful sergey.

I tried and tried the stones way rsrsrs and nothing.

thanks very much. :D
by alexandreq
Fri Apr 13, 2012 6:35 pm
Forum: Support
Topic: working with footnote and editfootnote
Replies: 11
Views: 24607

Yeah, I had made a mistake.

I downloaded the correct file

Thanks very much Sergey

It is ok now :)) I have tested.
by alexandreq
Fri Apr 13, 2012 6:15 pm
Forum: Support
Topic: working with footnote and editfootnote
Replies: 11
Views: 24607

Ok, I am gonna do that.

Just one think,

The installation is trial, is it? is that the right download?
by alexandreq
Fri Apr 13, 2012 12:52 pm
Forum: Support
Topic: working with footnote and editfootnote
Replies: 11
Views: 24607

Hello Sergey,

I download the updated:

* TRichView 13.10
* RichViewActions 3.6

I updated my code and I still have the same problem.

When I click on my button that has srvActionEditNote1, it goes to footnote but doesn't change the table state to dsEdit.
by alexandreq
Fri Apr 13, 2012 11:31 am
Forum: Support
Topic: is there any resource to capitulizer letter?
Replies: 5
Views: 14402

Hi Sergey I found an example that comes with your component, named insertControls. I understood how to do that, but it isn't so fine as your example, as you can see in the image: http://www.paranatelhas.com.br/imagens/image/imagem.jpg you did something more than this code? var c : TSRVLabel; begin c...
by alexandreq
Thu Apr 12, 2012 12:46 pm
Forum: Support
Topic: is there any resource to capitulizer letter?
Replies: 5
Views: 14402

Yeah :))

How did you do that?
by alexandreq
Thu Apr 12, 2012 11:20 am
Forum: Support
Topic: is there any resource to capitulizer letter?
Replies: 5
Views: 14402

is there any resource to capitulizer letter?

Hello

I'd like if it is possible to capitulizer a letter, a resource like MS Word has.

thanks
Alexandre
by alexandreq
Wed Apr 11, 2012 6:16 pm
Forum: Support
Topic: working with footnote and editfootnote
Replies: 11
Views: 24607

Ok, Sergey.
by alexandreq
Wed Apr 11, 2012 3:27 pm
Forum: Support
Topic: How to get the word when the mouse is over it?
Replies: 2
Views: 10036

How to get the word when the mouse is over it?

Hello Sergey, I have a text and a table with words and theis meanings. When the mouse is over a word of my text, I need to get the word so that I can find it in my dictionary and display its mean in a hint. Well, to do this, I just need to get the word where is my mouse over. How can I do this onIte...