Control description
The Start Rating control allows displaying a numeric variable with a "star control" useful when creating polls or in ocassions when you want the user to rate any kind of items.
Using the control
The control works with an associated Numeric variable. In order to use it, you have first to create a Numeric variable and then change its ControlType property to "StartRating". After that, the numeric variable will be displayed with stars instead of using a simple Edit control.
Control properties
|
MaxStars
|
Sets the number of stars to display
|
|
ToolTipText
|
Sets a toolTipText to be displayed when the mouse is over the control
|
Control Events
Every time you press a star the RatingSelected event is executed so you can lauch operations if needed.
Event &number.RatingSelected msg(&number.ToString()) EndEvent
To Install It
Please visit: Default Installation Instructions for User Controls.
Contact information
Please send feedback to: marcos.crispino@gmail.com ncardeli@artech.com.uy
|