From: "Thomas Swann, TPA Engineering, 813-532-2632"
I had hoped I anticipated all the potential questions...should have known
better .
After the replies I figured it was something I had to fix myself, so I did
some investigation into what was going on. You were using a "keydef" for
the cut/paste/delete keys. Apparently the default is not enabled for a
given keydef, and because CUA mark was in my autoload list and not being
executed manaually, the main() section which was intended to activate the
keydef was not being executed. I changed the procedure "WhenLoaded()" from:
proc WhenLoaded()
Hook(_AFTER_GETKEY_, AfterGetKey)
end
to:
proc WhenLoaded()
Enable( DelCutCopy )
Hook(_AFTER_GETKEY_, AfterGetKey)
end
Everything now works great (at least with the limited testing Ive done so
far).
Thomas Swann
---
---------------
* Origin: apana>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13)
|