OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: sysuwzx on April 17, 2016, 02:34:51 AM

Title: how to generate File Save dialog box like this
Post by: sysuwzx on April 17, 2016, 02:34:51 AM
I want to save some data in one file but it seems there is not inside functions in opendcl which can be shown just like the attachment.
So, is there any script or function can show like this ?
Title: Re: how to generate File Save dialog box like this
Post by: owenwengerd on April 17, 2016, 04:54:26 AM
You should use a File Dialog (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Form/FileDialog.htm) form.
Title: Re: how to generate File Save dialog box like this
Post by: sysuwzx on April 18, 2016, 03:45:11 AM
Quote from: owenwengerd on April 17, 2016, 04:54:26 AM
You should use a File Dialog (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Form/FileDialog.htm) form.
thanks! i never notice that dialog! it's just shown in the context menu instead of the control panel !  thanks again!
Title: Re: how to generate File Save dialog box like this
Post by: Tharwat on April 18, 2016, 12:43:59 PM
Or maybe getfiled function see http://docs.autodesk.com/ACD/2011/ENU/filesALR/WS1a9193826455f5ff1a32d8d10ebc6b7ccc-6a04.htm
Title: Re: how to generate File Save dialog box like this
Post by: sysuwzx on April 19, 2016, 07:15:37 AM
thanks all the same! i'll try it!