OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: JTHWAMAN on April 26, 2010, 03:30:20 PM

Title: Ask " Modal Dialog" With " Modeless Dialog" Closes button the size dissimilar qu
Post by: JTHWAMAN on April 26, 2010, 03:30:20 PM


1. both's shutting down button may the same size? (P1~P2)
2. if must change a control row direction,
   which kind of editor frame should use? (P3)

Requests master help to answer, thanks ~
Title: Re: Ask " Modal Dialog" With " Modeless Dialog" Closes button the size dissimilar qu
Post by: owenwengerd on April 27, 2010, 08:02:33 PM
Modal and modeless dialogs have different title bars and close buttons by design; there is no way to change that.  You can set the 'Title Bar' property to false and make your own title bar and close button, but I do not recommend that except in very unusual situations.

I did not understand the your second question.