Closed BoatrightTBC closed 3 years ago
I use a ListView, which is just a set of strings. http://tutorials.jenkov.com/javafx/listview.html
I'll have to use another component to display in order to do this.
I couldn't do that but I did this instead.
What it additionally gives you is a local control to immediately see and change the color. You can also hide or show any given route
The route colors definitely work as legs on the plot, but I’d stick with black on light grey in the distance indicators. As they are, you can’t read the type in the light colors needed to show up on the black of the space backdrop (the legs). And the big white bubble actually reduces the visibility/readability of the rest of the display.
Great work, though!
From: LJ Ramones @.*** Sent: Tuesday, April 13, 2021 9:29 AM To: ljramones/trips Cc: Subscribed Subject: Re: [ljramones/trips] Using color to identify a route and link the side pane to the star-view pane. (#302)
I couldn't do that but I did this instead.
What it additionally gives you is a local control to immediately see and change the color. You can also hide or show any given route
[Image removed by sender. CleanShot 2021-04-13 at 09 27 @.***https://user-images.githubusercontent.com/226595/114560198-7468e600-9c3a-11eb-908c-881e678361c4.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ljramones/trips/issues/302#issuecomment-818735990, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQPXLNRW7CS4WHHYZEEZLW3TIRBIZANCNFSM42IFT2JQ.
the color picker allows you to set any color you want. I short-circuited the color change so you can try a variety of colors very quickly.
Great. I am recommending black on light gray as the default. Let’s try a test with the numbers in bold face.
From: LJ Ramones @.*** Sent: Tuesday, April 13, 2021 10:29 AM To: ljramones/trips Cc: cegannon1; Comment Subject: Re: [ljramones/trips] Using color to identify a route and link the side pane to the star-view pane. (#302)
the color picker allows you to set any color you want. I short-circuited the color change so you can try a variety of colors very quickly.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/ljramones/trips/issues/302#issuecomment-818781743, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQPXLNXDHYTNUKFFZ7WEGDDTIRIMDANCNFSM42IFT2JQ.
In the post about the changes done for 0.6.8 in manual routing, Larry posted an image of the improved side-pane display of a route.
In order to clarify which routes on screen correspond to which routes in the side pane, draw a line of that routes color over the route name like this:
Because the side-pane is a piece of text to display, you can't just DRAW a bar there, but you can do a line of spaces or non-breaking spaces, or even hyphens with the foreground and background colors both set to the color assigned to that route.