Modern-UI-Components-for-VBA icon indicating copy to clipboard operation
Modern-UI-Components-for-VBA copied to clipboard

Bug: combobox selection color

Open linety opened this issue 5 years ago • 0 comments

Hi bro ,

been quite sometimes since i reported anything :) anyways , i tried to use the ShowDropDown and it doesnt seem to be working as intended

here is the used code:

Dim qrydropdown As String

'qrydropdown = "SELECT Items.Id,  Items.[Item_name] FROM Items ;"
Dim tst

gDll.Toast "you've selected: " & gDll.ShowDropDown("Application Title", "Please select an item to continue", dataSource:=qrydropdown, isRawSql:=True, boundColumn:=2, ColumnWidths:=Array(50, 50), themeColour:="#456995", themeForeColour:="#ffffff", doneButtonCaption:="Continue")

and here is a screen shot of the result item color

3/ selection color is always green and it can't be changed so far

Ty for your all the work put into this. Best Regards

linety avatar Jan 30 '19 15:01 linety