On 4/2/06, Marien van Westen <[EMAIL PROTECTED]> wrote:
> Ok, Thanks for your comment,
>
> So I have to do something like: if not (csDesigning in ComponentState)
> then....?
>
> I will take a look at it.
>
> Marien

Actually it's more like you have to do something in a lower layer...
Checking for "csDesigning in ComponentState" would be indeed a
reasonable workaround for this only situation, but using "backup
holders " there's no way to fix the case where e.g. user code change
the Cursor of the parent while the mouse is over the TShape.

I guess one will have to resort to doing this proposed fix, manually,
using OnMouseEnter and OnMouseLeave, for now...

Regards,
Flávio

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to