>Or preferably put the 'type' declaration in a global header file so you can
>reuse it in other projects (if your environment is set up that way) and then
>#include it into the .r file containing the 'resource' definition for each
>individual project.

Here is another I find useful...

// Selector Trigger
type 'tSLT' {
        integer;                /* ID */
        integer;                /* Left */
        integer;                /* Top */
        integer;                /* Width */
        integer;                /* Height */
        byte            notUsable=0, usable=1;          /* Usable */
        fill byte;
        byte            rightAnchor=0, leftAnchor=1;    /* Left Anchor */
        fill byte;
        byte            palmFont;       /* Font ID */
        cstring;                        /* Label */
};

_____________________________________________________________________
Mark/Space Softworks                               voice 408-293-7299
111 West Saint John, 3rd Floor                       fax 408-293-7298
San Jose, CA 95113                         <http://www.markspace.com>

        PalmOS, Mac OS, Windows and Web Software & Solutions:

         PageNOW! Wireless Messaging, PhoneWatcher Caller ID,
     Online & Communicate terminal emulation and serial debugging

Reply via email to