Retrieve tagged values as properties in Fill-in Doc.
Suppose we have the some use cases in our project, and each use case with tagged values defined.
How to create calculated column in ERD
The calculated column in database (also call generated column in some databases) allow users to define an expression for calculating values by using data from other columns. This saving user effort to obtain the values in desired form by let the DBMS handling it. In Visual Paradigm you can define the expression for calculated column by using the User Type. To create calculated column: Read more
Visual Paradigm not launching on Mac OS X Sierra
This probably caused by you have downloaded the InstallFree package instead of the software installer. The Visual Paradigm InstallFree package is specific for the compatible with Mac OS X 10.8 or prior release. Please download the DMG package of Visual Paradigm for running on Mac OS X Sierra. To download and install from the DMG package: Read more
Why the deleted teamwork project still showing in my Visual Paradigm?
A project has already deleted in Teamwork Server, but it still showing in my Visual Paradigm…
Create Grid Diagram using Open API
Visual Paradigm allows you to create the Grid Diagram for listing model elements in tabular form, structuring them into a table with elements as rows and properties as columns. The Grid Diagram can either be manipulated directly from the GUI, or through the use of the Open API. This article shows you how to develop a plugin yourself for creating a grid diagram. Use case models will be used for creating the grid diagram in this example as following: Read more
Updating your Visual Paradigm software on Mac
Starting from version 13.2 Visual Paradigm had improved the installer for Mac platform and now support installing the software by drag & drop the App into Applications folder.
Why my Doc. Field not showing in Doc. Composer?
All properties of the document are shown below. You can see that the Doc. Fields are defined correctly, but why Doc. Composer still had invalid warning message?
How to Deploy Plugins to VP Products
Open API is an extension mechanism provided by Visual Paradigm for extending the functionalities of the client software. The Open API is in Java based, which allows you to have full access to the model data in your project file. By using Open API, you can create your own plugin to implement some customized features.
Solution to Installation Failure on Linux
When you fail to install your application on Linux, it is because the installer you downloaded doesn’t fit with your OS. For instance, you are using 64 bits Linux, but you installed 32 bits installer. You will probably see the following screenshot that shows you fail to install the application:
How to Perform Silent Installation on Visual Paradigm
Visual Paradigm can be installed via Visual Paradigm’s installer in few clicks. But in some situation, say bulk installation, you may not want to install the software one by one through the installer. In this case you can use the silent install mechanism to install the software automatically. This article will teach you how to perform silent installation of Visual Paradigm. Read more