|
The STYLED-CONTROLS libraryThe COM.CURL.GUI.STYLED library is an add-on library that provides style sheets and skinned controls for the Curl GUI Toolkit. It is compatible with version 6.0 of the Curl RTE. As of October 16, 2007, a new version of the 6.0 Beta has been posted along with a new version of the Styled Controls library. You must use the version of the library that goes with the version of the RTE you downloaded.
The library includes a basic Developing with the LibraryTo get started with this library you need to download, unzip, and install the documentation in the Curl IDE. First, download and unzip the library to a convenient location. This location should not be inside of any other project directory. Note that there are two zip files for each locale. For the "en" locale, the files are COM.CURL.GUI.STYLED-6.0-en.zip, which should be used for development and COM.CURL.GUI.STYLED-6.0-pcurl-en.zip, which should be used for deployment. The former zip file is larger because it includes documentation. The zip file that includes "pcurl" in the name is smaller because it only includes files that need to be deployed. Once you have downloaded the development version of the library, you can install the documentation in the Curl IDE. Choose Install Documentation from the Help menu in the IDE. Click the Install button and then navigate to the location where you unzipped your copy of the library and select the manifest.mcurl file. You only need to do this once, when you download the library (or if you download an update, you'll want to uninstall and install the updated documentation). To use the default skin, you will do the following:
The installed documentation explains all of these steps in detail. After you install it, You will see a new item at the bottom of the Contents panel in the documentation viewer called COM.CURL.GUI.STYLED.6.0. Expand that item and you'll see the API Reference and the Skinned Controls Developer's Guide. Click the Skinned Controls link under that to see the complete documentation. |