Follow these steps to generate a new, empty StreamBase LiveView configuration file in StreamBase Studio:
-
Open the New StreamBase LiveView Configuration File wizard using one of the following methods:
-
Select
→ → and click . -
Click the drop-down arrow next to the New toolbar button (
), and select from the drop-down menu.
-
Right-click anywhere in the Package Explorer, and select
→ → from the context menu. -
With the cursor in any Studio view, press Ctrl+N to open the New dialog. Navigate to → and click .
-
With the cursor in any Studio view, press Alt+Shift+N to open the → menu at the cursor location. Select .
-
-
In the New StreamBase LiveView Configuration File wizard, select the project folder where you want the file to be created.
-
Enter the file name to create. There is no default basename, but LiveView requires naming your lvconf files the same as the ID of the primary element in the file. The wizard enforces adding the
.lvconf
extension to the name you specify. -
Click
. A default lvconf file is created in the specified project. Studio opens the new file in the LiveView Configuration File Editor.Note
The
button lets you create the new file as a link to an existing lvconf file anywhere in the file system.
Studio generates the following blank lvconf file:
<?xml version="1.0" encoding="UTF-8"?> <liveview-configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.streambase.com/schemas/lvconf/"> </liveview-configuration>
See ???? to learn about validation, autocompletion, and other features of the LiveView Configuration File Editor.
See ???? to learn about the different types of lvconf files.
See LiveView Configuration XML Reference for the syntax of lvconf files.