Basic walk-through

You can start the Creator Carbide.c++ Extension by selecting File > New > Other > Carbide Extensions > Creator script file or Carbide > Creator Script Editor.

The basic steps for using Creator are:

  1. Create the script file as part of your project in Carbide.c++.
  2. Add components (for example, contacts, messages, to-do items) into the script.
  3. Upload the .creatorxml script file to a target device and run the script in the device, or just send the .creatorxml file to the device (for example, via a Bluetooth or USB cable connection) and run it using the Creator S60 device application.

You can edit scripts in the Creator tool at any time by modifying the component data or removing one or more components. For instructions, see Modifying components.

Tip: Script files that have already been created are listed in the Project Explorer view of your workspace. In this case, you can also start the tool by right-clicking the XML file and selecting Open With > Creator Script Editor.