OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: marcoheuer on October 29, 2011, 02:39:34 AM

Title: combobox OnSelChanged event
Post by: marcoheuer on October 29, 2011, 02:39:34 AM
hello,
i have a problem with the combobox object with style 0.
for example:
if i check in the event OnSelChanged with dcl_ComboBox_GetEBText the actual value, i get back the old value and not the new selected value.
(opendcl 6.0.2.5)

best regards
marco
Title: Re: combobox OnSelChanged event
Post by: owenwengerd on October 29, 2011, 11:17:10 PM
Try using (ComboBox_GetLBText) instead.
Title: Re: combobox OnSelChanged event
Post by: marcoheuer on November 03, 2011, 01:07:54 AM
hello owen,
i am sorry for the later reply.
the problem is to be that the input of each values ââ,¬â€¹Ã¢â,¬â€¹in the dialog handled in an external error routine.
i have now helped me so that i dcl_ComboBox_SelectString in the event and can use it to check the current value with dcl_ComboBox_GetEBText.

best regards
marco