The Visual LISP Integrated Development Environment.(Column)

From: Cadence | Date: November 1, 2001| Author: KRAMER, BILL | Copyright information

The following is an excerpt from my new book, The AutoCADet's Guide to Visual LISP (CMP Books, www.cmpbooks.com), modified to fit the magazine-column format. The second chapter of the book, which introduces the Visual LISP development environment, is the source of this article. I hope you find it to be a useful jump into the VLIDE and consider purchasing the entire book to read the remaining topics not covered here.

The "Visual" in Visual LISP comes from the development ...

Related newspaper, magazine, and journal articles from HighBeam Research

The Visual LISP Integrated Development Environment.(Column)
Cadence ; The following is an excerpt from my new book, The AutoCADet's Guide to Visual LISP (CMP Books, www.cmpbooks.com), modified to fit the magazine-column format. The second chapter of the book, which introduces the Visual LISP development environment, is the source of this article. I hope you find it
AutoCAD customization overview. (Manager's VPoint).
Cadence ; In the last few months I received a lot of email asking how to customize AutoCAD. The questions can be divided into two groups: those concerning menu customization and those concerning AutoLISP and Visual Basic for Applications (VBA). There seems to be a lack of understanding on what each
Is LISP out of a job? No way! (Programmer's Toolbox).
Cadence ; There are a lot of tools for customizing AutoCAD, so programmers often want to know which tool is the best for the job and which to learn at the exclusion of all others. In response, I normally ask, Do you own a set of tools for doing repairs around the house or on a car? And if so, do you have
Making the case for VBA: what programming language should you learn? (Lessons in programming: how to customize AutoCAD).
CADalyst ; Should I learn AutoLISP, ObjectARX, or VBA (Visual BASIC for Applications)? I hear this question often from users who want to go beyond custom toolbars and menu macros. Which one is best? That depends on whom you ask. Many articles available on the Internet explain why you should choose VBA over
Object manipulation in Visual LISP. (Programmer's Toolbox).(Tutorial)
Cadence ; This month's topic comes from a reader who wrote, I have a drawing with a lot of intersecting lines. I would like to be able to globally insert a block or circle at those intersections. This is a great request as it lets me demonstrate the powerful InsertWith method of the ActiveX interface and
LISP liners! Quick and easy Visual LISP routines. (Circles and Lines).
Cadence ; I can't make you a Visual LISP programmer with one column--that'll take a Christmas miracle. But I can definitely show you enough to make you more productive (and maybe more dangerous). This month I'm going to take a low-stress approach to creating one-line Visual LISP routines that any of you
Tips from our readers: routines to help you handle layers, change colors, and more.(Hot Tip Harry)
CADalyst ; Still wearing his fedora and overcoat, Harry plopped down in a chair and exclaimed, You'd think after 20 years of this we'd figure out a single good way to handle layers. I stared at him from my C++ coding haze. He handed me a CD-ROM. Layer setups, and this is just a smattering--they're everywhere!
Error Catching in Visual LISP and VBA.(Technology Information)
Cadence ; Programming applications will often involve the detection of and recovery from errors caused by a variety of sources. Bad input, ill-conditioned data, faulty calculations, or system failures can cause errors in the computer. I-low your program reacts when an error condition is encountered will
Using Objects in Visual LISP.
Cadence ; Over the past year I've gotten several requests from fellow Visual LISP students to explain the concepts and provide a basic how to for using AutoCAD) Entity Object references in Visual LISP. In case you hadn't noticed, there are a lot of different kinds of objects available for access, and it can
Embedded versus DVB files. (Programmer's Toolbox).(Column)
Cadence ; Visual BASIC for Applications (VBA) developers have two choices for the storage of their macros. They can store the macro as a DVB file and load it using the VBALOAD and VBAMAN commands. They can also store the macro in the drawing as an embedded macro. Each option poses some interesting advantages