This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (10 messages)
Rusty, Yes, I'll be arriving in Chicago @5AM Monday, and attending virtually all sessions. Departing Chicago early Friday AM. Staying at Hilton. — Phil Kreiker, Looking Glass Microproducts
David, The function you are looking for is (defun minlist (alist) (apply 'min alist) ) My last message omitted a (. Phil
David, Here's what you want: (defun remove (item alist) (if (member item alist) (append (reverse (cdr (member item (reverse alist)))) (cdr (member item alist)) ) alist ) However, why not just insert your list items in sorted order: (defun insert (item alist) (cond ((or (null alist) (< item (car alist)))…
David, The function you are looking for is as follows: (defun minlist (alist) apply 'min alist) ) Phil Kreiker, Looking Glass Microproducts
Once upon a time, John Sergneri informed me that if the number provided in SET ACADFREERAM= is less than 64, the number is taken to be Kilobytes; if >= 64, the number is taken to be in bytes. Furthermore, I was lead to believe that if too large a number…
Dennis, Try putting SET ACADFREERAM=63 in your AUTOEXEC.BAT file. Be sure there are no spaces around the '='. Phil Kreiker Looking Glass Microproducts
Jason, HERE, HERE!!. ALL Looking Glass Microproducts AutoLisp code (except for demo disks) is shipped Not-Kelvinated, Not-Ecripted, and Not-Copy-Protected. Furthermore, I discourage the purchase of ANY copy-protected programs by my clients. Phil Kreiker Looking Glass Microproducts AutoCAD / Engineer Works Dealer / 3rd Party Developer
#21329-
Ashade pointing device
Message #21425
Dan, Thanks for the information. I find pulling the power cord on the tablet MOST unelegant. I'll stick with the ADI driver for now. — Phil
#21329-
Ashade pointing device
Message #21425
Dan, Thanks for the information. I find pulling the power cord on the tablet MOST unelegant. I'll stick with the ADI driver for now. — Phil
Jean-Paul, There's two ways to use the Summasketch with AutoShade: 1) Summagraphics has a driver that emulates the Microsoft Mouse. Unfortunately, there's no way to uninstall the driver when switching BACK to ACAD. 2) We have for sale an ADI driver for the Summasketch. This allows using ONE configuration for…