Modernize your PowerBuilder Applications

Rating Stars

PowerBuilder developers can use this control to integrate a Star Classification Rating Scale representing the ratings for any entity on a scale of 0 to X (where X can be any number you want). It is mostly like a progress bar, but in a star form.

Rating Stars Control by Ultimate Suite

Users will be able to allot rankings for products or services belonging to the same group. They can select the rating, either as a whole star or partial star.


Implementation

Place u_cst_powerrating from advguicontrols.pbl\pbd on your window. 

Call the available functions to change the controls behaviour. 
There is no special code needed to setup the control.  

uo_1.of_SetCurrentValue(2.5)

Note: It's best to set the MaxValue property in the Property Panel of the PB IDE.