From Clomosy Docs
ClomosyAdmin (talk | contribs) No edit summary |
ClomosyAdmin (talk | contribs) No edit summary |
||
| Line 67: | Line 67: | ||
</span> | </span> | ||
<div class="m-1"> | <div class="m-1"> | ||
<p class="card-text mb-1" style="color: # | <p class="card-text mb-1" style="color: #3cb187;"><b>Report Page</b></p> | ||
<p class="card-text" style="color: # | <p class="card-text" style="color: #3cb187;">This is the report page where developers with a premium account can view the results of the surveys and exams created.</p> | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 10:41, 30 September 2024
Haven't you created a project yet?
Go to the project creation page.
The Clomosy integrated development environment (IDE) offers a single-window system configured by user interface settings. The image below shows that you are in the IDE screen. This development environment enhances the user experience with its numerous features and easy-to-use tools.
1
Company Name
Access to the company name is provided.
2
Project Name
Access to the project name is provided.
3
Report Page
This is the report page where developers with a premium account can view the results of the surveys and exams created.
3
Report Page
This is the report page where developers with a premium account can view the results of the surveys and exams created.
There is the code that will be given to the members you want to access your projects with the project activation code. With this code, members can access the project via windows application or mobile application, regardless of where they are.
After sending the project code to users, users receive the code and add it to their mobile app. After this addition is made, the person's name appears in the list of project members below (if the name did not come, click the refresh button at the top right) and once accepted, access is granted.
When users enter the administration panel, they encounter templates here. Among these templates, people with a student membership can access the Codes and Params sections and use them as they wish. Check out [1] for more detailed information.
Project Development Environment
The development environment is where programs are written and executed. Many settings can be configured in this environment. There are several key points to note, which have been numbered.
The area labeled [1] is the code development environment in Clomosy where you can write your programs. You can later modify, save, and use the code you write in this environment.
To save the code written in the developer environment, click the button labeled [2].
The section labeled [3] represents the activation code that will be used to add new members to the project. With this activation code, you can include multiple people in your project.
The section labeled [4] displays the list of members in the project.
Save the project by displaying text in a simple message window.
Sample Code;
ShowMessage('Hello World!');
Related Links
- Go to the Developer page to create an account and get started.


