OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: andrew on April 20, 2011, 10:32:41 AM

Title: question about color combo box
Post by: andrew on April 20, 2011, 10:32:41 AM
when using the combobox for color, in my project it defaults at "byblock"
how can i get it to default to "bylayer"

Title: Re: question about color combo box
Post by: owenwengerd on April 20, 2011, 06:15:08 PM
Try calling (dcl_ComboBox_SetCurSel <combo-box> 0) in the form's OnInitialize handler.
Title: Re: question about color combo box
Post by: andrew on April 21, 2011, 05:52:37 AM
excellent

thanks Owen