I found the file I needed cellsel.ma , but I am having to manually load it every session, I need to know how to keep it loaded . I am using the Key-in commands like
"cellsel openselector sama" works great and another "cellsel openselector rjbp_tbspl" these commands are in macro's tied to tool bar buttons. The do not work until I go and another "cellsel openselector rjbp_loop2" into the Utility MDL Applications and pick the cellsel.ma, which I moved into the directory/Folder so I could find it easily. I tried the Workspace Configuration
The problem here is then it open and asks me to select a file, I am not wanting that to happen. I only wanted the cellsel to stay as an option in the Key-in command
T
Hi,
first option: Go to Workspace/Konfiguration and set the configuration variable MS_DGNAPPS to cellsel.ma.
second option: just prepend "mdl load cellsel.ma" for each of your command buttons, like: "mdl load cellsel.ma; cellsel openselector sama". This tries to load the application each time you click the button.
Regards, Stefan.