Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: combobox selection color #23

Open
linety opened this issue Jan 30, 2019 · 0 comments
Open

Bug: combobox selection color #23

linety opened this issue Jan 30, 2019 · 0 comments

Comments

@linety
Copy link

linety commented Jan 30, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant