Daniel McCarty wrote:
>
> "David A. Buckle" wrote:
> >
> > The trap routine that is installed makes some changes to the OS
> > environment that need to be undone when the hack is un-installed:
>
> You could always trap a table routine or two and check to see if
> the table item (when in HackMaster) being selected is the one that
> corresponds to your hack's name. If it is, you'd want to perform
> your cleanup routines right there, because as soon as HackMaster gets
> a tblSelectEvent it's going to disable your hack.
I should probably add: don't assume that your hack will be running
under HackMaster. It could also be running undre EVPlugBase, and that
would call into consideration a special case; I'm not sure if EVPG uses
tables or its own custom UI routines.
Regards,
Daniel.