Search found 7 matches

by mstaszew
Tue Apr 01, 2014 3:37 pm
Forum: Support
Topic: Vertical Bullet Centering
Replies: 1
Views: 8266

I'm able to work around this by using a table instead using column 0 for the bullet images and column 1 for the text. We can ignore this one, thanks.
by mstaszew
Mon Mar 31, 2014 9:44 pm
Forum: Support
Topic: Vertical Bullet Centering
Replies: 1
Views: 8266

Vertical Bullet Centering

Hi there, I'm using TRichView for Delphi and I'm trying to center my bullet images vertically with the first line of bulleted text. I found this post, http://www.trichview.com/forums/viewtopic.php?t=2321&highlight=center+centre+bullet , which was helpful; however, lines 2-N when wrapped do not ...
by mstaszew
Tue Mar 12, 2013 1:55 pm
Forum: Support
Topic: Generated HTML missing a <div> tag
Replies: 1
Views: 8554

Generated HTML missing a <div> tag

Hi there, I apologize in advance for not having reproducible steps as this case was sent to me by a user and I cannot reproduce. Perhaps there may be some known condition or explanation for the following behavior. The user typed text in the memo. The original text looks something like... -- BEGIN ...
by mstaszew
Thu Feb 14, 2013 3:00 pm
Forum: Support
Topic: Saving as HTML, body only
Replies: 2
Views: 9548

Thanks, this is exactly what I was looking for.
by mstaszew
Thu Feb 14, 2013 3:00 pm
Forum: Support
Topic: Unicode characters in exported HTML
Replies: 2
Views: 10215

Perfect, works as expected. Thanks.
by mstaszew
Wed Feb 13, 2013 7:12 pm
Forum: Support
Topic: Saving as HTML, body only
Replies: 2
Views: 9548

Saving as HTML, body only

I need the HTML contained within the <body></body> tags only. Currently I'm saving as HTML and using regex to extract what I'm looking for. To make sure I'm not using excess code, does TRichViewEdit support saving the HTML body only?

Thanks,
Michael
by mstaszew
Wed Feb 13, 2013 7:10 pm
Forum: Support
Topic: Unicode characters in exported HTML
Replies: 2
Views: 10215

Unicode characters in exported HTML

Hi there, I'm exporting my text as HTML and Unicode characters are exported using decimal HTML character entity such as... 稿稸稕稜窔稸 I'd like to keep have the characters exported in UTF-16 little endian to match Delphi's string format. I'm sending the HTML to a server and cannot have it in the decimal r ...