Balloon.Init

 

You can create a Balloon.Init file for the purposes of pre-setting the balloon’s generic behavior (like a template) is consistent throughout the application by using values that are set here in the Balloon.Init file. This allows you to then customize just the message in a Balloon but keep its behavior (i.e. look and feel, animation etc.) the same.

The following parameters and example values should be listed under the [Environment] setting.

Example

[Environment]

Balloon.Text = “An error has occurred”

Balloon.Duration = 3

Balloon.Title = “Error!”

Balloon.ImageId = “ErrorIcon”

Balloon.CloseButton = True

Balloon.Animate = True

Balloon.WidthPercent = 0.6

Balloon.EndLocation = 200

Balloon.StartLocation = 0

Supported Versions: RFgen 5.2.5.1 and higher