GridView issues when using Mouse.Right

Post

Posted
Rating:
#1 (In Topic #896)
Enthusiast
gambafeliz is in the usergroup ‘Enthusiast’
 Hi

My problem is that when I use the Mouse.Right event on the GridView_Click() it throws me the following error "No mouse event data"

I know it's a known change. But I don't know how to replace the code so that it works like I applied it before with Mouse.Right

Would someone be so kind as to tell me how I can substitute this code to make it work. Thank you

For your misfortunes I am Spanish and I only know Spanish, please, be patient with me, Thank you. :)
Online now: No Back to the top

Post

Posted
Rating:
#2
Enthusiast
gambafeliz is in the usergroup ‘Enthusiast’
i just fixed it

Code (gambas)

  1. // Before, Public Sub GridView1_Click() - Now, Solution: the following code
  2. Public Sub GridView1_MouseDown()
  3.  

For your misfortunes I am Spanish and I only know Spanish, please, be patient with me, Thank you. :)
Online now: No Back to the top
1 guest and 0 members have just viewed this.