|
TRichView 1.4 - rich text editor VCL with tables!
Feb, 4 2001 - RichView Package 1.4 released!
RichView Package contains advanced rich editor component, not based on
Microsoft richedit.
Now with HTML-style tables!
Changes since version 1.3:
- tables with rich text document in every cell
* cell merging (both vertically and horizontally)
* adding and deleting rows and columns
* resizing of rows and columns with mouse
* specifying width of cells and tables themselves in pixels or
percents
* several styles of borders
* rich set of properties for defining layout and appearance
* undo/redo of all table operations (from resizing and changing colors
to merging and typing in cells)
* nested for any depth
* export to RTF and HTML together with main document
(RTF, especially with nested tables, best viewed in MS Word 2000).
- new options for HTML export
- new options for text custom drawing
- some miscellaneous tweaks, such as mouse wheel support..
Trial versions for Delphi 2-5 and C++Builder 1-5 are available at
http://www.trichview.com.
Registered version includes full source code and free lifetime upgrades.
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- HOW TO MAKE MASTRE/DETAIL TABLES LIKE THIS ? (2001-01-04 09:14:14)You will need to add a TDataSource for Table 1 & 2 and connect to the respective tables. In the Table2 object set the "Table2.MasterSource =...
- QUERY PARAMETER QUESTION...? (2001-01-04 22:44:03)there are two parts
first is writing the script with variable and another is using bind variable
eg-
for first you can say
query1.sql.text...
- EXES CONTAINING MORE THAN ONE ICON RESOURCE ... (2001-01-05 09:25:58)Just draw your icons with the Borland Image Editor (Delivered with Delphi). It allows to save different icons in one ico file as well.
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- SAVING CURSORS? (2001-01-07 03:09:39)Well whenever I want to login I have to enable cookies - that's a bit annoying.
And people were able to enter their email addresses before as...
- HOW TO COPY A COMPLETE STRINGLIST TO THE CLIPBOARD? (2001-01-08 08:51:56)Where do you want to paste your items ?? In Notepad, or in your application ? If you want to copy it between your applications, I've exactly what...
|