|
RichView Editor 1.5.4
A new release of RichView Package is available.
RichView Package 1.5.4 is a set of Delphi components for editing and
printing formatted documents with tables and images.
List of changes since version 1.4:
* RTF (Rich Text Format) import from files, streams, Clipboard;
* hypertext without mouse: Tab-navigation through hypertext links and
inserted controls, Enter executes hypertext action;
* new item type - image-hypertext link (older version allows to make
hypertext links only from text and special ImageList pictures);
* additional options for protection of text and paragraphs;
* ability to store collections of text and paragraph styles in RVF (RichView
Format) files, streams and database fields;
* new options for text formatting:
- custom line spacing;
- no-wrap,
- all-capitals,
- character scaling (change characters widths without changing their
height);
* better support for third-party graphic classes;
* better HTML and RTF export;
* Delphi 6 compatibility.
Related Discussions - 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 CREATE A SELECTABLE(DESIGNTIME) CONTROL WITHIN A COMPONENT? (2001-01-22 03:36:48)When you click on button (to select it, not double click to get into OnClick Event) and press F11, the property editor MUST appear.
- IF ANYBODY TRIED THE LIERO -GAME... (2001-01-24 10:35:14)Hi...
maybe I'm late but there are already programs that can do it...www.hem1.passagen.se/otterud/wormhole...there are all sorts of programs with...
- THAT HARD? (2001-01-23 04:54:21)ok thanks its working now..
the way I was loading the bmp was wrong..
16x16 is ok btw
- 16-BIT RESOURCE EDITOR (HACKER) (2001-01-31 00:02:20)Look for the Borland Resource Workshop 4.5 (Free). It is on the Delphi 5.0 Professional CD. My be you can find it somewhere in the internet....
- HOW CAN I PUT AN UPDOWN-OBJECT INTO AN NUMEDIT-OBJECT?? (2001-02-02 03:46:43)Why don't you use the TSpinEdit component from the samples palette?
- TFIND & TREPLACE. (2001-02-06 11:38:40)I would suggest using TRichEdit instead because it has a
function called FindText that is very easy to use. Here
is some code to find and replace...
- HOW DO I ADD MY OWN ICON TO MY OWN COMPONENTS? (2001-02-06 05:43:36)Run the Delphi's Image Editor.
Create a new DCR file, and give it the same name as your .PAS component file (only replace .PAS with .DCR).
In the...
|