I want to use LISP in IJCAD to display the slide file in the dialog box, but I cannot display it in white.

Asked 1 years ago, Updated 1 years ago, 93 views

According to the IJCAD LISP help, the (fill_image) and (slid_image) functions seem to be supported, but the slide file remains white and the slide file is not displayed.
(By the way, if the color of CAD's 2D model space is black, it will be white, and if the color of the 2D model space is white, it will be black.)
Also, the slide file display part remained white and the color did not change even if the value of the color argument was changed by the (fill_image) function.
Is there a problem with the (fill_image) function?

ijcad

2022-09-30 16:42

1 Answers

I was able to display the slides in DCL without any problems with the IJCAD 2018.
Why don't you check if the folder on the slide you want to view is included in the search path of the support file and if the absolute path is specified?


2022-09-30 16:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.