Open bugfinders opened 3 months ago
Did you miss the Showcase link right before the Example you reference? Look at the examples in the Threading category of UICatalog (which is included in the main repo).
Apparently i did, however "dotnet run --project UICatalog" didnt work for me it says no project, so, im guessing theres some other step i need, I installed the templates, on another machine i had to use nuget, but, neither work
dotnet run --project .\UICatalog\
More feedback than bug, while i get how to make some stunning windows, and layouts, whats not clear from the example, is how to interact with them so much to update them, such as create a list of servers, then run some commands on them, and update when completed, using say a progress bar, some labels etc. The example is how to make a login box, its more a modal dialogue input, less interactive. Could we get an example that is more dynamic?