Bowling Scores Version 0.9 Second (final?) public releaseby Tom McDougal rel. 6 June 2003Description-----------Keep track of scores for 1-10 players. -- tap on "name" to edit name or to erase the line of scores -- tap on an individual frame to enter the score for that frameRecords scores for 10 players.If you want to erase everything, quit and relaunch.This program is free, my small gift to the Newton community, especiallythe many helpful people on the newtontalk@newtontalk.net mailing list.Changes from v. 0.4 (first public release)-------------------à Supports horizontal and vertical scrolling. The program should nowbe useable on any existing MP.à Quits gracefully if screen isn't large enough (but any MP screenshould now be large enough)à Warns the user that scores won't be saved on close, with an optionto cancel.à a better (?) interface for entering scoresà provides for erasing a line of scores (in the player name editor).à improve the code for calculating and displaying scores.à use protoFloater instead of protoApp for the application base view.à allow reorientation (rotation)Known bugs and limitations--------------------------- no known bugs- Not quite polished enough to call v. 1.0. Doesn't have a proper status bar.- Number of players limited to 10. There isn't much reason it couldn't allow more, but it doesn't seem important.Remaining to-do (probably never)----------------_ A proper status line, with the [i] and other buttons._ A button to erase all scores_ Rewrite the playerLineView proto to use the tableLayout function(Attempts so far were not successful.)_ Save scores on close -- only if people really clamor for this_ Support printing -- only if people really want this.If you have comments, detect bugs, or make modifications, please sharethem with me at the address above. Have fun!-Tom McDougal