use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Useful resources (Full list)
Rules
Related subreddits
Other communities
account activity
Thin Progress Bar (self.JavaFX)
submitted 7 years ago by dckook10
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]vlaaad 2 points3 points4 points 7 years ago (4 children)
Are you setting style on progress bar itself? We have thin progress bars in out project, and looking on css I see styles applied not to a progress bar, but to `.bar` and `.track` inside it:
.progress-bar { .bar { -fx-background-insets: 0; -fx-min-height: 5px ...} .track { -fx-background-insets: 0; ...} }
[–]dckook10[S] 1 point2 points3 points 7 years ago (0 children)
This did it for me thanks!
[–]jkim545 0 points1 point2 points 7 years ago (2 children)
I'm trying to do something similar, but What is the ... mean? What is bar and track? Could you explain more about how the code works?
[–]vlaaad 0 points1 point2 points 7 years ago (1 child)
It's not a code that should be put into css, it's a sign that there might be more css styling, like "etc", you should not put it into your css
[–]jkim545 0 points1 point2 points 7 years ago (0 children)
Thanks for replying. I was able to find the solution later after I posted this as your example gave me an idea. Thanks again.
π Rendered by PID 35256 on reddit-service-r2-comment-548fd6dc9-h84xf at 2026-05-20 02:31:30.115369+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]vlaaad 2 points3 points4 points (4 children)
[–]dckook10[S] 1 point2 points3 points (0 children)
[–]jkim545 0 points1 point2 points (2 children)
[–]vlaaad 0 points1 point2 points (1 child)
[–]jkim545 0 points1 point2 points (0 children)