Run some kind of lisp to display window with loaded lisp information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I was hoping to pick your brains for some ideas.
I am the CAD manager for a company with around 300 CAD and Civil 3D licenses. I utilize acaddoc.lsp to autoload many lisps for the entire company.
What I am looking for are some ideas on how to communicate to the rest of the company, (multiple offices and states), what lisps are loaded, their commands and a description.
Each user has a custom ribbon loaded that I created, and I wanted to put a button in the ribbon that will run some kind of lisp to display a dialog that gives the COMMAND and DESCIPTION.
My first though was just a simple alert window, but the formatting doesn't work, and it looks pretty terrible when the description is too long and it word wraps.
My second though, and the only other idea I have, would be to put the info into an html document and then use an intermodal window to display it, but I would like to not have to keep an html document formatted.
Any ideas would be greatly appreciated.
Thanks!