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

Dimensions of image slide (dcl and lisp)

7 REPLIES 7
Reply
Message 1 of 8
Vv69
2395 Views, 7 Replies

Dimensions of image slide (dcl and lisp)

Hi all,
it looks like I'm not able to control the dimensions of image slide
Whatever value I use for height and width the image is displayed too small in the tile.
What am i doing wrong ?
Thanks to who can help me.

here's my code:
: image {
       key = "sld";
       height = 5;
       width = 30;
       color = 0;
       is_enabled = false;
       is_tab_stop = false;
    fixed_width = true;
    fixed_height = true;
    aspect_ratio = 1;       
     }       
----------------------
  (setq width (dimx_tile key))
  (setq height (dimy_tile key))
  (start_image "sld")
  (fill_image 0 0 width height 0)
  (slide_image 1 1 (- width 2 )  ( - height 2 ) "CBsagome\\D.sld")
  (end_image)

7 REPLIES 7
Message 2 of 8
diagodose2009
in reply to: Vv69

//Title:View SLD file in the platforms autocad.............
Hi..
Please downloading "my demonstation program VLX"  bellow......
if downloading failed, then you copy&paste  this adress to you adressbar.

If you need  the source LISP ,please  you send to me,the private message.

step0)unzip all files
step1)You load my application pp_ddvslide
step2)You enter the command Q2 [enter]
step3)You select any SLD file
step4)Have..Fun

Message 3 of 8
drsvsmani
in reply to: Vv69

hi can you send me the source file or just simple i want to attach one image in my dcl file.can you send me simple dcl file with slide name of myslide.sld to my email address drsvsmani@gmail.com?

Message 4 of 8
drsvsmani
in reply to: drsvsmani

i have given email to your email id. please check it. received your mail.

Message 5 of 8
djncad
in reply to: Vv69

Hi I've created a dcl program,in that I've added two value box.and I've given two values i would like to learn the steps to get the answer (vb1 - vb2=X) pls do help me out.
Message 6 of 8
drsvsmani
in reply to: djncad

hi

you can send me the dcl and lisp file which u have created, without seeing that i cant findout what u want exactly. you can attach the files and send me in my gmail.
 
Regards.
svsmani
Message 7 of 8
smaher12
in reply to: Vv69

Before you created your slide image, did you zoom extent? The bigger the image is on your screen before you create the slide image the bigger it will appear in your image tile.

Message 8 of 8
bhull1985
in reply to: smaher12

In additon, close all windows that are on your drawing screen, or move them out of the way.

This includes the COMMAND LINE as well as any property windows or toolbars you may have in the drawing area.

Then turn off your grid.

Make sure you're zoomed all the way to the object and not leaving any portions of it cut out.

Once your screen is filled with your object you simply type

MSLIDE

 

 

HTH!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Please use code tags and credit where credit is due. Accept as solution, if solved. Let's keep it trim people!

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

Post to forums  

Autodesk Design & Make Report

”Boost