Custom Menu Problems.
Custom Menu Problems.
(OP)
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.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Custom Menu Problems.
http://www.afralisp.com/tutor.htm
(That is a good site to bookmark for customizing tutorials)
Flores
RE: Custom Menu Problems.
RE: Custom Menu Problems.
Steve Smith, C.I.D.
Product Engineer
Staco Energy Products Co.
www.stacoenergy.com
RE: Custom Menu Problems.
[&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
RE: Custom Menu Problems.
RE: Custom Menu Problems.
RE: Custom Menu Problems.
untested, try [control] + [enter]
cheers,
RE: Custom Menu Problems.
(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.
//
// 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