Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Templates: Set global alert keys (1) 1998-11-01 -- Jim Katz Newsgroups: topspeed.products.c4
Editors note: Please note that some lines may wrap in the template code.
Hi Bertus,
Here is one I posted a few months ago:
#TEMPLATE(GlobalAlertKeys,'Global Alert Keys'),FAMILY('ABC')
#EXTENSION(GlobalAlertKeys,'Global Alert Keys'),Application,DESCRIPTION('Set Global Alert Key')
#PROMPT('Key to Alert',KEYCODE),%GlobalAlertKey
#PROMPT('Procedure to Run:',PROCEDURE),%GlobalAlertProc
#AT(%WindowManagerMethodCodeSection,'TakeFieldEvent','(),BYTE'),Priority(3000),WHERE(~%PROCEDURE=%GlobalAlertProc)
#IF(%GlobalAlertKey)
Case KeyCode()
OF %GlobalAlertKey
%GlobalAlertProc
SetKeyCode(0)
End
#ENDIF
#ENDAT
Bertus Viljoen wrote:
>
> Does any one have a template extention to add a global alert key to all
> windows in an application, which he is willing to share with me?
>
> Or is there other ways to do that?
>
> Thanks
>
> Bertus Viljoen
> bertus@asset.co.nz
--
Jim Katz
Certified Clarion Developer
CTO iTradeZone,Inc.
http://www.iag.net/~jimkatz/
Using Clarion for Windows
Always looking for the simpler solution.
Today is November 21, 2024, 3:39 am This article has been viewed 35198 times. Google search has resulted in 13 hits on this article since January 25, 2004.
|
|