-
Notifications
You must be signed in to change notification settings - Fork 649
password field api #183
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
Comments
Please RTFM: https://godoc.org/github.com/andlabs/ui The function is |
On that page i there is no "password" text . also when i try NewPasswordEntry it. I did a go get on the lib this morning.... |
My bad. This repo hasn't this function yet. If you need it, you can use The corresponding PR is here: #169 |
thanks. I will start to use your fork for now. closing. |
Did this report get updated ? Basically I am disappointed that the project is stalled :) |
It seems that this repo won't change until a new libui version is released. Maybe it would be a good idea to fork libui and ui to be able to move the project forward. |
You already have forked anyway though right ? Anything that gets this moving i am all for.... |
@gedw99 Instead of making a fork, a far better solution would be to add another maintainer to ui and libui. That would allow PRs to be merged at least. The problem is that nobody has contributed enough yet (@andlabs, what do you think?). To reply to your questions:
|
@emersion thanks for pushing this along. I changed my comments - i really was not sure what i was saying. Just speculating, so better i just shutup. :) Anything that makes it get better for me and all i am only too happy to encourage and help in any way i can. I agree too. Add another maintainer, rather than fork - it will allow things to move forward, and also maybe i can send some PR's and get them merged by the maintainer. But who ? You i guess so you no longer have to have a fork, but can help on the main tree ? |
hey everyone,
old code is : passwordTextField := ui.NewPasswordField()
whats the new way to do this ?
The text was updated successfully, but these errors were encountered: