POPWINDOW
	BX	125
	BY	1
	BW	15
	BH	11
	BTEXT	"?"
	X	10
	Y	20
	W	140
	H	121
	STYLE	ALIGN_CENTER
	TEXT
		"TEALINFO OBJECT REFERENCE"
		"(c)1998 TealPoint Software"
		"All Rights Reserved."
		"Version 1.20"
		" "
		"This document is a reference for the object, field, and "
		"style tags used to create a TealInfo folio.  For more "
		"information, consult the TealInfo User's Manual."
# Top Title

LABEL
	X	1
	Y	1
	FONT	1
	STYLE	INVERTED	
	TEXT " TealInfo Object Ref "

LABEL
	X	2
	Y	15
	FONT	1
	TEXT "Object:"

#
# This is the main object list
#

POPLIST 10
	BX	40
	BY	15
	BW	75
	BH	15
	X	50
	Y	27
	W	70
	H	110
	TEXT
		"LIST"
		"POPLIST"
		"WINDOW"
		"POPWINDOW"
		"OUTLINE"
		"CHECKMARK"
		"GOTO"
		"LABEL"
		"IMAGE" 
		"RECT" 
		"TRES"
		"PASSWORD"

# The More info button for each object

POPWINDOW
	BX	120
	BY	16
	BW	35
	BH	13
	BTEXT	"More"
	X	10
	Y	20
	W	140
	H	130
	LINKS	10
	TEXT
	"LIST"
	" "
	"A scrollable, selectable list of text items, supporting optional " \
        "columns and vertical and horizontal ruled lines."

	TEXT
	"POPLIST"
	" "
	"A scrollable selectable item list triggered by popup button, " \
	"resembling the PalmPilot category selector "

	TEXT
	"WINDOW"
	" "
	"A scrollable text area that auto-wraps lines of text if necessary. " \
	"Columns and line rulings are supported. This object can also " \
	"be used to represent a table of data by setting up columns " \
	"using the TABS field. "

	TEXT
	"POPWINDOW"
	" "
	"A scrollable auto-wrapping text window which comes up only " \
	"when a specified trigger button is pressed. "

	TEXT
	"OUTLINE"
	" "
	"A scrollable, selectable, hierarchial item list, this object " \
	"shows a list of data in outline tree form, where subsections " \
	"of the tree may be collapsed and hidden from view when desired."
         
	TEXT
	"CHECKMARK"
	" "
	"A checkmark control like standard PalmPilot checkmarks.  "

	TEXT
	"GOTO"
	" "
	"A button that closes the current Folio and opens another " \
	"one, specified by name, if it is installed on the current " \
	"PDA. "

	TEXT
	"LABEL"
	" "
        "A simple text label. "

	TEXT
	"IMAGE"
	" "
	"An embedded TealPaint image or subrectangle of an image. "
         
	TEXT
	"RECT"
	" "
	"A bare graphic rectangle.  "

	TEXT
	"TRES"
	" "
	"A text resource.  "
	" "
	"This object does not appear on screen, but serves as a central " \
	"location where commonly used text may be placed and pointed-to " \
	"by other TEXT fields."

	TEXT
	"PASSWORD"
	" "
	"The presence of this object in an Folio forces causes a passkey " \
	"to be entered when the Folio is opened. This can be used " \
	"to generate password-protected folios for security or sales-demo " \
	"purposes.  "
	" "
	"The password is defined by the KEY field. When the LOCKOUT " \
	"style is defined, the Folio cannot be entered until a correct " \
	"key is entered. Otherwise, the password request can simply " \
	"be dismissed, functioning only as a registration reminder. " \
	"When the REGISTER style is defined, the password is saved " \
	"once its entered. If not, the password is asked-for every " \
	"time. "

      
#
# FIELDS LIST - slaved to object list above
#

RECT
	X	2
	Y	33
	W	156
	H	-1

LABEL
	X	32
	Y	35
	FONT	1
	STYLE ALIGN_CENTER
	TEXT "Fields:"

LABEL
	X	32
	Y	85
	STYLE ALIGN_CENTER
	TEXT "*=required"

