Allan

No what I'm doing is a panel which can layout the TWincontrols
within it, but I'm using MouseMove to change the cursor to the relevant
drag cursor, but as I hit a control, mousemove ceases for the panel!
So I was wondering if there was some method for previewing mouse events

N



----- Original Message ----- 
From: "Allan Vergara" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, July 30, 2003 3:03 PM
Subject: RE: [DUG]: Previewing mouse events in a panel


> Do you want all the controls within the Panel to have the same cursor as
the
> Panel?  If so when you changed the cursor of the Panel why not loop
through
> each of the Panel's control and change their cursor property the same as
the
> Panel?
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Neven MacEwan
> Sent: Wednesday, 30 July 2003 2:26 p.m.
> To: Multiple recipients of list delphi
> Subject: [DUG]: Previewing mouse events in a panel
>
>
> Hi
>
> I'm trying to change the cursor in a TPanel but when its
> over a certain control (a TButton etc) but the mouse move seems
> to be eaten be the button, Is there a simple solution (I'd
> rather not have to do a mouse move in the child control)
>
>  Regards Neven
>  N.K. MacEwan B.E. E&E
>  Ph 649 621 0001
>  Fax 649 621 0400
>  [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to