Xtimato - Made with Terminal.Gui #4028
Replies: 7 comments 7 replies
-
Wow, that looks beautiful 😍 nice color choices! App looks very cool too. Thanks for sharing. It's always nice to see what people are making with Terminal.Gui |
Beta Was this translation helpful? Give feedback.
-
This is awesome! Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@tznind Filename preserved. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Loving the new visual style options!! |
Beta Was this translation helpful? Give feedback.
-
I want check boxes on dialogs to follow my visual language for dialogs:
Easy, I set the following in // ...the rest of the dialog initialization
_isOwnedCheck.SetScheme(new Scheme(GetScheme())
{
Focus = new Attribute(
GetScheme().Editable.Foreground,
GetScheme().Focus.Background,
TextStyle.Reverse),
});
// the rest of the dialog initialization... |
Beta Was this translation helpful? Give feedback.
-
Added "intellisense" to fields that accept parameters: The first suggestion in the clip is provided by |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just thought you might like to see what I'm using Terminal.Gui for.
This is Xtimato, a construction cost estimation and tracking system.
currentState_250409_480p.mp4
Beta Was this translation helpful? Give feedback.
All reactions