From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e49d54b9fe3ec4f8,start X-Google-Attributes: gid103376,public From: Jeff Carter Subject: GNAT, CLAW, and the right mouse button Date: 1997/03/07 Message-ID: <33208C2B.FF6D5DF@innocon.com>#1/1 X-Deja-AN: 223870147 Organization: DIGEX Newsgroups: comp.lang.ada Date: 1997-03-07T00:00:00+00:00 List-Id: I've been examining the demo version of CLAW for GNAT for Win95 using GNAT 3.04 to see if I can easily do the kind of things I need to do. I've had no problem with anything except determining if the right mouse button has been pressed on a button. I tried the obvious solution of extending the pushbutton type, and overriding When_Right_Button_Down, but my version of the procedure is never called, since I never get the message box it puts up as its first action. Nor can it be raising an exception during elaboration of its declarative part, since I can make that empty. Does anyone have any experience with this? If there's no way around this, it may mean I won't be able to use CLAW. Thanks. -- Jeff Carter Innovative Concepts, Inc. Now go away, or I shall taunt you a second time.