rgleason / statusbar_pi

statusbar to display various info to users
GNU General Public License v3.0
1 stars 5 forks source link

List of fixes needed for Statusbar #14

Closed rgleason closed 1 year ago

rgleason commented 1 year ago

Preferences menu is not showing correctly. Also the font and size have to be reset.

FIXED. Closing this post

rgleason commented 1 year ago

Perhaps this was caused by the isnan fixes required to get it to build? That is the only change except updating TP Template https://github.com/rgleason/statusbar_pi/commits/master

No, it was caused by wxWidgets changing!

rgleason commented 1 year ago

This is beginning to work better but these need to be fixed.

  1. Text transparency isn't working.
  2. Multi-line text repeats from the beginning so Lat Long is shown twice. Get this working.
  3. Resizing Preferences to show the entire text entry area is not yet possible.
  4. There is a mono-spaced text problem with the text display. Spacing between letters to big.
  5. Background color should resize height to the the text size but a little larger.
  6. Add interline height line spacing adjustment for multiple lines. Adjustmentable?
  7. New Multiline Feature needed: It would be great to be able to make multiple lines within the text entry box such that multiple lines would be displayed on the screen in the text entry box, perhaps by using a carriage return \n to make the new line. (Allow up to 12 lines for vertical display.)

We really should get this useful tool working better.

multiline Default