[futurebasic] Re: over which window?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 1998 : Group Archive : Group : All Groups

From: Rick Brown <rbrown@...>
Date: Tue, 28 Apr 1998 19:05:38 -0500
Bowerbird wrote:
> anyone have a solution for my _cursevent problem?
> i'm not getting the event with a positive id
> to tell me which of my app's windows i'm over...

I have never gotten any ID value except zero with a _cursEvent event,
and then only when the cursor moved _off_ the window.

I would recommend that you use the Toolbox function FINDWINDOW to
determine which window your mouse is over.

- Rick