5. Banner management formulas - AJARProject/AJUI_Banner GitHub Wiki

The banner instance contains three formulas to manage the life cycle of a banner.

  • DrawBanner ( ) : this formula allows you to launch the banner generation based on the properties and make the image form object receiving it visible.

  • HideBanner ( ) : This method allows you to hide the image form object linked to the instance. It will also execute the "StopSpinner" formula according to the type of banner in the instance.

  • StopSpinner ( ) : This formula allows you to interrupt the animation of the spinner using a flag stored in the 4D Storage. It also unloads the image form object to avoid edge effects.

:warning: Spinners use a flag stored in Storage 4D. Be careful not to delete this property: Storage.AJUIB_spinner.activate