This tutorial shows how you can import and use the new examples for diagrams released with Scriptpcase V9.2.16. The applications were created using the components: Jsmind, JKanban e Orgchart.
- Sample 1: Mind Map diagram
Click here to execute the mind map application
- Sample 2: OrgChart Diagram
Click here to execute the OrgChart diagram
To use the examples you need simply import the projects "samples" within your Scriptcase. See below the steps to import the project:
- Create a new project:
- Select the project "Samples"
Then select where you want to save the tables created by the project.
You can save the tables within the default directory of Scriptcase (SQLite) or using your own database according to the supported database.
All sample projects of Scriptcase have previously created tables with dummy data for testing.
We will select the default connection (SQLite), so the tables will be stored within Scripcase's directory. After importing click "generate code" to finally create all sample applications.
Once imported the project is available for you to view or copy the applications for use in your projects.
You will find the new libraries to create the mind maps and the Orgchart inside the folder: "Diagrams"
- Sample 3: Pipeline
The third example was done with the Jkanban component for creating a dynamic Pipeline within a CRM template system.
Click here to execute CRM template
To access the example simply import the project "CRM" within your Scriptcase following the same steps above to import the "Samples"
Related Articles
How to make a report in PDF using code
Small tutorial tomake a report in PDF. Other examples canbe taken from https://tcpdf.org/examples/ The scriptcase toolalso has the respective macros to ...
Using the Database Builder
The DataBase Builder is a Scriptcase 'DBMS' (Database Manager System), this tool allows you to create tables, modify the structure of your tables, generate ER diagrams (Entity x Relationships), perform the export of the tables among other things. ...
GoJS Library is no longer available
GoJS library is no longer available for native use in Scriptcase. We have purchased a GoJS O&M license for Scriptcase 9 and, by our understanding, we could distribute GoJS to any number of end users, however we were recently contacted by Northwoods ...
Setting environment manually PHP 5.6 - Linux
Installing a Manual PHP 5.6 Environment - Linux This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Note: This article was based on the Debian ...
How to change the application's state in run time
To change the properties of application execution, changing their form of execution than initially planned, Scriptcase has a macro called sc_apl_conf. The macro should be used as follows: sc_apl_conf ( Application , property , value ) ; So, we can ...