Skip to main content
Widget’s visibility is controlled by AC_FDM_Component.

Setting the Visibility

You can use Request Show Menu image95 and Request Hide Menu image96 functions to set widget visibility. When to menu visibility changes, On Menu Visibility Changed event gets triggered. image97

Default Visibility And Auto Hiding

You can configure these settings in your configuration data asset. image98

Animations

When the showing or hiding function gets called, AC_FDM_Component redirects this request to WBP_FDM_Widget via interface functions. image99 You can set playpack speed in WBP_FDM_Widget and you can create your own show and hide animations. image100