Skip to content

Open this page when you are not satisfied with the current layout and want to add a new area, delete an area, or adjust the position and size of an area.

Below, we use an existing program as an example.

The current program looks like this:

child_screen_edit_target

We will explain two common goals:

  1. Add another sub-screen in area 1 for video playback
  2. Delete the scrolling text sub-screen in area 2

Add a Sub-screen

Click the add button at the end of the sub-screen list.

child_screen_edit_add

child_screen_edit_add_new

Just like program creation, sub-screens can also be copied by ID. But if you simply want to add a normal new area, click "New."

child_screen_edit_adjust

The new sub-screen is placed in the center by default. You can adjust it in two ways:

  1. Visual dragging Drag the sub-screen directly to move it, or drag the icon in the lower-right corner to resize it.
  2. Precise input If dragging is not accurate enough, you can directly enter percentage values for width, height, and starting position.

Once the new sub-screen appears in the correct place, the new area has been added successfully.

The next step is usually to add content into that sub-screen. Continue with Material Editing.

If you want to adjust more advanced settings for that sub-screen, such as animation, background, or focus behavior, continue with Sub-screen Parameters.

Delete a Sub-screen

Select the sub-screen you want to remove, then click the delete icon.

child_screen_edit_delete

One important thing to remember:

When you delete a sub-screen, all materials inside that sub-screen are deleted together with it.

So before deleting it, make sure the content in that area is no longer needed.