Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help with LISP Code

20 REPLIES 20
Reply
Message 1 of 21
Anonymous
1017 Views, 20 Replies

Help with LISP Code

I cant figure out how to get one slide image to preview instead of the other when you push the diferent radio buttons. Any help would be great thanks in advance. heres the code.....




(defun do_preview_1()

(start_image "im1")
(fill_image 0 0 x1 y1 0)
(end_image)



(if (action_tile "rb13" "(setq sv \"3D\")")

(progn

(start_image "im1")
(SLIDE_IMAGE -20 -125 350 350 "AAA0001I3D")

(end_image)


(if not(action_tile "rb13" "(setq sv \"3D\")")

(progn
(setq h1 (dimx_tile "AAA0001A3D")
h2 (dimy_tile "AAA0001A3D")
)
(start_image "im1")
(SLIDE_IMAGE -20 -125 350 350 "AAA0001A3D")
(end_image)

)
)
)
)
)
20 REPLIES 20
Message 21 of 21
Anonymous
in reply to: Anonymous

Thanks for taking the time to help me i greatly appreciate it. I will get started on this asap and let you know how i manage.

 

Thanks Again

DJ

Smiley Wink

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost