Skip to content

6. Member functions not related to a property

Gary Criblez edited this page Feb 21, 2020 · 1 revision

Show() and Hide() are two component's formulas that are not directly related to a property.

The Show() method allows you to launch the build of the Tip and make it visible.

The Hide() method makes the Tip invisible and applies a fade out if such effect has been defined. It also takes care of interrupting the various Worker(s) at work if an animation was in progress.

Export (templateName { ; TemplateFolderPath})

  • This formula allows you to create a template of your AJUI Tip object in a file in JSON format. The formula requires in the first parameter the name associated with the template (file name). A second optional parameter allows you to specify the folder path, otherwise it will be exported to the default folder (.../Resources/AJUI_Tip_Templates/).
Clone this wiki locally