|
Pre-Ann: HTML-Style Tables in RichView Editor
I am glad to demonstrate the new feature of RichView editor - HTML-style tables.
Key features:
- each cell contains formatted document;
- nested tables;
- editable at run-time cells;
- run-time resizing of rows and columns;
- widths of columns and table itself are calculated basing on widths of individual cells, in pixels or percents, similar to HTML;
- merging and splitting of cells (both columns and rows);
- custom colors and borders, including 3d-style.
Some secondary functions are not ready yet, so trial version is not available.
You can download the exe-demo.
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...
- 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:...
- 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 =...
- 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...
- SCREENSAVERS... (2001-01-06 21:23:55)All you need to do is check ParamStr(1) for the correct parameter sent to your program.
For example: When you press Settings it passes "/c" or...
- 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 CAN I ROTATE A PICTURE? (2001-01-07 05:18:51)Hello
You can download TRotateImage for Delphi 3-4-5 at
http://www.crosswinds.net/%7Ekhojasteh/rotimg.html
This component works with...
- WHAT FREEWARE (!) SHOULD I USE INSTEAD OF BDE? (2001-01-10 07:00:24)See Kyle Corde's BDE Alternatives Guide:
http://www.kylecordes.com/bag/index.html
- WAYS TO SHRINK DELPHI EXECUTABLE SIZE (2001-01-08 17:23:49)You have a couple of options:
1) Get an EXE shrinker - basically compressing the file and then decompress as it runs.
See:...
|