Author Topic: SLIDE IMAGE DCL ONLY SHOWS IT ON ROUTE C:  (Read 1710 times)

0 Members and 1 Guest are viewing this topic.

eduardoceliz

  • Mosquito
  • Posts: 5
SLIDE IMAGE DCL ONLY SHOWS IT ON ROUTE C:
« on: October 27, 2020, 05:13:58 PM »
DEAR FRIENDS, I WANT TO CONSULT YOU REGARDING A PROBLEM I HAVE WHEN I PLACE THE PATH FOR MY SLIDE IMAGE

(start_image "LOGO")
(fill_image 0 0 (dimx_tile "LOGO") (dimy_tile "LOGO") -15)
(slide_image 0 -4 (+ (dimx_tile "LOGO") 17) (+ (dimy_tile "LOGO") 17) "C:\\Program Files (x86)\\Mis Lisp\\2020\\SLIDE_LOGO.sld")
(end_image)


but when I change the route for this if it shows

(start_image "LOGO")
(fill_image 0 0 (dimx_tile "LOGO") (dimy_tile "LOGO") -15)
(slide_image 0 -4 (+ (dimx_tile "LOGO") 17) (+ (dimy_tile "LOGO") 17) "C:\\SLIDE_LOGO.sld")
(end_image)


I hope you can help me

efernal

  • Bull Frog
  • Posts: 206
Re: SLIDE IMAGE DCL ONLY SHOWS IT ON ROUTE C:
« Reply #1 on: October 29, 2020, 08:46:25 PM »
(if (findfile "C:\\Program Files (x86)\\Mis Lisp\\2020\\SLIDE_LOGO.sld")
(progn
(start_image "LOGO")
(fill_image 0 0 (dimx_tile "LOGO") (dimy_tile "LOGO") -15)
(slide_image 0 -4 (+ (dimx_tile "LOGO") 17) (+ (dimy_tile "LOGO") 17) "C:\\Program Files (x86)\\Mis Lisp\\2020\\SLIDE_LOGO.sld")
(end_image)
)
(alert "C:\\Program Files (x86)\\Mis Lisp\\2020\\SLIDE_LOGO.sld not found...")
)
e.fernal

d2010

  • Bull Frog
  • Posts: 326
Re: SLIDE IMAGE DCL ONLY SHOWS IT ON ROUTE C:
« Reply #2 on: October 30, 2020, 04:09:25 AM »
You can convert the file.SLD to autolisp-slide-self-generator inside dialog.dcl
https://youtu.be/91_DFjN6ucs?t=121
Code: [Select]
The class is taken by a famous teacher. All his family were at home. Bad news travels extremely fast. Our group is made of good friends.You see in this movie.youtube a few.sld with a lot of lines,arcs and hatch-pixles.
« Last Edit: October 30, 2020, 10:09:12 AM by d2010 »