Author Topic: Edit Attribute Dialog box launches extra large  (Read 2274 times)

0 Members and 1 Guest are viewing this topic.

jlogan02

  • Bull Frog
  • Posts: 327
Edit Attribute Dialog box launches extra large
« on: September 28, 2018, 03:33:32 PM »
I have this snippet code

Code - Auto/Visual Lisp: [Select]
  1. (setq att1
  2.         (ssget "_X"
  3.                 '((0 . "INSERT")
  4.                  (66 . 1)
  5.                  (2 . "TBLK_ATT_CTL")
  6.                 )
  7.         ) ;; end SSGET
  8.   )(command "._ddatte" att1 "");;start attribute edit

that for some reason launches the Edit Attribute dialog box extra large. It does this on my puter only. Not any one else's.
This snippet is a small portion of a larger code. To test, I copied just this bit out and ran it separately. It still launches the dialog box large.
It resizes once you move the dialog box, but only then.


J. Logan
ACAD 2015
J. Logan
ACAD 2018

I am one with the Force and the Force is with me.
AutoCAD Map 2018 Windows 10

jlogan02

  • Bull Frog
  • Posts: 327
Re: Edit Attribute Dialog box launches extra large
« Reply #1 on: September 28, 2018, 03:36:12 PM »
Just test if the ddatte command at the command line results in the same size dialog. Yes, it does.
"ATE" shortcut does too.

J. Logan
J. Logan
ACAD 2018

I am one with the Force and the Force is with me.
AutoCAD Map 2018 Windows 10

GDF

  • Water Moccasin
  • Posts: 2081
Re: Edit Attribute Dialog box launches extra large
« Reply #2 on: September 29, 2018, 12:25:17 PM »
Just a shot in the dark..

Have you modified the base.dcl or acad.dcl files? If so update these files from another computer that displays the dialog box correctly.
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Edit Attribute Dialog box launches extra large
« Reply #3 on: September 29, 2018, 10:49:11 PM »
So what is the question here?

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

jlogan02

  • Bull Frog
  • Posts: 327
Re: Edit Attribute Dialog box launches extra large
« Reply #4 on: October 01, 2018, 10:27:42 AM »
Why is my dialog box so big? Why does it get reset to the correct size with a move?

Sorry if I wasn't clear.

J. Logan
ACAD 2015
J. Logan
ACAD 2018

I am one with the Force and the Force is with me.
AutoCAD Map 2018 Windows 10

jlogan02

  • Bull Frog
  • Posts: 327
Re: Edit Attribute Dialog box launches extra large
« Reply #5 on: October 10, 2018, 11:10:57 AM »
Upgrade to 2018 resulted in the same thing only better. At least I think so.

This dialog shows the entire attribute. It might be cumbersome if there are more though. I'm gonna test that theory.

J. Logan
ACAD 2018
« Last Edit: October 10, 2018, 05:24:39 PM by jlogan02 »
J. Logan
ACAD 2018

I am one with the Force and the Force is with me.
AutoCAD Map 2018 Windows 10