C++-plugin, combobox-drop-down-list not display her items
-
Hello,
i use a combobox on a DockingDlgInterface on *.rc-file
COMBOBOX IDC_CCODE_EDT_PNR,60,18,83,27,CBS_DROPDOWN | WS_VISIBLE | CBS_SORT | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
The list-items i send by
::SendMessage(cbPointCode, CB_ADDSTRING, 0, (LPARAM)StringTools::GetWString(codes->at(i)).c_str());
On open drop-down-list is resizing okay, but items is not drawing, black text on black background. Only after mouse over is draw the item.
What must i do that combobox-drop-down-list drawing correctly?
regards Mario
-
Are you working with the latest N++ version? I remember i had this also in the past with an older Version and this seems to be fixed.
-
Hello Thomas,
yes that was it.
h have use the version 8.4.6, now i make update to 8.6 and now it works fine…
best gregards
Mario