TRES list TEXT "LIST" " " "A scrollable, selectable list of text items, supporting optional " \ "columns and vertical and horizontal ruled lines." TRES poplist TEXT "POPLIST" " " "A scrollable selectable item list triggered by popup button, " \ "resembling the PalmPilot category selector " TRES window 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. " TRES popwindow TEXT "POPWINDOW" " " "A scrollable auto-wrapping text window which comes up only " \ "when a specified trigger button is pressed. " TRES outline 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." TRES checkmark TEXT "CHECKMARK" " " "A checkmark control like standard PalmPilot checkmarks. " TRES goto TEXT "GOTO" " " "A button that closes the current Folio and opens another " \ "one, specified by name, if it is installed on the current " \ "PDA. " TRES label TEXT "LABEL" " " "A simple text label. " TRES image TEXT "IMAGE" " " "An embedded TealPaint image or subrectangle of an image. " TRES rect TEXT "RECT" " " "A bare graphic rectangle. " TRES tres 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." TRES password 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. " TRES popedit TEXT "POPEDIT" " " "Pops up an editable window that can be used either to store notes " \ "or modify a TEXT resource used by other objects. Also allows cut and " \ "pasting operations for exporting or importing data from other sources." TRES popimage TEXT "POPIMAGE" " " "A popup images of an embedded TealPaint image or subrectangle of an image. " TRES checklist TEXT "CHECKLIST" " " "A scrollable list of checkmark-able items. Checkmarks are optionally saveable between uses." TRES editwindow TEXT "EDITWINDOW" " " "An editable window of text. Often shortened for use as one-line text-input field" TRES graffiti TEXT "GRAFFITI" " " "Places the graffiti shift indicator on-screen in a designated location" POPWINDOW BX 127 BY 1 BW 15 BH 11 BTEXT "?" X 10 Y 20 W 140 H 121 STYLE ALIGN_CENTER TEXT " " "<$FONT=1>TEALINFO OBJECT REFERENCE" "(c)1999-2000 TealPoint Software" "All Rights Reserved." "Version 2.50" "<$UNDERLINED> " " " "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 category 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" "POPEDIT" "POPIMAGE" "CHECKLIST" "EDITWINDOW" "GRAFFITI" # The More info button for each object POPEDIT BX 120 BY 16 BW 35 BH 13 BTEXT "Notes" X 10 Y 20 W 140 H 130 LINKS category TEXT @list TEXT @poplist TEXT @window TEXT @popwindow TEXT @outline TEXT @checkmark TEXT @goto TEXT @label TEXT @image TEXT @rect TEXT @tres TEXT @password TEXT @popedit TEXT @popimage TEXT @checklist TEXT @editwindow TEXT @graffiti # # 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 26 Y 85 STYLE ALIGN_CENTER TEXT "*=required" POPWINDOW BX 6 BY 55 BW 40 BH 13 BTEXT "Guide" X 10 Y 20 W 140 H 130 TEXT "<$FONT=1>X (value) " "Defines the object's pixel offset from the left edge of the " \ "screen. " " " "<$FONT=1>Y (value) " "Defines the object's pixel offset from the top edge of the screen. " " " "<$FONT=1>W (value) " "Defines the width of the object in pixels. " " " "<$FONT=1>H (value) " "Defines the height of the object in pixels. " " " "<$FONT=1>BX (value) " "Defines the pixel offset of a trigger object or button from " \ "the left edge of the screen. " " " "<$FONT=1>BY (value) " "Defines the pixel offset of a trigger object or button from " \ "the top edge of the screen. " " " "<$FONT=1>BW (value) " "Defines the width of a trigger object or button. " " " "<$FONT=1>BH (value) " "Defines the height of a trigger object or button. " " " "<$FONT=1>SX (value) " "For image objects, defines the horizontal offset into the source " \ "image from which the displayed image is grabbed. " " " "<$FONT=1>SY (value) " "For image objects, defines the vertical offset into the source " \ "image from which the displayed image is grabbed. " " " "<$FONT=1>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. " " " "<$FONT=1>BFONT (value) " "Defines the font to be used for the popup button for this object. 0=standard font, " \ "1=bold font, 2=large font, 3-5=standard system symbol fonts, " \ "6=large number font. " " " "<$FONT=1>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. " " " "<$FONT=1>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. " " " "<$FONT=1>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. " " " "<$FONT=1>STYLE (style) (style)... " "Followed by one or more style keywords, the STYLE field determines " \ "alignment and other miscellaneous properties for screen objects. " " " "<$FONT=1>BTEXT (string) " "Defines text for a button or trigger. " " " "<$FONT=1>RECORD (value) " "Used for IMAGE objects, this defines the number of the image " \ "(starting at 0) to be shown. " " " "<$FONT=1>DATABASE (string) " "Defines the name of a TealPaint image database to serve as a " \ "source for imagery. " " " "<$FONT=1>KEY (string) " "Defines the password that must be entered to unlock a Folio " \ "with a PASSWORD object. " " " "<$FONT=1>TARGET (string) " "Defines the Folio to open when a GOTO button is pressed. " \ "Multiple TARGET tags can be used to create linked conditional gotos" " " "<$FONT=1>DEFAULT (value) " "Defines the initial selection in a list, outline, or checkmark object. " " " "<$FONT=1>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. " " " "<$FONT=1>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." " " "<$FONT=1>MAXVAL (value) ... " "The MAXVAL field specifies the largest number of items a variable list" \ "can contain. Use this field for objects who LINK to another object" \ "but are LINKS themselves for some other object." WINDOW X 52 Y 35 W 105 H 65 LINKS category TABS 72 # LIST TEXT "X" "*" "Y" "*" "W" "*" "H" "*" "TEXT" "*" "STYLE" "FONT" "TABS" "DEFAULT" "LINKS" "MAXVAL" # POPLIST TEXT "X" "*" "Y" "*" "W" "*" "H" "*" "TEXT" "*" "BX" "*" "BY" "*" "BW" "*" "BH" "*" "STYLE" "FONT" "BFONT" "TABS" "DEFAULT" "LINKS" "MAXVAL" # 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" "BFONT" "TABS" "LINKS" # OUTLINE TEXT "X" "*" "Y" "*" "W" "*" "H" "*" "TEXT" "*" "STYLE" "FONT" "TABS" "DEFAULT" "LINKS" "MAXVAL" # CHECKMARK TEXT "X" "*" "Y" "*" "W" "*" "H" "*" "TEXT" "*" "STYLE" "FONT" "DEFAULT" "LINKS" # GOTO TEXT "BX" "*" "BY" "*" "BW" "*" "BH" "*" "BTEXT" "*" "STYLE" "BFONT" "TARGET" "LINKS" # 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" # POPEDIT TEXT "BX" "*" "BY" "*" "BW" "*" "BH" "*" "BTEXT" "*" "TEXT" "*" "BFONT" "FONT" "STYLE" "LINKS" "X" "Y" "W" "H" # POPIMAGE TEXT "BX" "*" "BY" "*" "BW" "*" "BH" "*" "BTEXT" "*" "X" "*" "Y" "*" "W" "*" "H" "*" "SX" "*" "SY" "*" "DATABASE" "*" "RECORD" "*" "BFONT" "STYLE" "LINKS" "CYCLE" "DELAY" # CHECKLIST TEXT "X" "*" "Y" "*" "W" "*" "H" "*" "TEXT" "*" "STYLE" "FONT" "TABS" "DEFAULT" "LINKS" "MAXVAL" # EDITWINDOW TEXT "X" "*" "Y" "*" "W" "*" "H" "*" "TEXT" "*" "STYLE" "FONT" "TABS" "LINKS" # GRAFFITI TEXT "X" "*" "Y" "*" # # 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 6 BY 125 BW 40 BH 13 BTEXT "Guide" X 10 Y 20 W 140 H 130 TEXT "<$FONT=1>INVERTED" "Draw the object with reversed colors." " " "<$FONT=1>HORIZ_RULE" "Draw horizontal ruling lines between rows." " " "<$FONT=1>VERT_RULE" "Draw vertical ruling lines between columns." " " "<$FONT=1>NO_BORDER" "Don't draw a border around the object." " " "<$FONT=1>BOLD_BORDER" "Draw a thicker border around the object." " " "<$FONT=1>ROUND_BORDER" "Draw a rounded border around the object." " " "<$FONT=1>NO_SCROLL" "Don't allow a scrolling bar for this object and don't reserve extra pixels when word wrapping." " " "<$FONT=1>ALIGN_RIGHT " "Align all text to the right of its column." " " "<$FONT=1>ALIGN_CENTER" "Center all text in its column." " " "<$FONT=1>ALIGN_LEFT_START" "Align the first column to the left, ignoring the global setting." " " "<$FONT=1>ALIGN_RIGHT_START" "Align the first column to the right, ignoring the global setting." " " "<$FONT=1>ALIGN_CENTER_START" "Align the first column in the center, ignoring the global setting." " " "<$FONT=1>ALIGN_LEFT_END" "Align the first column to the left, ignoring the global setting." " " "<$FONT=1>ALIGN_RIGHT_END" "Align the first column to the right, ignoring the global setting." " " "<$FONT=1>ALIGN_CENTER_END" "Align the first column in the center, ignoring the global setting." " " "<$FONT=1>BUTTON_SCROLL" "Do page-by-page scrolling of an object when scroll buttons are pressed." "Variations:" "<$UNDERLINED>BUTTON_SCROLL_A" "Vertical scroll with Page Up/Down buttons" "<$UNDERLINED>BUTTON_SCROLL_B" "Vertical scroll with Date/Addr buttons" "<$UNDERLINED>BUTTON_SCROLL_C" "Vertical scroll with Addr/ToDo buttons" "<$UNDERLINED>BUTTON_SCROLL_D" "Vertical scroll with ToDo/Memo buttons" "<$UNDERLINED>BUTTON_SCROLL_E" "Horizontal scroll with Page Up/Down buttons" "<$UNDERLINED>BUTTON_SCROLL_F" "Horizontal scroll with Date/Addr buttons" "<$UNDERLINED>BUTTON_SCROLL_G" "Horizontal scroll with Addr/ToDo buttons" "<$UNDERLINED>BUTTON_SCROLL_H" "Horizontal scroll with ToDo/Memo buttons" "<$UNDERLINED>BUTTON_SCROLL_I" "Horizontal scroll with Date/Memo buttons" "<$UNDERLINED>BUTTON_SCROLL_J" "Vertical Page Up/Down, Horizontal Date/Addr" "<$UNDERLINED>BUTTON_SCROLL_K" "Vertical Page Up/Down, Horizontal Addr/ToDo" "<$UNDERLINED>BUTTON_SCROLL_L" "Vertical Page Up/Down, Horizontal ToDo/Memo" "<$UNDERLINED>BUTTON_SCROLL_M" "Vertical Date/Addr, Horizontal ToDo/Memo" "<$UNDERLINED>BUTTON_SCROLL_N" "Vertical ToDo/Memo, Horizontal Date/Addr" "<$UNDERLINED>BUTTON_SCROLL_O" "Vertical Addr/ToDo, Horizontal Date/Memo" " " "<$FONT=1>BUTTON_SELECT" "Move the current selection up or down when scroll buttons are pressed." "Variations:" "<$UNDERLINED>BUTTON_SELECT_A" "Select with Page Up/Down buttons" "<$UNDERLINED>BUTTON_SELECT_B" "Select Date/Addr buttons" "<$UNDERLINED>BUTTON_SELECT_C" "Select with ToDo/Memo buttons" "<$UNDERLINED>BUTTON_SELECT_D" "Select cyclically with Date button" "<$UNDERLINED>BUTTON_SELECT_E" "Select cyclically with Addr button" "<$UNDERLINED>BUTTON_SELECT_F" "Select cyclically with ToDo button" "<$UNDERLINED>BUTTON_SELECT_G" "Select cyclically with Memo button" " " "<$FONT=1>STROKE_FIND" "Move the current selection to the next line whose first char matches an entered stroke." " " "<$FONT=1>FILLED" "RECT: Draw it filled" "POPLIST: Draw button filled" "POPWINDOW: Draw button filled" "POPIMAGE: Draw button filled" "POPEDIT: Draw button filled" "GOTO: Draw button filled" " " "<$FONT=1>LOCKOUT" "PASSWORD: Require the key to be correct to enter the folio." " " "<$FONT=1>REGISTER" "PASSWORD: Save a registration key once entered." "CHECKLIST: Save checkmarks between visits to the folio." "LIST: Save last selection as default." "POPLIST: Save last selection as default." "OUTLINE: Save last selection as default." " " "<$FONT=1>SQUARE_BUTTON" "Draws a button with square corners instead of rounded" WINDOW X 52 Y 105 W 105 H 50 LINKS category # LIST 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" "BUTTON_SCROLL" "BUTTON_SELECT" "STROKE_FIND" "REGISTER" # POPLIST TEXT "VERT_RULE" "HORIZ_RULE" "INVERTED" "FILLED" "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" "BUTTON_SCROLL" "BUTTON_SELECT" "STROKE_FIND" "REGISTER" "SQUARE_BUTTON" # 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" "BUTTON_SCROLL" # POPWINDOW TEXT "VERT_RULE" "HORIZ_RULE" "INVERTED" "FILLED" "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" "BUTTON_SCROLL" "SQUARE_BUTTON" # OUTLINE TEXT "HORIZ_RULE" "INVERTED" "NO_SCROLL" "NO_BORDER" "BOLD_BORDER" "BUTTON_SCROLL" "BUTTON_SELECT" "STROKE_FIND" "REGISTER" # CHECKMARK TEXT "INVERTED" "REGISTER" # GOTO TEXT "FILLED" "SQUARE_BUTTON" # 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" # POPEDIT TEXT "FILLED" "HORIZ_RULE" "SQUARE_BUTTON" # POPIMAGE TEXT "NO_BORDER" "BOLD_BORDER" "FILLED" "SQUARE_BUTTON" # CHECKLIST TEXT "VERT_RULE" "HORIZ_RULE" "INVERTED" "FILLED" "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" "BUTTON_SCROLL" "BUTTON_SELECT" "STROKE_FIND" "REGISTER" # EDITWINDOW TEXT "VERT_RULE" "HORIZ_RULE" "INVERTED" "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" "BUTTON_SCROLL" # GRAFFITI TEXT "(none)"