showBadge | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies whether a player's badge icon is visible. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: player Property: showSelection, showController Object: player Glossary: property, controller bar | ||||||
Description | Use the showBadge property to let users show or hide the player controller bar. If the showBadge is true, a small icon appears in the lower left corner of the player when its showController property is false. Clicking the badge displays the controller bar. If the showBadge is false, the badge icon does not appear. Set the showBadge property to true if you are setting the player's showController property to false, but want to display the controller bar if desired. If the player's showController property is true, the setting of the showBadge property has no effect. | ||||||
Tags | multimedia |