Hi,
I'm working on a Editor and GUI builder for Linux, and I did run in to a few API related problems, does anyone have a suggestion for the "WindowFromPoint_"?
here is a code snippet...
mx = WindowX() + WindowMouseX()
my = WindowY() + WindowMouseY()
Handle = 0
For i = 0 To Control
If WindowFromPoint_(mx,my) = GadgetID(i) ;This is what I need to solve
Handle.l = GadgetID(i)
IDgadget.l = i ;The number of the Gadget
EndIf
Next i
B.T.W I'm using part's of the code Ricardo posted, Thanks Richardo!

Richard