Rating Stars

Hello People…

I’m using this script wich works awsome, http://bbs.macscripter.net/viewtopic.php?id=22483 but I got one problem

is there a way to show the % in the next star if the ratings is like 3.4, I have no clue on how to make this work in obj-c, but if someone
would be so kind to create a fix for this it would be awsome…

/mkh

I am not sure how you would get a value like 3.4? If the user rates them using the progress indicator, they should be a whole number.

You maybe want to replace the progress indicator with a slider … or am I misunderstanding your question? :expressionless:

Yes you did, Im using this in my application to show ratings from imdb.com and the ratings there and alot other places have % in them,

http://www.imdb.com/title/tt0468569/

What i do is i grab the value “User Rating: 9.2/10” and then show the number “9.2” ← there is the problem

/mkh

Oh yes, this i just what i want to do, but damm, obj-c is hard :slight_smile: