Search found 21 matches

by Roliat
Fri Aug 26, 2011 8:20 pm
Forum: Support
Topic: Unicode-Bug in InsertRTFFromStreamEd ?
Replies: 1
Views: 8084

Sorry, my fault!

My save-procedure was buggy.... After debugging and trying to locate&fix the error since 3 hours, I finally solved it.

Everything is working fine - no bug in your code (of course) ;)

Bye!
by Roliat
Fri Aug 26, 2011 7:34 pm
Forum: Support
Topic: Unicode-Bug in InsertRTFFromStreamEd ?
Replies: 1
Views: 8084

Unicode-Bug in InsertRTFFromStreamEd ?

Hello, I'm trying to append RTF-Files from StringStream into one RichViewEdit. All my Strings/RTFs are stored in unicode and everything is working fine. When I load a RTF via LoadFromStream(ss, rvynaAuto); //also rvynaYes is doing well everything is working fine. But now I want to append more RTF-Fi...
by Roliat
Thu Aug 25, 2011 3:16 pm
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Hello!

I just wanted to post a reply. Today, I got time to test the code. Everything is working fine.... very fine. I really want to say thanks for the great support!

Roliat!
by Roliat
Sun Aug 21, 2011 1:36 pm
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Hello! Please apologize my delay. But sometime your board doesn't send me a notification. I just checked an the last mail was from "18.08.2011 19:31" (my timezone). I just detected your code some minutes ago, so I couldn't check it. But I assume it will work great ;) However, I'll post a r...
by Roliat
Thu Aug 18, 2011 11:27 am
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Hi.

Sorry some bad news. As you might aleady have guessed - I've not made essential progress on the code.

Trying out more and also hoping that you post a piece of code.

Thanks
by Roliat
Tue Aug 16, 2011 10:11 am
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Thanks for the explenation!
Between the brackets could be more than one word.

It's very kind of you to write the code for me and I'm really happy about it. I also will try it myself and if it works, i'll post my code. If not, I'm waiting for your solution!

Thanks, Roliat
Btw: Best support ever!
by Roliat
Mon Aug 15, 2011 5:01 pm
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

hey. Yes, the strings are in the same font type, so I really need to parse the RTF. I thought of using regular expressions. That shouldn't be the problem. But I really don't understand your "ScanURLs" demo. On wich events do I have to write my code for detecting or scanning my "hyperl...
by Roliat
Sun Aug 14, 2011 3:06 pm
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Hi Sergey, sorry, but I didn't recognize that you've posted again. These documents are RTF files, which are stored in a database. The "[open...]"-tag are visible plain text. So the application should scan the visible Text for the "[open..]"-tags and should do the following: 1. Cr...
by Roliat
Wed Aug 10, 2011 11:00 am
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Ok Thank you very much for your explanation. I looked at the demo some time ago but now I know exactly how it works ;) But I got a further question. I'm switching my application to TRichView. So users made links in the past that now have to be detected and replaced (cutted the "[open/xxxxx]&quo...
by Roliat
Wed Aug 10, 2011 9:25 am
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Thanks for your quick answer. Actually I dont use it, but if it necessary, i could do so.
by Roliat
Wed Aug 10, 2011 9:09 am
Forum: Support
Topic: Custom "Hyper"Links with custom targets
Replies: 15
Views: 36596

Custom "Hyper"Links with custom targets

Hi - me again (I'm feeling a bit dumb)! But I got another question which I can't answer by myself. I just want to reach, that a specific Text (not an url) is highlighted and gets an custom onClick procedure in which a new Form is being opened. Example: [open/e67af2]My Link Text[/open] This should op...
by Roliat
Wed Aug 03, 2011 2:25 pm
Forum: Support
Topic: Drawing lines into editor
Replies: 0
Views: 13224

Drawing lines into editor

Hello! I've another question. Is it possible to draw lines at specific positions? I want to show my users visually at which position they override the page-size. It's not an official DIN-Format i need to set the position in cm (centimeter). I also don't use the ruler-component. Ideally, I want to dr...
by Roliat
Mon Aug 01, 2011 8:57 am
Forum: Support
Topic: Bug in ApplyStyleConversion?
Replies: 4
Views: 13732

Oh sorry. I haven't read the code carefully enough. It was a dumb question. Now everything is working fine! Shame on me ;)

Thank you.
by Roliat
Sat Jul 30, 2011 10:18 am
Forum: Support
Topic: Bug in ApplyStyleConversion?
Replies: 4
Views: 13732

Hi. Thanks for your answer. If you want, I can do so. But this behaviour can be reached also with your demo (Editor 2). Just add an label on the form and type this code in the OnClick-action procedure TForm1.Label1Click(Sender: TObject); begin rve.ApplyStyleConversion(TEXT_BOLD); end; This code has ...
by Roliat
Fri Jul 29, 2011 4:24 pm
Forum: Support
Topic: Bug in ApplyStyleConversion?
Replies: 4
Views: 13732

Bug in ApplyStyleConversion?

Hey! I try to set up "smart popups" and run into a strange behaviour. I've button, that makes the selected Text bold (same code as from your demo). This button makes the selected text bold indeed. BUT: I've a second button (that one from the smart popup). Its onClick has the following code...