ComboBox Separator

In a CheckBox’ Open Event:

Me.AddRow "Monday" // More Me.AddRow "" will appears here Me.AddSeparator Me.AddRow "Tuesdayday" // More Me.AddRow "" will appears here Me.AddSeparator
and some other days…

Does not works, I only get a “-” instead of a separator line.

Checked on Xojo 2018r2.

I have had the same problem and solved it with a constant gc_PopUp_Separator as type string with the content “???” as default value.

[quote=404514:@Emile Schwarz]Does not works, I only get a “-” instead of a separator line.

Checked on Xojo 2018r2.[/quote]

This appears to be a bug. Please file a report in Feedback.

OK.

No, one already exists.
37851:
1 351st combobox addseparator not adding separator line in OS X Verified 100 000000

With Project and screen shot.