rgleason / statusbar_pi

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

Fixes needed for Statusbar #18

Open rgleason opened 1 year ago

rgleason commented 1 year ago

These need to be fixed. Now on Statusbar 1.0.4.1 in PIM Beta Catalog

  1. Geographical Coordinates Discrepancies #15 -This is most important. - DONE https://github.com/rgleason/statusbar_pi/pull/19 DONE
  2. Make sure the language problem is fixed. -Fixed DONE
  3. Mono-spaced text problem with the text display. Spacing between letters to big. (fixed before) not working now.
  4. Text transparency isn't working. -bdbcat fixed DONE
  5. Multi-line text repeats from the beginning so Lat Long is shown twice. Get this working. - bdbcat Fixed DONE
  6. Allow Preferences to resize so we can show the entire text entry area! - bdbcat Fixed DONE

TO DO

  1. Background color should resize height to the the text size but a little larger.
  2. When there are multiple lines it should cover the multiple lines or not.
  3. Add a user adjustable inter- line height line for multiple lines.
  4. 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.)

https://user-images.githubusercontent.com/2363959/211158027-f420a06e-c3ec-4e58-a0e6-60115c38d86c.png

rgleason commented 1 year ago

Removed from PIM until it is fixed.

rgleason commented 1 year ago

https://github.com/rgleason/statusbar_pi/pull/19

rgleason commented 1 year ago

Geolocation error is fixed, added back to the master catalog. Other items remain.