Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Menu Problems.

Status
Not open for further replies.

DaGeorge

Mechanical
Dec 10, 2003
6
Does anyone know how to create a double line menu label. I've heard of this being done but can't find out how to do it.
 
Replies continue below

Recommended for you

I looked on the site you suggested but coulden't find what I need. Would you have any other suggestions??? Good site for information by the way. thanks.
 
Do you mean you want to create a label for the "Multiline" command on a toolbar? If you have AutoCAD 2004 it is easy. I not certain how to do it with previous versions.

Steve Smith, C.I.D.
Product Engineer
Staco Energy Products Co.
 
I have created pulldown menus to insert certain notes into my drawings. The names get rather lenghty to display all of it in one line on the screen so I'm trying to split it to two selectable lines. Like this label:

[&2. FINISH: APPLY TEFLON PENETRATED HARD ANODIZE COATING PER MIL-A-8625 TYPE III, CLASS 1, TO ALL SURFACES EXCEPT WHERE NOTED. BUILD-UP PER DIAMETER TO BE .002 INCHES MAX. RACK WITH ELECTRODES.]

I'd like this to display this on 2 lines on the pulldown menu instead of one continuous line.

Sorry for the poor description in my previous posts. Thanks
 
Couldn't you just break it into 2 separate labels, and the user could select either label to insert the note?
 
Yea, I was thinking of doing that but it confuses some of the other people who use the menu. They think it's two diffrent notes instead of one. Thanks for the input.
 
Instead of putting this long text in the label, use helpstrings in your menus. I am assuming that you are using notes that are wblocked, not using a macro to enter this text in mtext.
(just copy and paste into Notepad, it wordwraps here on the net)
In this example, "Coating_Note" and "SSTube_Note" are the names of the blocks.

Code:
//
// Notes.mnu 
//
// Inserts note blocks into drawing
//
// This menu assumes that the blocks are in the support path.
//
// Helpstrings are displayed in the status line. 
//

***MENUGROUP=Notes

***POP1
Header [Notes]
coatNote   [&Coat Note]^C^C-INSERT;Coating_Note;\;;;
SSTubeNote  [&SS Tube Note]^C^C-INSERT;SSTube_Note;\;;;
 

***HELPSTRINGS	
CoatNote  [FINISH: APPLY TEFLON PENETRATED HARD ANODIZE COATING PER MIL-A-8625 TYPE III, CLASS 1, TO ALL SURFACES EXCEPT 

WHERE NOTED. BUILD-UP PER DIAMETER TO BE .002 INCHES MAX. RACK WITH ELECTRODES.]

SSTubeNote  [Stainless Steel Tubing: TP304 or TP316, seamless; made to ASTM A269-90. Mill source certificates required, 

including heat number and chemical analysis.]

Flores

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor