Author Topic: Slides using $I=* , can the view be enlarged?  (Read 5684 times)

0 Members and 1 Guest are viewing this topic.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Slides using $I=* , can the view be enlarged?
« Reply #15 on: September 21, 2005, 01:40:26 PM »
Sorry, but it does not exhibit that behavior in my environment after changing the item from an image button to a plain old image.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

AVCAD

  • Guest
Re: Slides using $I=* , can the view be enlarged?
« Reply #16 on: September 22, 2005, 10:51:57 AM »
Code: [Select]
acad_icon: dialog {
        key = "label";
        initial_focus               = "listbox";
        : row {
            : list_box {
                width               = 40;
                height              = 23;
                fixed_height        = true;
                key                 = "listbox";
                allow_accept        = true;
            }
            : column {
               : row {
                   : image {
                       color                   = 0;
                       width                   = 75;
                       height                  = 20;
                       aspect_ratio            = 0.66;
                       allow_accept            = false;
                       fixed_height            = true;
                       fixed_width             = true;
                       key         = "icon1";
                   }
               }
/*                : row {
*                    : icon_image {
*                        key         = "icon5";
*                    }
*                    : icon_image {
*                        key         = "icon6";
*                    }
*                    : icon_image {
*                        key         = "icon7";
*                    }
*                    : icon_image {
*                        key         = "icon8";
*                    }
*                }
*                : row {
*                    : icon_image {
*                        key         = "icon9";
*                    }
*                    : icon_image {
*                        key         = "icon10";
*                    }
*                    : icon_image {
*                        key         = "icon11";
*                    }
*                    : icon_image {
*                        key         = "icon12";
*                    }
*                }
*                : row {
*                    : icon_image {
*                        key         = "icon13";
*                    }
*                    : icon_image {
*                        key         = "icon14";
*                    }
*                    : icon_image {
*                        key         = "icon15";
*                    }
*                    : icon_image {
*                        key         = "icon16";
*                    }
*                }
*                : row {
*                    : icon_image {
*                        key         = "icon17";
*                    }
*                    : icon_image {
*                        key         = "icon18";
*                    }
*                   : icon_image {
*                      key         = "icon19";
*                    }
*                    : icon_image {
*                        key         = "icon20";
*                    }
*                }
*
*              : row {
*                  : icon_image {
*                      key         = "icon21";
*                  }
*                  : icon_image {
*                      key         = "icon22";
*                  }
*                  : icon_image {
*                      key         = "icon23";
*                  }
*                  : icon_image {
*                      key         = "icon24";
*                  }
*              }
*/

That is what my DCL files looks like for that section.

I the image is not selectable, correct, there for it doesnt become highlighted when clicking the picture.

If you scroll through the LISTBOX using your mouse, not the Next or Previous buttons, but by clicking the name of the image the image does become highlighted. This is what I want stopped, if at all possible.

Thanks, for the help.


Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Slides using $I=* , can the view be enlarged?
« Reply #17 on: September 22, 2005, 12:22:11 PM »
That must be built into AutoCAD ... You would likely have to create your own program .. and even then I am not sure how it work ..
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Slides using $I=* , can the view be enlarged?
« Reply #18 on: September 23, 2005, 03:04:50 PM »
Yes you can....but not in VLISP.

You can use ObjectDCL and play around.
you can see SBLOCK program in CADDEPOT and take a look of the thumbnail
Keep smile...