ljramones / trips

A stellar cartography system
Apache License 2.0
15 stars 2 forks source link

Using color to identify a route and link the side pane to the star-view pane. #302

Closed BoatrightTBC closed 3 years ago

BoatrightTBC commented 3 years ago

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.

image

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:

image

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.

ljramones commented 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.

ljramones commented 3 years ago

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

CleanShot 2021-04-13 at 09 27 10@2x
cegannon1 commented 3 years ago

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.

ljramones commented 3 years ago

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.

cegannon1 commented 3 years ago

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.