Nokia 9000 User Manual page 19

Hide thumbs Also See for 9000:
Table of Contents

Advertisement

# Specify class name for application thread. Messages sent to the application
# thread (aka "process" when specified as the output of a UI object) will be
# handled by the process class.
#
class
$PROCESS CLASS NAME$
#
# Specify application object. This is the object that serves as the top-level
# UI object in the application.
#
appobj $APPLICATION OBJECT$
#
# Token: The four-letter name is used by GeoManager to locate the
# icon for this application in the token database. The tokenid
# number corresponds to the manufacturer ID of the program's author
# for uniqueness of the token. Since this is a sample application, we
# use the manufacturer ID for the SDK, which is 8.
#
tokenchars "$TOKEN CHARS$"
tokenid
$TOKEN ID$
#
# Heapspace: This is roughly the non-discardable memory usage
# of the application and any transient libraries that it depends on,
# plus an additional amount for thread activity. To find the heapspace
# for an application, use the Swat "heapspace" command.
#
heapspace 8k
#
# Libraries: list which libraries are used by the application.
#
#//{{LIBRARIES-GP
$LIBRARIES$
#//}}LIBRARIES-GP
#
# Resources: list all resource blocks which are used by the application whose
# allocation flags can't be inferred by Glue. Usually this is needed only for
# object blocks, fixed code resources, or data resources that are read-only.
# Standard discardable code resources do not need to be mentioned.
#
#//{{EXPORT-GP
export $SHORT NAME$VisContentClass
#//}}EXPORT-GP
#//{{RESOURCES-GP
resource APPRESOURCE ui-object
resource INTERFACE ui-object
#//{{RESOURCES BLOCK}} -- DO NOT ERASE --
#//{{END RESOURCES BLOCK}} -- DO NOT ERASE --
#//}}RESOURCES-GP

Advertisement

Table of Contents
loading

This manual is also suitable for:

9110

Table of Contents