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

Move some VisEditor UI utilities to VisUI #174

Open
1 task done
kotcrab opened this issue May 4, 2016 · 4 comments
Open
1 task done

Move some VisEditor UI utilities to VisUI #174

kotcrab opened this issue May 4, 2016 · 4 comments

Comments

@kotcrab
Copy link
Owner

kotcrab commented May 4, 2016

Followed from #168.

  • AsyncTask API and AsyncTaskProgressDialog

To be considered:

  • VisChangeListener - allows to use ChangeListener with lambdas, perfect for Java 8 users
  • EnumSelectBox - select box for enums, support custom enum names
  • ProgressImage - spinning image with round progress icon
  • IndeterminateCheckbox and IndeterminateTextField - checkbox and text field that can be set into indeterminate mode. Unlikely though, implementation is pretty specific.
@mbrlabs
Copy link

mbrlabs commented Oct 13, 2016

Moving the AsyncTask API to VisUI would be great, that's exactly what i would need.
Are you still planning on doing that?

@kotcrab
Copy link
Owner Author

kotcrab commented Oct 14, 2016

@mbrlabs eventually yes, if you need it asap you can copy util/async package and AsyncTaskProgressDialog class. I'll take a look at it tomorrow if I find some time.

@mbrlabs
Copy link

mbrlabs commented Oct 15, 2016

Cool, thank you.
But you can take your time, it's not really important right now. If it ends up in the 1.2.5 release that would be great. Otherwise i just copy the package.

kotcrab added a commit that referenced this issue Oct 20, 2016
@kotcrab
Copy link
Owner Author

kotcrab commented Oct 20, 2016

@mbrlabs I've moved it, you can try it in latest snapshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants