Graph IDE ► Custom Application ► HandsOff
This section describes how to write a custom application called HandsOff. The user interface is diagrammed below.
The fastest way to write a custom application is to download the HandsOff example project, compile it and modify it for your needs. HandsOff resources are available from these links:
Link | Description Of Resource |
HandsOff.zip | The compressed HandsOff project located on your disk within this manual. |
HandsOff.zip | The compressed HandsOff project located at the vvidget.org web site. |
Xcode | The Xcode application on the Mac App Store. |
The following explains the essential steps of the HandsOff project.
The graph and white portion in the figure above is a Graphic View that is loaded from a Graph IDE Document. That document is set to animate and compute a sine curve on the graph. There is no other programming required. To get a document to load into an application follow these steps:
Key Path | : | documentName |
Type | : | String |
Value | : | HandsOff |