I'm using Rez compiler for creating HackMaster resources. Here is
the content of one of my ".r" files:
type 'tAIN' {
align word;
cstring;
};
type 'TRAP' {
hex integer;
};
resource 'tAIN' (3000) {
"PopUp Calculator"
};
resource 'TRAP' (1000) {
0xA121
};
Regards
Bozidar
> Matt,
>
> Where in the documentation did you find this ? I have been
> looking and the
> only reference I found to HackMaster describes how it works an
> points to the
> daggerware site.
>
> Also is there a way to generate the tAIN resource 3000 ? So far I
> have been using
> the same one and modifying it with a hex editor. I would prefer to let CW
> create it.
>
> Thanks,
> Ron
>
> -----Original Message-----
> From: Matthew D Moss [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 13, 1999 11:46 AM
> To: Palm Developers Forum List
> Subject: RE: CW R5 & hackmaster hacks
>
>
> From: "Kevin O'Keefe" <[EMAIL PROTECTED]>
> >
> >I thought you could only enter 1 trap id in that edit field????
> >
> >> From: Ed Deinstadt [mailto:[EMAIL PROTECTED]]
> >> I had thought that all I had to do was delete the two files
> >> from the project and enter the string "0xa117 0xa191" in the
> >> "Trap IDs" field of the "Palm Rez post linker" dialog...
>
> No, you can enter multiple trap numbers; it's in the documentation. You
> need to separate them with commas, ie "0xa117, 0xa191".
>
> --
> Matthew D Moss
> [EMAIL PROTECTED]
>
>
>
>