Thomas Nind

Results 117 issues of Thomas Nind

![image](https://user-images.githubusercontent.com/31306100/187144599-f36a3228-552a-4a41-80e9-fb6c2611a1b1.png) Clicking and dragging in lower right of bottom `TabView` does not initiate a resize event.

bug

> What can be done is redraw the dots on the Editor if a flag `ShowGrid` is enabled. _Originally posted by @BDisp in https://github.com/gui-cs/TerminalGuiDesigner/issues/63#issuecomment-1235335444_ ![image](https://user-images.githubusercontent.com/31306100/188137665-aa238b23-d929-4aee-826d-2f1b5cf33f14.png) _(Screenshot is from linked issue)_...

> I also think a good idea to add the same to the `TabStop`. _Originally posted by @BDisp in https://github.com/gui-cs/TerminalGuiDesigner/issues/79#issuecomment-1232796761_

enhancement

> I think the view position do not guarantee a tab order because it's handled by the `View.TabIndex` property. The user may want to change another tab order than the...

Adds the ability to press letter keys (A-Z) to cycle selection to next item beginning with that letter in Prompt. I have made changes only to `ListPromptState.cs` as this is...

## Fixes - #2414 - API changes to support running UICatalog under various publish options. Starting with `PublishSingleFile`. May also look into, trimmed and/or AOT etc These changes must be...

## Fixes - #2414 - Changes required to make UICatalog/gui.cs work when AOT or PublishTrimmed is true on a csproj. - #3109 **This is a super set of #2422** ##...

**Describe the bug** Removing and Re-Adding a View should not change any of it's size/position parameters. But for MenuBar it does, it changes `Dim.Fill(0)` to `Dim.Absolute(0)` Strangely it manifests only...

bug

**Is your feature request related to a problem? Please describe.** `Action` is now `get` only. This presents a problem in TerminalGuiDesigner where event handlers have to be declared by users...

v2

Often we encounter users who are using Threads but do not know about `Application.MainLoop.Invoke`. For example: > Yes every one sec I have to use the same frameView with new...