-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added an "About" dialog. #477
Conversation
Current coverage is
|
I'd love to see the logo in the about as well. This is what the "About" screen looks for on Mac and I'd like to see it look more like this. |
Alright, I'll go ahead and do that. Good idea! |
…operation reference list, because that seems like it would be used a lot.
Does that seem better? |
Can you upload a screenshot? |
Clicking the hyperlinks just seems to freeze the application up. Can you use |
Here's a screenshot: https://gyazo.com/ec9100830ae8d9202b3ae08015a4054d |
As far as using HostServices, I don't see a way to get the instance of the Application unless you already have one set up? I could probably get one by adding a static variable somewhere or passing it through a few layers of menus? I'm not sure why those links are hanging... I'm on Windows 10 64-bit w/ Java 1.8.0_60 in case that's relevant. Is there anything in the console when you use the link? |
It would probably be a good idea to allow access to the |
Should I do that or leave that to you guys? |
I'll just push what I did: see if that works. |
…e()) and changes the link code in ProjectAboutDialog to use HostServices instead of Desktop.
Any updates on whether this works or not? |
@ThomasJClark Says it looks small on Hi-DPI screens. He said he'll include a screenshot later. |
Resolved by #588 |
I decided to go ahead and do a simple about dialog to try and tackle issue #439 (I wanted to try and contribute, and that seemed like an easy place to start that wouldn't mess with too much). Slight disclaimer, I don't know anything about FXML or the conventions/structure of this project: I derived what I can from what I saw (mainly in the settings dialog), but this may be entirely different than what you want/need.
Also, a slight introduction. My name is Adam, I'm a Java programmer with FRC Team 3268, the Valhallabots. I'm beginning to be very interested in vision processing (both in and out of FRC), and I'm hoping to maybe contribute to this project in my spare time, even if it's just small random things like this.
Thanks for making this awesome project, I'm looking forwards to hopefully using it this year!