Skip to content
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

getting textinput value #165

Closed
barron9 opened this issue Jan 21, 2019 · 0 comments
Closed

getting textinput value #165

barron9 opened this issue Jan 21, 2019 · 0 comments

Comments

@barron9
Copy link

barron9 commented Jan 21, 2019

i try to get the value with


            var pass = new TextField(14, 4, 40, "") { Secret = true };
            var user = new TextField(14, 2, 40, "");
            var okbutton = new Button(3, 14, "Ok", true);

            okbutton.Clicked = async () =>
            {
                if (pass.Text == "000000" && user.Text == "b")
                {
                    await ProcessRepositories(top, win, null);

                }
                else
                {
                    MessageBox.ErrorQuery(50, 5, "Error", "wrong username or password", "Ok");

                }
            };
@barron9 barron9 closed this as completed Jan 21, 2019
tig pushed a commit that referenced this issue Jul 9, 2024
Added Border Settings & BorderSettings.Gradient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant