Thomas Nind

Results 113 issues of 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...

evaluating

> 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_

bug
wontfix

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....

bug
design

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...

enhancement

> 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...

![image](https://user-images.githubusercontent.com/31306100/180749289-f4ed37d9-69bc-4d0e-aec6-5b5c0a554b4b.png) 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...

bug

Currently there are 2 ways to edit properties. You can right click something and access its 'Properties' submenu ![image](https://user-images.githubusercontent.com/31306100/180742221-cc7d2678-b251-489a-aeef-8309d4c338e1.png) Then there is F4 (which displays all properties and values). ![image](https://user-images.githubusercontent.com/31306100/180742314-349b9088-20c5-472e-8ee3-8c7ed3b4bc50.png)...