POPWINDOW
	BX	12
	BY	55
	BW	40
	BH	13
	BTEXT	"Guide"
	X	10
	Y	20
	W	140
	H	130
	TEXT
	"X (value) "
	"Defines the object's pixel offset from the left edge of the " \
	"screen. "
	" "
	"Y (value) "
	"Defines the object's pixel offset from the top edge of the screen. "
	" "
	"W (value) "
	"Defines the width of the object in pixels.  "
	" "
	"H (value) "
	"Defines the height of the object in pixels.  "
	" "
	"BX (value) "
	"Defines the pixel offset of a trigger object or button from " \
	"the left edge of the screen. "
	" "
	"BY (value) "
	"Defines the pixel offset of a trigger object or button from " \
	"the top edge of the screen. "
	" "
	"BW (value) "
	"Defines the width of a trigger object or button.  "
	" "
	"BH (value) "
	"Defines the height of a trigger object or button.  "
	" "
	"SX (value) "
	"For image objects, defines the horizontal offset into the source " \
	"image from which the displayed image is grabbed. "
	" "
	"SY (value) "
	"For image objects, defines the vertical offset into the source " \
	"image from which the displayed image is grabbed. "
	" "
	"FONT (value) "
	"Defines the font to be used for this object. 0=standard font, " \
	"1=bold font, 2=large font, 3-5=standard system symbol fonts, " \
	"6=large number font. "
	" "
	"CYCLE (value) "
	"This field causes WINDOW objects to cycle through their list " \
	"of TEXT fields. CYCLE indicates the number of TEXT blocks to " \
	"cycle through. "
	" "
	"DELAY (value) "
	"Indicated the rate at which cycling (if turned on) occurs. This " \
	"value is in tenths of seconds between frames. Thus, a value " \
	"of 10 will cause cycling a one change per second. "
	" "
	"TABS (value) (value) (value)... "
	"The TABS field sets tab positions within an object in pixels. " \
	"Up to seven tab positions may be specified, creating eight columns. " \
	"Each tab value represents the position of a dividing line between " \
	"neighboring columns, measured as the number of pixels from the " \
	"left edge. "
	" "
	"STYLE (style) (style)... "
	"Followed by one or more style keywords, the STYLE field determines " \
	"alignment and other miscellaneous properties for screen objects. "
	" "
	"BTEXT (string) "
	"Defines text for a button or trigger.  "
	" "
	"RECORD (value) "
	"Used for IMAGE objects, this defines the number of the image " \
	"(starting at 0) to be shown. "
	" "
	"DATABASE (string) "
	"Defines the name of a TealPaint image database to serve as a " \
	"source for imagery. "
	" "
	"KEY (string) "
	"Defines the password that must be entered to unlock a Folio " \
	"with a PASSWORD object. "
	" "
	"TARGET (string) "
	"Defines the Folio to open when a GOTO button is pressed.  "
	" "
	"DEFAULT (value) "
	"Defines the initial selection in a list, outline, or checkmark object. "
	" "
	"TEXT (string) (string)..."
	"(string) (string)...  " \
	"Defines text for this object. Text items should be quoted, with " \
	"text for separate columns appearing on the same line as separate " \
	"quoted groups of words. "
	" "
	"LINKS (value) (value)... "
	"The LINKS field can be used to link the contents of an object " \
	"to current selection in one or more other LIST, POPLIST, OUTLINE, " \
	"or CHECKMARK objects, each of which is identified by its ID " \
	"number which follows the object TAG."

WINDOW
	X	62
	Y	35
	W	95
	H	65
	LINKS	10
	TABS	72

# LIST
	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"TEXT"	"*"
		"STYLE"
		"FONT"
		"TABS"
		"DEFAULT"
		"LINKS"

# POPLIST

	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"TEXT"	"*"
		"BX"	"*"
		"BY"	"*"
		"BW"	"*"
		"BH"	"*"
		"STYLE"
		"FONT"
		"TABS"
		"DEFAULT"
		"LINKS"

# WINDOW

	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"TEXT"	"*"
		"STYLE"
		"FONT"
		"TABS"
		"LINKS"
		"CYCLE"
		"DELAY"

# POPWINDOW

	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"TEXT"	"*"
		"BX"	"*"
		"BY"	"*"
		"BW"	"*"
		"BH"	"*"
		"BTEXT"	"*"
		"STYLE"
		"FONT"
		"TABS"
		"LINKS"

# OUTLINE

	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"TEXT"	"*"
		"STYLE"
		"FONT"
		"DEFAULT"
		"LINKS"

# CHECKMARK

	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"TEXT"	"*"
		"STYLE"
		"FONT"
		"DEFAULT"
		"LINKS"

# GOTO
	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"BX"	"*"
		"BY"	"*"
		"BW"	"*"
		"BH"	"*"
		"BTEXT"	"*"
		"STYLE"
		"FONT"
		"TARGET"
# LABEL

	TEXT	"X"	"*"
		"Y"	"*"
		"TEXT"	"*"
		"STYLE"
		"FONT"

# IMAGE

	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"SX"	"*"
		"SY"	"*"
		"DATABASE"	"*"
		"RECORD"	"*"
		"STYLE"
		"LINKS"
		"CYCLE"
		"DELAY"

# RECT 
	TEXT	"X"	"*"
		"Y"	"*"
		"W"	"*"
		"H"	"*"
		"STYLE"

# TRES 
	TEXT	"TEXT"	"*"

# PASSWORD 

	TEXT	"KEY"	"*"
		"STYLE"
		"TEXT"

#
# STYLES LIST - slaved to object list above
#

RECT
	X	2
	Y	103
	W	156
	H	-1

