OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: copter on June 21, 2010, 01:45:34 AM

Title: FileExplorer Question
Post by: copter on June 21, 2010, 01:45:34 AM
Hello
What should be the best solution to set a path and/or a filename in a FileExplorer control (Form already loaded of course), since there is no function to set properties "Path" or "Filename" ?
Thanks
Title: Re: FileExplorer Question
Post by: owenwengerd on June 21, 2010, 05:03:35 AM
You have to specify initial path in the call to (dcl_form_show).
Title: Re: FileExplorer Question
Post by: copter on June 21, 2010, 09:31:49 AM
Yes I know that.
But after the form is already loaded ?
Title: Re: FileExplorer Question
Post by: owenwengerd on June 21, 2010, 10:55:42 AM
Sorry, there is no programmatic way to set those after the form is displayed.