TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Vandyck on August 05, 2013, 08:59:52 AM

Title: AutoCAD VSLIDE AND SLIDE_IMAGE BUG
Post by: Vandyck on August 05, 2013, 08:59:52 AM
try this:

1 - create a new folder and gives it a name that contains an opening parenthesis.... something like "test(1)"

2 - create a slide with _mslide command. then copy the slide in the folder

3 - call the command _vslide  and try to open the slide

an error is generated : "test.slb non found"

also (slide_image) autolisp function don't work !!

autocad recognizes the open parenthesis as to want to specify the name of a library of slides (.slb files)

when you open a slide from a slidelib the syntax is: libraryname(slidename) .

Title: Re: AutoCAD VSLIDE AND SLIDE_IMAGE BUG
Post by: Crank on August 10, 2013, 02:20:24 AM
Parenthesis are not possible because the code of slides was already written in the DOS era.