PDA

View Full Version : LSP Commands



pbleakley
2004-06-02, 03:17 PM
Is there an area where I can get a list of all LSP commands and their function?

RobertB
2004-06-02, 03:19 PM
All the LISP functions are documented in the Developer's Guide, which can be found via the Help menu (or the VLIDE's Help menu).

BrenBren
2004-06-02, 03:30 PM
Moved the correct forum :)

tmullins68225
2004-06-02, 06:10 PM
Ummm, are you sure this is the right forum?

-Tripp

(oops, never mind. it did move after all...)

kennet.sjoberg
2004-06-03, 06:16 AM
if I in VLISP write this line:
(vla-add
and then pressing CTRL+SHIFT+SPACEBAR to call the "Apropos results"
scrolling to a symbol and double-clicking on it
VLISP displays the "Symbol Service" dialog box for the selected function
If I then press the Help button [ ? ] in the Symbol "Service dialog box".
I only get "page can not be found". What can be wrong ?

: ) Happy Computing

kennet

kwbrown
2004-06-03, 09:26 AM
Works for me. !

As a process of elimination :

Does it do that for ALL symbols ?
How about when you open the Help file first, via the Menu bar : Help->VisualLisp Help Topics ?
How about when you highlight the Vla-add in the IDE and press Ctrl-F1 ??

oh, yes, someone is sure to ask : which Version of ACad ?

regards.Kerry

kennet.sjoberg
2004-06-03, 01:54 PM
Thank you Kerry, but no luck

1. All symbols blanc
2. Only one item, vla-addLightweightPolyline
3. Not found
4. 2002

: ) Happy Computing !

kennet

RobertB
2004-06-03, 02:47 PM
The Help files have always had their ups and downs, especially 2002's VLIDE files. All the vla- functions are "documented" in the ActiveX Reference, just drop the "vla-" and look for the remainder of the string.

matt.worland
2004-06-03, 03:04 PM
Here are some methods, but not all are documented

http://www.afralisp.com/methods/methods_ref.htm

kwbrown
2004-06-03, 04:41 PM
kennet :
Do you have these files on your computer ??
...\Acad2002\Help\acadauto.chm
...\Acad2002\Help\acad_aag.chm

kennet.sjoberg
2004-06-04, 06:37 AM
acad_aag.chm, acadauto.chm = Yes
in a write protected map on a server, but the search path is ok.

: ) Happy Computing !

kennet