OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: borsa on December 21, 2011, 04:12:49 AM

Title: Copy Modal Dialogs
Post by: borsa on December 21, 2011, 04:12:49 AM
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
Title: Re: Copy Modal Dialogs
Post by: owenwengerd on December 21, 2011, 06:12:37 AM
It's not possible to copy the dialog itself, but you can copy and paste the controls.
Title: Re: Copy Modal Dialogs
Post by: jbuzbee on December 21, 2011, 07:31:27 AM
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.