Thomas Nind
Thomas Nind
Hi, I am attempting to extract an overlay from a DICOM file. The file is from the conformance archive of GDCM [gdcmConformanceTests.tar.bz2](https://iweb.dl.sourceforge.net/project/gdcm/gdcmConformanceTests/gdcmConformanceTests/gdcmConformanceTests.tar.bz2). The image I am having difficulty with is...
> I am using combobox control, when I delete characters It throws the same error **IndexOutOfRangeException** _Originally posted by @ttool22 in https://github.com/gui-cs/Terminal.Gui/issues/1250#issuecomment-1211739635_
I've opened this PR to explore the best way to enable an 'auto scrolling' log style view. The two problems I encountered implementing the scenario were: - When updating the...
**Describe the bug** There is a wierd bug with ComboBox where typing text into the box that does not appear in its Source gets cleared when you leave the control....
This is a new ticket to come out of https://github.com/migueldeicaza/gui.cs/issues/1463 (I've created a new ticket since that one is closed and was more general). It is to add the ability...
> 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...
Workaround is to run with the command line parameter `--usc` Running without this setting seems to result in the mouse getting 'attached' to things that you are trying to drag...
TODO: It would be nicer if the border properties were auto displayed and the `View.Border` automatically created when the properties are changed rather than needing an explicit operation Also needs...
 When you press keyboard Enter key on the Cancel button it just moves to Ok. Maybe theres a handled state that needs set? Also how about it says `Clear...
Currently there are 2 ways to edit properties. You can right click something and access its 'Properties' submenu  Then there is F4 (which displays all properties and values). ...