Probleme with slide dimensions in DCL

Probleme with slide dimensions in DCL

Kh.mbkh
Advocate Advocate
567 Views
2 Replies
Message 1 of 3

Probleme with slide dimensions in DCL

Kh.mbkh
Advocate
Advocate

Hello!

As shown in the picture, even I use reels dimensions of my slide  "(dimx_tile   &  dimy_tile ); the image is soo small !!

 

My DCL code:

: image { key = "MS"; height = 30; fixed_height = true; width = 60; fixed_width = true; color = 0; aspect_ratio = 1;
is_enabled = false; is_tab_stop = false; }

 

My lisp:

///

(start_image "MS")
(slide_image 0 0 (- (dimx_tile "MS") 0) (- (dimy_tile "MS") 0) Fil) ; (dimx_tile "MS") should be in Pixels
(end_image)
///

 

Any idea !!

 

 

1.PNG

 

 

 

0 Likes
568 Views
2 Replies
Replies (2)
Message 2 of 3

john.uhden
Mentor
Mentor

It's probably all in the view during the slide creation.  Slide files are pretty dumb, so manipulation is minimal if at all.

John F. Uhden

0 Likes
Message 3 of 3

Sea-Haven
Mentor
Mentor

Like John make the slide as big as you possibly can also RIBBONCLOSE the ribbon seems to reduce vertical size also, use Z C and a scale try a few different numbers bigger and smaller dont forget VSLIDE to check. 

 

Ps for those panicking "RIBBON"

0 Likes