Enhance Font Display on MacBook Pro with Retina Display
User with latest MacBook Pro with Retina display may experience blurry fonts when running Visual Paradigm software. To enhance the font display:
This author has yet to write their bio.Meanwhile lets just say that we are proud Visual Paradigm Team contributed a whooping 398 entries.
User with latest MacBook Pro with Retina display may experience blurry fonts when running Visual Paradigm software. To enhance the font display:
Visual Paradigm’s product can be installed 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 tutorial will teach you how to perform silent installation […]
Using tagged values is a convenient way to define additional details to model element. You can define tagged values on individual elements as a one-off usage, or define it under Stereotypes and reuse it by apply the stereotype to model elements. But to remove the tag, say you found that one of the tagged values […]
User running the latest Mac OS X 10.8 (Mountain Lion) may experience problem that unable to mount the VP’s software installer image.
Open API allows you to extend the functionalities of Visual Paradigm’s products by writing simple Java classes. But during development you often need to reload your plugin by restart the application. Starting from version 10 (build 20120720ab) you can reload the plugin on the fly, without restarting the application. This article will teach you how […]
Stereotype is one of the extension mechanisms in the Unified Modeling Language (UML). By defining stereotype, you can extend new notations by deriving from an existing one. You can define new properties to your derived notations using tagged values. In Visual Paradigm, it is not necessary to stereotypes and tagged values using application’s user interface. […]
Open API not only allows you access the model data within the project, but also create and access the Logical View in your project. This article will show you how to create Logical View using Open API.
Visual Paradigm supports data modeling with ERD and a set of engineering features like the reverse engineering and generation of database. The features are related with each other. For example, you may generate a database from physical ERD. In order to construct a data model that helps you build a database properly, you need to […]
Visual Paradigm supports data modeling with ERD and a set of engineering features like the reverse engineering and generation of database. The features are related with each other. For example, you may generate a database from physical ERD. In order to construct a data model that helps you build a database properly, you need to […]
Visual Paradigm for UML supports round-trip engineering on C++ source file. But when you reverse C++ source code into class model, you may receive some strange error message complain there are syntax problem in your source file. This probably caused by the predefined macros in your source code. This article will teach you what you […]