FireUI App Preview

From RAD Studio
Jump to: navigation, search

Go Up to FireUI Live Preview


FireUI App Preview is the client application needed to pair the target device with an IDE instance. It is compatible with different types of devices: computers, tablets, and mobiles.

How to Obtain FireUI App Preview

FireUI App Preview is available for macOS, Windows, iOS, and Android.

Embarcadero provides the installers for all the platforms, locally (Windows and macOS) or through the stores (iOS and Android).

RAD Studio also includes the source project for FireUI App Preview at C:\Program Files (x86)\Embarcadero\Studio\23.0\source\Tools\FireUIAppPreview\.

Windows and macOS

RAD Studio includes FireUI App Preview for Windows and macOS.

The installers are located in the LivePreview folder inside the RAD Studio installation directory:

  • For Windows: C:\Program Files (x86)\Embarcadero\Studio\23.0\LivePreview\LivePreviewInstaller.exe.
  • For macOS: C:\Program Files (x86)\Embarcadero\Studio\23.0\LivePreview\LivePreview101.pkg.

iOS and Android

FireUI App Preview is also available for iOS and Android.

Download the client application from the Apple Store or Google Play, depending on the mobile OS.

Connection Process

Connection Process.png

The general process to connect to an IDE instance is:

  1. Open FireUI App Preview in the target device.
  2. The discovery process starts automatically and searches for IDE instances running in the same network.
    Note: The Scanning the local network message appears in the application while the process takes place.
  3. Once the discovery process finishes, a list of all reachable IDEs appear listed in the client application.
  4. Select the IDE where you want to connect to.
  5. Click Connect.
  6. If the IDE has access restrictions configured, a window appears to provide a password.
  7. The active form from the selected IDE appears in the client application.
Note: FireUI App Preview can only connect to an IDE at a time.

FireUI App Preview User Interface

Refresh Button

Use Refresh Reload IDEs.png to reload the list of available IDE instances in the network.

Advanced Button

If the IDE and the client are located in different networks, you can provide the target address using Advanced.

Use Advanced to discover a specific IDE instance by providing the IP address of the machine where it is running.

To use Advanced options:

  1. Click Advanced.
  2. Provide the IP address of the machine or the device where the IDE instance is running.
  3. Click OK.

Advanced options remembers the last IP address used to discover an IDE instance.

FireUI Live Preview uses UDP Broadcast for Network discovery, so its functionality is limited to the inherent limitations of UDP Broadcast.

Advanced Button.png

Connect/Disconnect Button

Click Connect to establish a connection with the IDE after selecting the IDE from the list that appears in the client application.

The Connect button changes to Disconnect while you are connected to an IDE.

To disconnect from the IDE:

  • Click Disconnect to finish the connection to the selected IDE.
    Note: In iOS and Android, click the back button to go back to the client from the active form.

See Also