google-code-export / macwidgets

Automatically exported from code.google.com/p/macwidgets
1 stars 0 forks source link

Added an RatingStarEditorPanel and ITunesRatingTableCellEditor to the project. #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please add a cell editor for ratings, to allow the user to pick star ratings in 
the ITunesTable

Original issue reported on code.google.com by dlemmermann@gmail.com on 6 May 2009 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by kenneth....@gmail.com on 8 May 2009 at 1:47

GoogleCodeExporter commented 9 years ago
I added ITunesRatingTableCellEditor and RatingStarEditorPanel today. These 
allow you to edit Ratings with a similar editor that is used in Itunes.

Original comment by paulccon...@gmail.com on 10 Dec 2010 at 10:01

GoogleCodeExporter commented 9 years ago
The editor component does not have a method called setLevel(). How do you 
populate it with an existing value? Also, can this component be used standalone 
(not as a table cell editor).

Original comment by dlemmermann@gmail.com on 10 Jan 2011 at 3:12

GoogleCodeExporter commented 9 years ago
I checked your code and the ITunesRatingTableCellEditor keeps adding mouse 
listeners to the table. this is a serious memory leak. When this is fixed, 
could you please also add it to one of the demos in the "demo" folder?

Original comment by dlemmermann@gmail.com on 10 Jan 2011 at 3:14