Comments for PWLevelIndicator http://codebeach.org/code/show/54 Comments feed for PWLevelIndicator en-us Sat, 27 Feb 2010 20:00:25 +0000 Hank McShane says: http://codebeach.org/code/show/54 codebeach.org:comment:161 I like the looks of this but I can't drag across the star images to change the rating. Any ideas what could be wrong?<br /><br /> Fri, 25 Feb 2011 06:28:49 +0000 bob says: http://codebeach.org/code/show/54 codebeach.org:comment:163 if (starImg != nil) [starImg release]; <br /> <br />should be written as <br /> <br />[starImg release]; <br /> <br />sending a message to nil has no effect<br /><br />