QMedia
![]() |
![]() ![]() |
QM_SetBadgeUsage(areaRef; useBadge):error | |||
![]() |
areaRef | Longint | Movie area reference |
![]() |
useBadge | Longint | Badge usage |
![]() |
error | Longint | Error result |
Sets the badge usage property of the movie controller in a movie plug-in area.
If badge usage is set to 1, the area will display a small badge when the movie controller is hidden. The user can click on the badge to show the controller. If badge usage is set to 0, the badge is not displayed when the controller is hidden. In that case the user has no way to show the movie controller.
The movie plug-in area is specified by areaRef.
Parameter useBadge specifies the controller's badge usage.
Example
`Set the area xMovieArea to display a badge when the controller is hidden $error:=QM_SetBadgeUsage (xMovieArea;1) |
Related commands
QM_GetBadgeUsage | Returns the badge usage property. |