Contents
- Index
Project Manager
In the main part of the Sigma Visual is the workspace. The workspace initially displays the Form Designer. It should come as no surprise that the Form Designer enables you to create forms. In Sigma Visual, a form represents a window in your program. The form might be the program's main window, a dialog box, or any other type of window. You use the Form Designer to place, move, and size components as part of the form creation process.

Hiding behind the Form Designer is the Code Editor. The Code Editor is where you type code when writing your programs. The Object Inspector, Form Designer, Code Editor, and Component palette work interactively as you build applications.
Files Viewer
After you creating a new project, the following directory structure is created at once.
ProjectName
ProjectName/App/
ProjectName/App/js/
ProjectName/App/js/index.js
ProjectName/img/
ProjectName/index.html
Refresh Project File
You can refresh directories and files structure by clicking *Refresh project files*. If you know someone else added or updated files in your projects, this is a way to force Sigma Visual to reload files structure on server side.
Create a New File
You can create JavaScript/html/PHP files on server side through Sigma Visual.
To create a new file, click *Create a new file*. A dialog box will pop up, just like the following figure.

Select a directory where the new file will reside at.
Input a file name in *File Name* input box and choose file type in *File Type* dropdown list. A full path of the new file will show up automatically in *Target* field.
Click on *OK*.
Delete a File
You can delete a file by clicking on *Delete selected file*.
A dialog box with directories and files structure will pop up. Select a file to be deleted and then click on *OK*.
This file will be deleted on server side.