Search found 56 matches

by Pieter E.
Thu Nov 22, 2012 6:51 pm
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230408

Thank you for your suggestion. I'll look into this. :D
by Pieter E.
Mon Nov 19, 2012 7:25 pm
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230408

All three options seems reasonable. :D
by Pieter E.
Mon Nov 19, 2012 9:09 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230408

Good question. :D

A sentence ends with '.', ':' and ';'?
by Pieter E.
Wed Nov 14, 2012 8:34 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230408

Is it possible to count sentences instead of lines?
by Pieter E.
Mon Aug 27, 2012 7:15 am
Forum: Support
Topic: Ctrl+Up/Down Poll
Replies: 4
Views: 19288

TRichViewEdit is a text editor like MS Word. I my opinion should it act like a text editor. :wink:
by Pieter E.
Wed Oct 05, 2011 4:43 pm
Forum: Support
Topic: Undo of set editor background
Replies: 10
Views: 38808

You're welcome. :wink:
by Pieter E.
Wed Oct 05, 2011 8:02 am
Forum: Support
Topic: Undo of set editor background
Replies: 10
Views: 38808

Below you find the translation to C++. Have fun! :D UndoBackgroundColorUnit.h //--------------------------------------------------------------------------- #include "RVUndo.hpp" #include "RVRVData.hpp" #include "RVERVData.hpp" //-----------------------------------------...
by Pieter E.
Sat May 08, 2010 12:10 pm
Forum: Support
Topic: Load images from the web with rvHTMLViewImport...
Replies: 8
Views: 26390

void __fastcall TForm1::HTMLViewerhtStreamRequest(TObject *Sender, const String SRC, TMemoryStream* &Stream) { TMemoryStream *memStream = new TMemoryStream(); try { IdHTTP1->Get(sDomain + SRC, memStream); memStream->Position = 0; Stream = new TMemoryStream(); Stream->LoadFromStream(memStream); ...
by Pieter E.
Wed May 05, 2010 7:19 am
Forum: Support
Topic: Load images from the web with rvHTMLViewImport...
Replies: 8
Views: 26390

Thank you for your help! I created the htStreamRequest for downloading CSS files. It works excellent! :)
by Pieter E.
Wed May 05, 2010 7:13 am
Forum: Support
Topic: Load images from the web with rvHTMLViewImport...
Replies: 8
Views: 26390

Thank you for your response. I'd like to understand the OnImageRequest function to use other Request functions.

My real problems are external CSS files. These files need to be downloaded to set the styles correctly.

For handling CSS files I need the OnhtStreamRequest function right?
by Pieter E.
Tue May 04, 2010 1:30 pm
Forum: Support
Topic: Load images from the web with rvHTMLViewImport...
Replies: 8
Views: 26390

I understand that you do not support THTMLViewer but I can't get OnImageRequest working in C++. Can you please help me out? I guess that my function is not correct. HTMLViewer1->OnImageRequest = HTMLViewerImageRequest; void __fastcall TForm1::HTMLViewerImageRequest(TObject *Sender, const String SRC,...
by Pieter E.
Wed Sep 02, 2009 10:55 am
Forum: Support
Topic: Picture Alignment...again ;-)
Replies: 18
Views: 49975

Sergey,

Can you inform us again about the status of picture alignment? :wink:

Thanks
by Pieter E.
Wed Jun 17, 2009 4:52 pm
Forum: Support
Topic: Picture Alignment...again ;-)
Replies: 18
Views: 49975

Is there some progress on picture alignment?
by Pieter E.
Mon Jan 05, 2009 6:55 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 104768

This problem could spell the end of TRichview.
Are you sure? How many people are using this feature? The end-user of my software doesn't use it al all!
by Pieter E.
Sat Jan 03, 2009 2:43 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 104768

The docx extension is a zip extension. Maybe someone can manually create an export function.