|
There are question marks (?) when viewing a drawing
The machine that is viewing the drawing needs to have the three SHX files; IDSSIM.SHX, IDSTXT.SHX, and IDSCOM.SHX copied to C:\Program Files\AutoCAD 200x\Fonts folder. These SHX files can be found in any of the FlexCAD product folders (i.e. C:\Idswin\ISO, C:\Idswin\FLO, etc).
Unknown command error when trying to use FlexCAD
Type CONFIG on the command line and hit enter. On the System tab, the check-box option for 'Load acad.lsp with every drawing' needs to be checked [view screenshot]. After this is done, re-open the drawing.
Setting the valve-tag display
To change the way the valve-tag is displayed, refer to the C:\Idswin\FLO\IDSFINFO.LSP file:
;;;Toggle for size in display (setq IDSVSIZE t) ; t=show valve size, nil = don't show size
;;;Toggle for valve code in display (setq IDSVCODE t) ; t=show valve code, nil = don't show code
|