-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1 - Example.cs does not work #3579
Comments
@tig something went wrong here. In the v2_develop the code isn't the same as your pull request. Terminal.Gui/Example/Example.cs Lines 6 to 16 in 716ac31
|
I only updated develop. It should not have impacted v2. |
Ops sorry I thought it was on v2. On v2 it doesn't output to the screen because the write is called before shutdown. |
Yeah, we should fix that. |
Done it here. |
Discussed in #3578
Originally posted by hsnprojects July 2, 2024
Example.cs app runs, but after logging in it cannot retrieve usernameText field because Application.Top is null.
The text was updated successfully, but these errors were encountered: