Jump to content

Recommended Posts

Posted

I have a few (100) blocks, or symbols if you like, wich I use very often. All working great but I would like to change one thing.

 

Most symbols are placed with a command starting with:

*C^C where the * means somthing like "repeat when done".

This gives me the advantage of selecting the symbol in a menu, then clicking the insertionpoint (left mouse) and "done" (right mouse).

So whenever I need the symbol 10 times in a row I click left, right, left right... and so on. When finished I press escape.

 

However: some of the symbols require to be filled out when inserted. So I allwas heve to do some "in between actions" like clickin the cancel button in the shown dialog box.

 

THere might be a systemvariable that should be set to 0 in order to disable the dialogboxes. DOn't know wich it is but I'd like to know what went wrong when I created the symbols.

 

Why are some symbols placed without prompting the attributevalues while others must be filled out at once?

 

Tnx for all help.

Posted
Why are some symbols placed without prompting the attributevalues while others must be filled out at once?
Lee has given the answer on how to suppress the prompt in all cases (I prefer it like that) but the only reason for a variation is that some of your blocks don't have any attributes to be filled in.
Posted

Or that the attributes flag could be preset or constant. -David

Posted
Or that the attributes flag could be preset or constant. -David
forgot about those - thanks
Posted

Dave,

 

I get nailed on constant attributes a lot. And I'm the one that makes them and still forget about them -David

Posted

I use this in the startup lsp file:

 

(defun c:startup ()

(setvar "attreq" 0)

)

 

Startup is now to be chosen in my main menu.

 

Did not know the command attreq, tnx for the tip.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...