Questions tagged as 'click'

1
answer

Generate event by clicking on a form vb.net

I have an application on vb.net with visual studio 2017 and I need to click on any part of the form to run a sub with code. I tried to do it like this: Public Sub Principal_Click() Handles Me.MouseClick minuto = TimeOfDay.Minute End Sub...
asked by 10.01.2018 / 20:48
2
answers

Swipe Element Switch instead of clicking on Android Studio

Good afternoon, my question is quite simple but I can not find how to make this element work in Android Studio: Switch activar; Boolean switchState; activar.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View...
asked by 25.10.2017 / 03:01
1
answer

Events click jquery on iOS

Good morning, I've been struggling with the jQuery and iOS click events. I have tried several solutions, but they do not work. The first one that I tried was to add the cursor type to "pointer" to the elements in which I have the events. But it...
asked by 18.01.2017 / 23:18
0
answers

Event Click Javascript runs on its own

I'm trying to create a listener in Javascript, and in any browser on the computer it works perfectly, but when I run the web from a mobile, the click event runs only, when you want, without having clicked ... This is my function: animatedMa...
asked by 20.12.2018 / 16:26
0
answers

How to find the mouse coordinates in Python?

I need to know if there is any way to get the coordinates (x, y) of the mouse when I click on a window created with the turtle library. (Only using the libraries installed by default in Python) Thanks.     
asked by 18.11.2018 / 13:14
0
answers

How to update the data with the button (click) instead of the blur

How I have a huge doubt, I have my table and now I update the data and all I need is to do it by pressing a button and NOT by clicking outside the table with blur. I leave my code, Thank you. <script src="../../js/jquery-3.3.1.min.js"...
asked by 01.08.2018 / 17:51
2
answers

Why does IE8 not recognize the JavaScript .Click event?

I'm making an application in which I need to send an asp button by means of JavaScript after uploading a file in a FileUpload, I use the document.getElementById('nameButton').click(); sentence in Chrome, Firefox works correctly but in IE8...
asked by 07.02.2018 / 17:07
0
answers

I can not click on the Items in the List View

Good! I am trying to have an activity show in a ListView data of a DB, which I am able to do. But I'm not able to get the app to let me click on the Item of that ListView and open a second activity with new information and more complete. I at...
asked by 10.09.2017 / 21:01
2
answers

I do not click on List View

Good companions, I can not get the click on any item in the ListView to work for me. I have a Toast on and when I clicked the application is dropped. This is my method. public class BusquedaPartidos extends AppCompatActivity implements Carg...
asked by 12.06.2017 / 20:31
1
answer

Problem in onClickListener with Button in Fragment to show data in Activity that contains the Fragment

I'm a rookie newbie on Android and I'm doing a project which contains: ActiviyMain.class ActivityMain.Layout Fragment.Class Fragment.layout It turns out that I have a button in the Fragment.layout that is inside the ActivityMain layout,...
asked by 22.05.2017 / 07:32