OpenPopover

When an OpenPopover is called on actions of change or press.

Step-by-step guide

How to call an openPopover

  1. Create a Popover control and assign a text field to it.

          

      2. Create a button and in the property 'Actions if pressed' call the action 'openPopover' and specify the Popover control created above against it.

           

       3. This calls the popover functionality when the button is pressed during run-time.