OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: TimSpangler on August 19, 2010, 04:53:27 AM

Title: dcl_SelectFolder with position?
Post by: TimSpangler on August 19, 2010, 04:53:27 AM
Would it be possible to have the dcl_SelectFolder have an argument for opening position?  Of maybe open at cursor or centered?

Just askin'
Title: Re: dcl_SelectFolder with position?
Post by: owenwengerd on August 19, 2010, 05:43:12 AM
The initial position is controlled by Windows. I've never checked, but if the position is persisted in the registry, you may be able to modify those values before displaying the dialog. With a little work, the dialog could be repositioned after it is open. I suggest adding a feature requst for this.
Title: Re: dcl_SelectFolder with position?
Post by: TimSpangler on August 19, 2010, 09:12:26 AM
I will add it as a request.  Until then I will roll my own.(there are a few other things that I would like to do with it)

Thanks Owen!