Search found 20 matches
- Tue Sep 23, 2008 9:25 pm
- Forum: Support
- Topic: RvRuler.ParentBackground
- Replies: 2
- Views: 11985
- Wed May 21, 2008 12:33 am
- Forum: Support
- Topic: Cursor movement
- Replies: 10
- Views: 28878
- Wed Apr 23, 2008 9:34 pm
- Forum: Support
- Topic: Corupted image in RichEdit
- Replies: 5
- Views: 17636
- Thu Apr 17, 2008 9:58 pm
- Forum: Support
- Topic: loading a Unicode file line by line
- Replies: 21
- Views: 57047
- Fri Feb 22, 2008 10:21 pm
- Forum: Support
- Topic: strnew replacement?
- Replies: 9
- Views: 29679
True, most of the time I look them up in the source, usually that will give you a hint to look elsewhere or sometimes a comment why it was deprecated and what the new function is (thinking of FileAge at the moment but that one is documented in the help also). Are you using any deprecated function ...
- Thu Feb 21, 2008 5:04 pm
- Forum: Support
- Topic: strnew replacement?
- Replies: 9
- Views: 29679
- Tue Feb 19, 2008 8:51 pm
- Forum: Support
- Topic: strnew replacement?
- Replies: 9
- Views: 29679
- Wed Feb 13, 2008 11:00 pm
- Forum: Support
- Topic: How can i get the Column Size ?
- Replies: 5
- Views: 19100
- Tue Jan 15, 2008 9:42 pm
- Forum: Support
- Topic: Always unable to export to MS Word
- Replies: 39
- Views: 126576
Please send me compiled exe to richview at gmail dot com (zipped with password protection, otherwise it will be rejected by gmail) Just for information: The last time I checked this, it didn't work. The filenames inside a password protected zipfile are still visible and gmail rejects .exe files. To ...
- Wed Dec 19, 2007 9:45 pm
- Forum: Support
- Topic: Ruler - taDecimalAlign
- Replies: 4
- Views: 18779
- Fri Aug 24, 2007 8:02 pm
- Forum: ScaleRichView
- Topic: Printing Settings?
- Replies: 2
- Views: 18471
What I sometimes use for testing is PDFCreator http://sourceforge.net/projects/pdfcreator/. Maybe an option when you're unable to get to a printer (or just to save some paper).
Pieter
Pieter
- Sun Jan 07, 2007 11:29 am
- Forum: Support
- Topic: How to activate the ruler
- Replies: 4
- Views: 17146
The ruler component contains two units. 1st is a general unit called ruler.pas this one contains all the basic functionality like drawing, etc. 2nd is rvruler.pas this is specialized unit which does all the specific handling for a richview component like changing the tabs, indents and margins of a ...
- Sat Dec 09, 2006 3:38 pm
- Forum: Support
- Topic: Current Tab (TRVRuler)
- Replies: 6
- Views: 17258
- Wed Nov 29, 2006 12:15 am
- Forum: Support
- Topic: Current Tab (TRVRuler)
- Replies: 6
- Views: 17258
Identifying the tab is not that difficult, the problem is that as soon as you change the alignment of the tab a part of the ruler becomes empty and a new tab will be added on the second MouseDown. To prevent the extra tab, Ruler.pas needs to be changed. But first identifying the tab, this can be ...
- Sun Nov 26, 2006 5:19 pm
- Forum: Support
- Topic: what means 'WM_RVADDROW' and 'WM_USER'
- Replies: 2
- Views: 12234
Jürgen, WM stands for Window Message. WM_USER is constant defined by Delphi/Windows, this is a starting point for all user messages. Also have a look at WM_APP... http://msdn2.microsoft.com/en-us/library/ms644931.aspx http://blogs.msdn.com/oldnewthing/archive/2003/12/02/55914.aspx WM_RVADDROW is ...