You can create a new XUI file with the New wizard in the
Eclipse. Perform the following steps to get the overall understanding of
this function:
- Create a new project in RAD/WID as the XUI file container. A new plug-in
project is suggested to be created.
- Right click the project and select .
- Select in New wizard
and press as shown
in the following figure.
- In the wizard,
specify the name for the new XUI File. The filename can not be duplicate.
See the following figure for example.
- Optional: You can also click the button to create a link between the XUI file in the workspace
and the XUI file in the file system. The file names can be different. The
following screen capture is an example:
- Click Finish. A blank XUI File without the widget is created. You
can see the blank design panel and the root information in the source code
of the file.
<?xml version="1.0" encoding="UTF-8"?>
<XUI />
Remember: If the XUI file in the workspace is just a link
to the file in the file system, the linked file can not be blank. It should
contain the basic XML root information as the above code at least.