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: 9139
- Fri Aug 26, 2011 7:34 pm
- Forum: Support
- Topic: Unicode-Bug in InsertRTFFromStreamEd ?
- Replies: 1
- Views: 9139
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 ...
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 ...
- Thu Aug 25, 2011 3:16 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Sun Aug 21, 2011 1:36 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Thu Aug 18, 2011 11:27 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Tue Aug 16, 2011 10:11 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Mon Aug 15, 2011 5:01 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Sun Aug 14, 2011 3:06 pm
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Wed Aug 10, 2011 11:00 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Wed Aug 10, 2011 9:25 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
- Wed Aug 10, 2011 9:09 am
- Forum: Support
- Topic: Custom "Hyper"Links with custom targets
- Replies: 15
- Views: 44785
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 ...
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 ...
- Wed Aug 03, 2011 2:25 pm
- Forum: Support
- Topic: Drawing lines into editor
- Replies: 0
- Views: 16207
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 ...
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: 16121
- Sat Jul 30, 2011 10:18 am
- Forum: Support
- Topic: Bug in ApplyStyleConversion?
- Replies: 4
- Views: 16121
- Fri Jul 29, 2011 4:24 pm
- Forum: Support
- Topic: Bug in ApplyStyleConversion?
- Replies: 4
- Views: 16121
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 ...
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 ...