In 16.01 the problem is not solved complety. The dropdownlist is not visible or in the background as in the picture in the attachment. When i made a new demo it works but not in my programm.
Thank you for the information. “TopWndAfter” used only with debugger for prevent of covering of debugger by “TopMost” popup forms.
Robert, can you confirm that issue exists under debugger only?
Yes i found out that the problem only is there when i compile and run the program. Wenn i run the .exe the combobox is working ok. The only problem what is happening on both situations is that after the oncreate event from the main form a onChange event is triggered from a combobox who is on an other form.this is very strange.
The only problem what is happening on both situations is that after the oncreate event from the main form a onChange event is triggered from a combobox who is on an other form.
Can you help me to repeat this situation? What should be done for that?
I found the reason why the onChange event is triggered. The problem is in the procedure sComboBox2.Clear.
Two things are wrong in this procedure. 1) after clear the onChange event is triggered. 2) the Items ale not cleared, only the .text is cleared. The standard combobox works ok.
The dropdownlist is not visible or in the background wenn i run the programm in delphi enviroment.