TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: A_LOTA_NOTA on July 19, 2007, 07:12:33 PM

Title: Create a Pull Down Menu!
Post by: A_LOTA_NOTA on July 19, 2007, 07:12:33 PM
Can a pull down menu be created using lisp?
Title: Re: Create a Pull Down Menu!
Post by: deegeecees on July 19, 2007, 07:16:39 PM
Yup
Title: Re: Create a Pull Down Menu!
Post by: A_LOTA_NOTA on July 19, 2007, 07:25:44 PM
Thanks!  :-D
Title: Re: Create a Pull Down Menu!
Post by: deegeecees on July 19, 2007, 07:38:03 PM
Glad you have a sense of humor!

Quite a bit of coding, involving writing to an MNU file or possibly CUI (don't have 2008), depending on your version of ACAD, but it is possible with MNU's. I've done it. Just don't have the time for such a task.
Title: Re: Create a Pull Down Menu!
Post by: A_LOTA_NOTA on July 19, 2007, 07:39:58 PM
I will do some searches & see what I can find! Thanks for the info!
Title: Re: Create a Pull Down Menu!
Post by: A_LOTA_NOTA on July 19, 2007, 08:11:38 PM
I'm wanting to make a custom pull down menu. Not wanting to do this on every CAD machine in the office I thought if it would be done with a lisp that would be better. The pull down would be used to run a lisp anyway so why not have it edit the current menu when the lisp is load!
Title: Re: Create a Pull Down Menu!
Post by: A_LOTA_NOTA on July 19, 2007, 08:42:53 PM
Okay, I want to write a lisp that when it is loaded it will add a pull down menu to the current menu.
Title: Re: Create a Pull Down Menu!
Post by: TimSpangler on July 19, 2007, 08:47:35 PM
I'm wanting to make a custom pull down menu. Not wanting to do this on every CAD machine in the office I thought if it would be done with a lisp that would be better. The pull down would be used to run a lisp anyway so why not have it edit the current menu when the lisp is load!

You would only need to create one menu, then store it on a network drive then load it with a company lisp at startup.
Title: Re: Create a Pull Down Menu!
Post by: It's Alive! on July 19, 2007, 10:30:50 PM
look at this one
http://www.theswamp.org/index.php?topic=13477.msg162839#msg162839
Title: Re: Create a Pull Down Menu!
Post by: Kerry on July 19, 2007, 10:43:51 PM
Very Nice Daniel.
Title: Re: Create a Pull Down Menu!
Post by: It's Alive! on July 19, 2007, 11:11:37 PM
Thanks Kerry  :-)
Title: Re: Create a Pull Down Menu!
Post by: A_LOTA_NOTA on July 20, 2007, 07:38:29 AM
Nice Daniel!! Just what I was wanting to do!