Menu script for turning off / on programs..
Menu script for turning off / on programs..
(OP)
Hi,
How do i code the menus so the user has the option of turning on / off certain programs / tools i have written..
Is there a generic way to code diesel that way?
One example is that i have a program that switches to certain dimstyles dependant on if the user is is paperspace or modelspace but i want to be able to have a menu switch so they can toggle this function off or on..
How do i code the menus so the user has the option of turning on / off certain programs / tools i have written..
Is there a generic way to code diesel that way?
One example is that i have a program that switches to certain dimstyles dependant on if the user is is paperspace or modelspace but i want to be able to have a menu switch so they can toggle this function off or on..
Cheers,
Paul @ basepoint designz ltd..
basepointdesignzltd
www.bpdesignz.com
RE: Menu script for turning off / on programs..
RE: Menu script for turning off / on programs..
Cheers,
Paul @ basepoint designz ltd..
basepointdesignzltd
www.bpdesignz.com
RE: Menu script for turning off / on programs..
Since it's vba, you'll need to toggle loading and unloading (you can just use autolisp for this -vbaload/-vbaunload), unless you code your vba macro to read either the menu itself (maybe checked or un-checked) or check the value of one of the user system variables USERR1...5 USERS1...5 etc.
HTH
Todd
RE: Menu script for turning off / on programs..
TIA