question about color combo box

Started by andrew · 2011-04-20 17:32 UTC · 2 replies · SMF topic #1617

when using the combobox for color, in my project it defaults at "byblock"
how can i get it to default to "bylayer"

Try calling (dcl_ComboBox_SetCurSel 0) in the form's OnInitialize handler.
excellent

thanks Owen