It's possible to copy a Modal Dialog from a project (.odcl) into other one?
Because I can use the same Dialog in several prpojects.
thanks
It's not possible to copy the dialog itself, but you can copy and paste the controls.
You could also just call the same dialog from multiple lisp routines. I have a general "Select Layer" dialog that I call from several routines needing a layer name.