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!
Search found 21 matches
- Fri Aug 26, 2011 8:20 pm
- Forum: Support
- Topic: Unicode-Bug in InsertRTFFromStreamEd ?
- Replies: 1
- Views: 8819
- Fri Aug 26, 2011 7:34 pm
- Forum: Support
- Topic: Unicode-Bug in InsertRTFFromStreamEd ?
- Replies: 1
- Views: 8819
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 ...
- Thu Aug 25, 2011 3:16 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
- Sun Aug 21, 2011 1:36 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
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 reply when ...
- Thu Aug 18, 2011 11:27 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
- Tue Aug 16, 2011 10:11 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
- Mon Aug 15, 2011 5:01 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
- Sun Aug 14, 2011 3:06 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
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. Create a "hyperlink ...
- Wed Aug 10, 2011 11:00 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
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]" and ...
- Wed Aug 10, 2011 9:25 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
- Wed Aug 10, 2011 9:09 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 41909
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 ...
- Wed Aug 03, 2011 2:25 pm
- Forum: Support
- Topic: Drawing lines into editor
- Replies: 0
- Views: 14660
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 ...
- Mon Aug 01, 2011 8:57 am
- Forum: Support
- Topic: Bug in ApplyStyleConversion?
- Replies: 4
- Views: 15255
- Sat Jul 30, 2011 10:18 am
- Forum: Support
- Topic: Bug in ApplyStyleConversion?
- Replies: 4
- Views: 15255
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 ...
- Fri Jul 29, 2011 4:24 pm
- Forum: Support
- Topic: Bug in ApplyStyleConversion?
- Replies: 4
- Views: 15255
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: rve ...