LABEL
	X	32
	Y	105
	STYLE ALIGN_CENTER
	FONT	1
	TEXT "Styles:"

POPWINDOW
	BX	12
	BY	125
	BW	40
	BH	13
	BTEXT	"Guide"
	X	10
	Y	20
	W	140
	H	130
	TEXT
		"INVERTED"
		"Draw the object with reversed colors."
		" "
		"HORIZ_RULE"
		"Draw horizontal ruling lines between rows."
		" "
		"VERT_RULE"
		"Draw vertical ruling lines between columns."
		" "
		"NO_BORDER"
		"Don't draw a border around the object."
		" "
		"BOLD_BORDER"
		"Draw a thicker border around the object."
		" "
		"ROUND_BORDER"
		"Draw a rounded border around the object."
		" "
		"NO_SCROLL"
		"Don't allow a scrolling bar for this object and don't reserve extra pixels when word wrapping."
		" "
		"ALIGN_RIGHT		"
		"Align all text to the right of its column."
		" "
		"ALIGN_CENTER"
		"Center all text in its column."
		" "
		"ALIGN_LEFT_START"
		"Align the first column to the left, ignoring the global setting."
		" "
		"ALIGN_RIGHT_START"
		"Align the first column to the right, ignoring the global setting."
		" "
		"ALIGN_CENTER_START"
		"Align the first column in the center, ignoring the global setting."
		" "
		"ALIGN_LEFT_END"
		"Align the first column to the left, ignoring the global setting."
		" "
		"ALIGN_RIGHT_END"
		"Align the first column to the right, ignoring the global setting."
		" "
		"ALIGN_CENTER_END"
		"Align the first column in the center, ignoring the global setting."
		" "
		"LOCKOUT"
		"PASSWORD:  Require the key to be correct to enter the folio."
		" "
		"FILLED"
		"RECT:  Draw it filled-in"
		" "
		"REGISTER"
		"PASSWORD:  Save a registration key once entered."
WINDOW
	X	62
	Y	105
	W	95
	H	50
	LINKS	10
	TEXT
		"VERT_RULE"
		"HORIZ_RULE"
		"INVERTED"
		"NO_SCROLL"
		"NO_BORDER"
		"BOLD_BORDER"
		"ALIGN_RIGHT"
		"ALIGN_CENTER"
		"ALIGN_LEFT_START"
		"ALIGN_RIGHT_START"
		"ALIGN_CENTER_START"
		"ALIGN_LEFT_END"
		"ALIGN_RIGHT_END"
		"ALIGN_CENTER_END"

# POPLIST
	TEXT
		"VERT_RULE"
		"HORIZ_RULE"
		"INVERTED"
		"NO_SCROLL"
		"BOLD_BORDER"
		"ALIGN_RIGHT"
		"ALIGN_CENTER"
		"ALIGN_LEFT_START"
		"ALIGN_RIGHT_START"
		"ALIGN_CENTER_START"
		"ALIGN_LEFT_END"
		"ALIGN_RIGHT_END"
		"ALIGN_CENTER_END"

# WINDOW
	TEXT
		"VERT_RULE"
		"HORIZ_RULE"
		"INVERTED"
		"NO_SCROLL"
		"NO_BORDER"
		"BOLD_BORDER"
		"ALIGN_RIGHT"
		"ALIGN_CENTER"
		"ALIGN_LEFT_START"
		"ALIGN_RIGHT_START"
		"ALIGN_CENTER_START"
		"ALIGN_LEFT_END"
		"ALIGN_RIGHT_END"
		"ALIGN_CENTER_END"

# POPWINDOW
	TEXT
		"VERT_RULE"
		"HORIZ_RULE"
		"INVERTED"
		"NO_SCROLL"
		"BOLD_BORDER"
		"ALIGN_RIGHT"
		"ALIGN_CENTER"
		"ALIGN_LEFT_START"
		"ALIGN_RIGHT_START"
		"ALIGN_CENTER_START"
		"ALIGN_LEFT_END"
		"ALIGN_RIGHT_END"
		"ALIGN_CENTER_END"

# OUTLINE
	TEXT
		"HORIZ_RULE"
		"INVERTED"
		"NO_SCROLL"
		"NO_BORDER"
		"BOLD_BORDER"

# CHECKMARK 
	TEXT
		"INVERTED"

# GOTO 
	TEXT
		"INVERTED"

# LABEL 
	TEXT
		"INVERTED"
		"ALIGN_CENTER"
		"ALIGN_RIGHT"

# IMAGE 
	TEXT
		"NO_BORDER"
		"BOLD_BORDER"

# RECT 
	TEXT
		"FILLED"
		"ROUND_BORDER"
		"BOLD_BORDER"

# TRES 
	TEXT
		"(none)"

# PASSWORD 
	TEXT
		"LOCKOUT"
		"REGISTER"

