Results 1 to 1 of 1

Thread: Slide image not occupying for image DCL

  1. #1
    Login to Give a bone
    0

    Default Slide image not occupying for image DCL

    As you can see in the attachement at the bottom of dialog box a rectangular pink box not occupying the full white colour image.Please suggest...

    : row {
    : image {
    key = "im" ;
    height = 2.15 ; //0.9495
    width = 10 ; //1.00
    fixed_width = true; //fix the width
    fixed_height = true; //fix the height
    }
    : paragraph {
    : text_part {
    label = "Designed and Created";
    }
    : text_part {
    label = "XYZ";
    }
    }
    }

    ______________________________Lisp________________ _____________
    (setq w (dimx_tile "im")
    h (dimy_tile "im")
    ) ;_ end of setq
    (start_image "im")
    ;(fill_image 0 0 w h 1)
    (slide_image 0 0 w h "hatch")
    (end_image)
    Attached Images Attached Images
    • File Type: jpg 1.JPG (16.9 KB, 34 views)

Similar Threads

  1. 2015: Insert image, unload image, image border stays around
    By invaderkyle in forum AutoCAD General
    Replies: 4
    Last Post: 2015-04-10, 03:23 PM
  2. Slide Images, Wide Polylines, and DCL Image Tiles
    By jasontyde in forum AutoCAD Customization
    Replies: 3
    Last Post: 2014-08-13, 04:17 PM
  3. Adding a Slide image to a dialog box
    By jseamons in forum AutoLISP
    Replies: 6
    Last Post: 2006-09-06, 02:23 PM
  4. can't see slide image
    By veroniquew in forum AutoCAD Customization
    Replies: 2
    Last Post: 2005-06-30, 04:37 PM
  5. AutoCAD 2005 TIFF Image files - Image file not valid
    By richard_hamilton in forum AutoCAD General
    Replies: 3
    Last Post: 2004-09-30, 11:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •