MovieView.SetTranslateButtonVisible
-----------------------------------

Sets the specified controller bar button to be visible or invisible, according to the state parameter.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [MovieView](component_MovieView.md) | [3.0](newinversion30.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |

### Removed

This function was [removed](removed.md) for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.

MBS( "MovieView.SetTranslateButtonVisible"; MovieViewReference ) 

**MBS**( **"MovieView.SetTranslateButtonVisible";** /\* Sets the specified controller bar button to be visible or invisible, according to the state parameter. \*/  
**$MovieViewReference**) /\* The name of the container where to look for a movie view.e.g. "movie" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| MovieViewReference | The name of the container where to look for a movie view. | "movie" |

### Result

Returns OK on success.

### Description

Sets the specified controller bar button to be visible or invisible, according to the state parameter.  
Be aware that it is possible that FileMaker can reset this setting.  
### See also

- [MovieView.IsTranslateButtonVisible](MovieViewIsTranslateButtonVisible.md)
- [MovieView.SetBackButtonVisible](MovieViewSetBackButtonVisible.md)
- [MovieView.SetCustomButtonVisible](MovieViewSetCustomButtonVisible.md)
- [MovieView.SetHotSpotButtonVisible](MovieViewSetHotSpotButtonVisible.md)
- [MovieView.SetStepButtonsVisible](MovieViewSetStepButtonsVisible.md)
- [MovieView.SetVolumeButtonVisible](MovieViewSetVolumeButtonVisible.md)

Created 18th August 2014 , last changed 31st July 2015

  
[MovieView.SetStepButtonsVisible](MovieViewSetStepButtonsVisible.md) - [MovieView.SetVolumeButtonVisible](MovieViewSetVolumeButtonVisible.md)

[HTML Version](MovieViewSetTranslateButtonVisible.shtml)