<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mer 5 ago 2020 alle ore 16:52 Christof Thalhofer <<a href="mailto:chrisml@deganius.de">chrisml@deganius.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 05.08.20 um 15:36 schrieb Charlie Ogier:<br>
<br>
> Public Sub GridView1_Click()<br>
> <br>
>    If Mouse.Left Then  'Crashes here<br><br>
As Benoît said, since 3.15 the 'Mouse' class is only avaiable in the<br>
'Mouse*' event.<br>
<br>
So use the 'MouseUp' event instead of '*_Click'.<br></blockquote><div><br></div><div>👍</div><div><br></div><div>I with the master I get:<br>"no mouse event data in FMain: 34"<br><br>But if I move the code in "Public Sub GridView1_MouseDown()" it works correctly.</div><div><br></div><div>Regards</div><div>Gianluigi<br></div><div><br></div><div> </div></div></div>