XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

XSharp.VOGUIClasses: VO code that contains ComboBoxEx does not compiles

Open wriedmann opened this issue 2 years ago • 3 comments

The VO WED creates the code

oDCPassSys := comboboxex{self,ResourceID{_PASSWDEDIT_PASSSYS,_GetInst()}}

when a ComboBoxEx is used. With the XSharp.VOGUIClasses, the following compile error is thrown:

error XS1729: 'XSharp.VO.SDK.ComboBoxEx' does not contain a constructor that takes 2 arguments

wriedmann avatar Aug 29 '23 06:08 wriedmann

We / I have not implemented ComboboxEx yet

RobertvanderHulst avatar Aug 29 '23 10:08 RobertvanderHulst

I have never really used ComboBoxEx. Do you have a (small) example program that demonstrates how you use it?

RobertvanderHulst avatar Aug 29 '23 14:08 RobertvanderHulst

I will prepare one. https://learn.microsoft.com/en-us/windows/win32/controls/comboboxex-controls

wriedmann avatar Aug 29 '23 14:08 wriedmann