TerminalGuiDesigner icon indicating copy to clipboard operation
TerminalGuiDesigner copied to clipboard

Another annoying thing is `ComboBox` not hiding the list on click but only by double clicking or clicking on the down symbol. I don't remember if there is any option to close on click.

Open tznind opened this issue 2 years ago • 4 comments

Another annoying thing is ComboBox not hiding the list on click but only by double clicking or clicking on the down symbol. I don't remember if there is any option to close on click.

Originally posted by @BDisp in https://github.com/gui-cs/TerminalGuiDesigner/issues/62#issuecomment-1201046738

tznind avatar Aug 01 '22 11:08 tznind

@BDisp is this in the PosEditor and DimEditor dialogs?

tznind avatar Aug 01 '22 11:08 tznind

@BDisp is this in the PosEditor and DimEditor dialogs?

Yes, but perhaps can have the same behavior on others places where ComboBox is used.

BDisp avatar Aug 01 '22 11:08 BDisp

Do you think this is something better handled in gui.cs? I feel like anything I implement in mouse click event handler is going to be hacky? Especially since ComboBox doesn't expose its listbox property.

tznind avatar Aug 01 '22 15:08 tznind

Totally agree with you. All the bugs that is pertinent to the gui.cs must be fixed there. I just was talking about this with you to exchange ideas. Can you open an issue there, please. Only if you think this worth something, of course.

BDisp avatar Aug 01 '22 15:08 BDisp

Well, the new Terminal.Gui package allow this now.

BDisp avatar Sep 20 '22 11:09 BDisp

Great stuff! new combo boxes are working great 🎉

tznind avatar Sep 21 '22 08:09 tznind