BKG_Rtext

Version 20120412 Beta (freeware).
Works on Bricscad V10.5, V11.4 and V12.1 for Windows.
May work on other Bricscad V10-V12 for Windows versions.
By downloading the zip file you agree to the End-user license agreement for free software (freeware).

Download link: BKG_Rtext.zip (< 20kB)

What are Rtexts?

Rtext entities (sometimes called Remote or Reactive text entities) look like normal text or mtext entities but either reference the content of a text file or display the result of a Diesel expression.

Available commands

BKG_Rtext or Brt
Creates an rtext.

BKG_RtextEdit or Brte
Edits an rtext.

BKG_RtextUpdate or Brtu
Updates rtexts.

BKG_RtextUpdate is there for a reason. Bricscad offers limited support for rtext entities and will only update them on the opening of dwg files. For example, if you are editing a text file that is used by an rtext in the current drawing, and you want the new content to be displayed, you have to either save and reopen the dwg file or use this command.

The relative path option for rtexts that reference a text file is not available for Bricscad V10 and V11. Those versions are not able to handle relative paths for rtexts and display an error text instead of the text file.

Please note that the commands that edit and update rtexts actually create new entities and delete the old ones. This is required to avoid problems with _undo and _redo.

What is new

Version 20120412:
Version 20110721:
Version 20110718:

Installing the program

Unpack BKG_Rtext.des from the zip file in a folder in the search path and follow the instructions you can find here.

To load the program automatically add one of these code segments to on_doc_load.lsp:

(load "BKG_Rtext")
(autoload
  "BKG_Rtext"
  '(
    "Brt"  "BKG_Rtext"
    "Brte" "BKG_RtextEdit"
    "Brtu" "BKG_RtextUpdate"
  )
)